/* estilo maicas.net  (C) Pedro maicas 2009. */

/****** toda la pagina ********/
body { 
	margin:4px; 
	font-size:0.9em; 
	line-height:20px; 
	font-family: "Myriad Pro", "Trebuchet MS", Arial;  
	color: #5A5A50;
	background-color: #303030;
}
#container {
	margin:0px; 
	padding:0px; 
} 

/**** enlaces *****/
a { color:#871A2F;}
a:hover {
	color: #B20000;
	text-decoration: none;
}

/****** bloques cabecera ********/
#header {
	background-color: #303030;
	margin:0px; 
	padding:0px; 
	
}
#topheader { 
	background:url(cabeza.png) repeat-x;
	height: 46px;
	clear:both;	
}
#sitelink {
	float:left; 
	padding:20px 0 0 15px; 
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
}
#sitelink a{ 
	color:#E0E0E0; 
	text-decoration:none; 
}
#sitelink a:hover{ 
	color:#000; 
	text-decoration:none; 
}


/******* bloque main que engloba el contenido ***********/

#main {
	background: url(grano.gif);
	margin: 0px;
	padding: 10px 0 10px 0;
	text-align: center;
}

/****** bloques  pie ********/

#footer {
	background:url(pie32.png) repeat-x ; 
	height:32px; 
	clear:both;
}
#left_footer { 
	float:left; 
	padding:12px 0 0 10px; 
	text-transform:lowercase; 
	color:#A0A0A0; 
	font-weight:bold; 
	font-size:12px;
}

/* algunas clases (span principalmente)  */
.binfo{
	font-style: italic;
	border: thin dotted Gray;
}
/********* columnas centrales de contenido *************/
/*
#side1 {
	float: right;
	width: 170px;
	padding: 0 0 0 20px;
	font-size: 13px;
	clear: right;
}
#side2 { 
	float:left; 
	width:170px; 
	padding: 0 20px 0 0px; 
	font-size:13px;
	text-align: right;
}
#texto {
	padding: 0 20px 0 20px;
	width:800px; 
}
*/
#lateral {
	width: 220px;
	margin: 0;
	padding: 0;
}
#lateral ul {
	margin: 0px 0px 20px 5px;
	padding: 0;
	list-style: none;
}

#lateral li h2 {
	margin: 0 0 0 0;
	padding: 3px 0px 6px 10px;
	text-transform: lowercase;
	font-size: 20px;
	color: White;
	background-color: #BA2323;
}

#lateral li h2 a{
	text-decoration: none;
	color: White;
	display: block;
}
#lateral li h2 a:hover{
	
	color: Black;	
}

#lateral li ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}


#lateral  li li {
	margin: 0 10px 0 12px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	border-bottom: 1px #BBBBBB dashed;
}

#lateral li li a{
	display: block;
	text-decoration: none;
	color: Maroon;
}
#lateral li li a:hover{
	color: Red;
}
/*
#lateral  li li li {
	margin: 0 10px 0 12px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	border-bottom: 1px #888 dashed;
}
*/

