@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
}
.footer{
	font: normal normal 12px/1.6em Verdana, Arial, sans-serif;	
	width:850px;	
	height:20px;
	color:#FFF;
	float:left;
	text-align:center;	
	background-color:#006;	
}
.cabecera{
	width:850px;
	height:88px;
}
.menu_izq{
	width:100px;
	height:auto;
	float:left;
}
.menu_izq2{
	width:740px;
	height:auto;
	float:right;
}
.contenido{
	width:850px;
	height:auto;
    left: 50%;
	margin-left:18%;
}

.botones{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        width:100px;
        height:25px;
		cursor:pointer;
}
.botones a{
	text-decoration:none;
}
.espaceosuperior{
	height:5px;
	background-color:#000066;
}
.espaceo{
	height:5px;
	background-color:#FFF;
}
.persona{
	width:740px;
	float:left;
	height:150px;
}
.foto{
	width: 150px;
	height:147px;
	float:left;
}
.lista_personal{
	font: normal normal 12px/1.6em Verdana, Arial, sans-serif;	
	color:#FFF;
	text-align:center;
	background-color:#039;
	font-weight:bold;
}
.titulo_foto{
	width: 585px;
	height:147px;
	float:right;
}
.titulo{
	text-transform:uppercase;
	color:#039;
	font-weight:bold;
	font: normal normal 14px/1.8em Verdana, Arial, sans-serif;		
}
.texto{
	font: normal normal 12px/1.6em Verdana, Arial, sans-serif;
	text-align:justify;
}
.linea{
width:100%;  
height:0px;/*solo queremos borde*/  
text-align:center;  
border-top:0px;/*quita el grosor extra de Opera y FFox*/  
border-bottom:#CC0000 dashed 1px;
float:left;
}
.titulo2{
	text-transform:uppercase;
	color:#039;
	font-weight:bold;
	font: normal normal 16px/1.8em Verdana, Arial, sans-serif;		
}
.texto_contenido{
	text-align:justify;
	font: normal normal 14px/1.6em Verdana, Arial, sans-serif;		
}
.titulo3{
	text-transform:uppercase;
	color:#039;
	font-weight:bold;
	font: normal normal 20px/2em Verdana, Arial, sans-serif;
	text-align:center;
}
.img_center{
	text-align:center;
}