html{ 
	height: 100%;
}

body{ 
	background:url("/images/fondo_centro_amarillo.jpg") center repeat-y; background-color:#011f51;
	height: 100%;
	padding:0px; 
	margin:0px; 
	color: #222222;
	/*font: normal .80em/1.55em "Lucida Grande", Arial, Helvetica, sans-serif;	*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	line-height:18px;
	position:relative;
}

div, p, ul, h1, h2, h3, h4, h5, img, input, form, table, tr, td{ 
	
	margin:0px; padding:0px; 
}

/***********************************************/

h1{	
	font-size: 12px;
	color: #000000;
	margin: 0 0 10px 0;
}
h1 a{ color: #8f2d00; text-decoration:none;}
h1 a:hover{ color: #CC0033; text-decoration:none;}

h1.post{
	background-color:#f3f3f3;
	border-top:1px solid #dde1e5; 
	width:535px; 
	margin-left:50px; 
	padding-left:5px; 
	padding-right:20px;
	margin-bottom:5px;
}

h2{	
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;	/*font:2.4em/1.1 "Palatino Linotype",Palatino,Georgia,serif;*/
	color: #999999;
	padding: 5px 0 20px 0;
	
}
h2 a{ color:#666666; text-decoration:underline;}

p{ 
	font-size:11px;
}

p.user{
	font-size:12px;
}
p.user a{
	color:#ff0262;
}
p.largePost{
	text-align:justify; 
	clear:both; 
	margin-bottom:25px; 
	width:610px !important; 
	overflow: auto;
	font-size:11px;
	line-height:23px;
	color:#333333;
}
p.shortPost{
	text-align:justify; 
	clear:both; 
	margin-bottom:5px; 
	width:610px !important; 
	overflow: auto;
	font-size:11px;
	line-height:20px;
	color:#333333;
}

.link:hover{
	cursor:pointer;
}

a{ color: #8f2d00; text-decoration:none;}
a:hover{ color: #000000; text-decoration:underline;}

div.loading{

	background-color:#FFFFFF;
	border:1px dashed #CCCCCC;
	padding: 10px;
	text-align: center; 
}

#tags{
	text-align:center;
	line-height:24px;
	height:50px;
}

#tags a{
	color:#333333;
	text-decoration:underline;
}

#tags a:hover{
	color: #333399;
}

/***********************************************/

#top{
	width:1000px;
	margin:auto;
	background:#FFFFFF url("/images/fondo_web.jpg") repeat-x;	
}

#content{	
	position:relative;
	width:960px;
	margin:auto;
	margin-top:5px;
}

#bottom{
	width:960px;
	margin:auto;
	position:relative;
	padding:10px;
	text-align:center;
	color:#666666;
	font-size:10px;	
}

/***********************************************/

#container{
	position:relative;
	width:290px;
	margin:10px 0 10px 0;
	padding:5px;
	background-color:#F6F6F6;
	color:#000000;
}
#container li{
	margin-left:15px;
}
