/* 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: 92px;
	clear:both;	
}
#sitelink {
	float:left; 
	padding:60px 0 0 30px; 
	font-size: 26px;
	text-transform: lowercase;
	font-weight: bold;
}
#sitelink a{ 
	color:#E0E0E0; 
	text-decoration:none; 
}
#sitelink a:hover{ 
	color:#000; 
	text-decoration:none; 
}


#topmenu { 
	background: url(topmenu.png); 
	height:30px; 
}
#topmenu ul { 
	margin:0; 
	padding:0;
}
#topmenu ul li{ 
	display:inline-block; 
	float:left; 
	width:104px; 
	list-style:none; 
	text-align:center; 
}
#topmenu a { 
	display:block; 
	float:left; 
	width:104px; 
	color:#000; 
	font-size:14px; 
	text-transform:uppercase; 
	font-weight:bold; 
	text-decoration:none; 
	padding-top:8px; 
	background:url(images/button.gif) no-repeat 0 4px;
}
#topmenu a:hover{
	color:#fff; 
}

/******* bloque main que engloba el contenido ***********/

#main {
	background: url(grano.gif);	
	margin: 0px;
	padding: 10px 0 10px 0; 
}

/****** bloques  pie ********/

#footer {
	background:url(pie64.png) repeat-x ; 
	height:64px; 
	clear:both;
}
#left_footer { 
	float:left; 
	padding:40px 0 0 30px; 
	text-transform:lowercase; 
	color:#A0A0A0; 
	font-weight:bold; 
	font-size:12px;
}
#right_footer { 
	float:right; 
	padding:40px 30px 0 0; 
	text-transform:lowercase; 
	color:#A0A0A0; 
	font-weight:bold; 
	font-size:12px; 
	text-align:right;
}
#right_footer a {text-decoration:none;}
#right_footer a:hover { text-decoration:none;}

/********* 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;
}


