@charset "utf-8";
/* CSS Document - Made by Cinthy Revilla - Contact: cinthy.revilla@gmail.com*/

/* GENERICOS */

body,html {
	font-family:Tahoma;
	font-size:11px; 
	color:#a89170; 
	font-weight:normal; 
	text-align:justify; 
	margin: auto;
	margin-top:0;
	margin-bottom:0;
}
body{
background:url(../images/bg.gif) repeat;
}
#cuerpo {
margin:auto;
width:787px;
}
.clearboth {
clear:both;
}
.estilolista{
list-style:circle;
list-style-position:outside;
color:#996600;
font-size:10px;
}
li a{
font-family:Tahoma;
font-size:12px;
text-decoration:none;
color:#996600;
list-style:circle;
list-style-position:outside;
}/* color azul: #013d85*/
li a:hover{
font-family:Tahoma;
font-size:12px;
text-decoration: underline;
color:#a80000;
}
/* ESPECIFICOS */
#menu{
margin:auto;
width:787px;
height:67px;
background-color:url(../images/bgmenu.jpg) repeat-x;
float:left;
clear:both;
overflow:hidden;
}
	/* DENTRO DEL MENU */
	/* #butons definida en menu.css */
	/* FIN DEL MENU */
#cabeza{
margin:0;
padding:0;
width:787px;
height:94px;
background:url(../images/cabecera.gif) no-repeat;
float:left;
clear:both;
overflow:hidden;
}
#anima{
margin:0;
padding:0;
width:787px;
height:210px;
float:left;
clear:both;
overflow:hidden;
}
	#izq_a{
	float:left;
	width:9px;
	height:210px;
	background:url(../images/anima_01.jpg) no-repeat;
	clear:none;	
	}
	#banner{
	margin:2px 0 5px 30px;
	width:240px;
	height:60px;
	clear:both;
	text-decoration:none;
	border:none;
	}
	#cen_a{
	float:left;
	width:768px;
	height:210px;
	background:url(../images/anima_02.jpg) no-repeat;
	clear:none;	
	}
	#der_a{
	float:left;
	width:10px;
	height:210px;
	background:url(../images/anima_03.jpg) no-repeat;
	clear:none;	
	}
#contenido{
margin:0;
padding:0;
float:left;
width:787px;
height:auto;
clear:both;
overflow:hidden;
}
	/* DENTRO DEL CONTENIDO */
	#izq_c{
	float:left;
	width:9px;
	height:100%;
	background:url(../images/contenido_01.gif) repeat-y;
	clear:none;	
	}
    #cen_c{
	background:#FFFFFF;
	float:left;
	clear:none;
	width:768px;
	height:auto;
	}
		#titulo{
		width:768px;
		padding:0;
		margin:0;
		height:40px;
		float:left;
		clear:both;
		}
		#bloque{
		width:728px;
		padding:10px 20px 0 20px;
		height:auto;
		float:left;
		clear:both;
		}
			#izq{
			float:left;
			width:75%;
			height:auto;
			clear:none;
			}
			#der{
			float:right;
			width:23%;
			height:auto;
			clear:rigth;
			}
			#izq2{
			float:left;
			width:23%;
			height:auto;
			clear:none;
			}
			#der2{
			float: right;
			width:75%;
			height:auto;
			clear:right;
			}
	#der_c{
	float:left;
	width:10px;
	height:100%;
	background:url(../images/contenido_03.gif) repeat-y;
	clear:none;	
	}
	/* FIN DEL CONTENIDO */
#pie{
margin:0;
width:757px; /* 787 */
height:27px; /* 42 */
background:url(../images/pie.gif) no-repeat;
clear:both;
padding: 15px 0 0 30px;
}
	/* DENTRO DEL PIE */
	#pie1{
	float:left; 
	width:50%; 
	text-align:left; 
	padding:0 10px 0 0;
	}
	#pie2{
	float:right; 
	width:15%; 
	text-align:right; 
	padding:0 10px 0 0;
	}
	/* FIN DEL PIE */