﻿
/* CSS Document */

body{
margin:0px;
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
overflow-x:hidden;}




/*Estilos aparecidos en inicio.html*/


.todo{
width: 950px;
height: 550px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -275px; 
/* la mitad de lo que mida el div de altura */
margin-left: -475px; 
/* la mitad de lo que mida de ancho */
border:1px solid #182752;
}


.izq{
float:left;
}


.cabecera{
width: 950px;
float:left;
}


.cuerpo{
width:950px;
float:left;
}

.menu{
width:193px;
height:350px;
float:left;
background-color:#e3e4e4;
}


.contenido{
width: 757px;
height: 350px;
float:left;
text-align:center;
}

.direccionenmenu {
padding-left:30px;
font-size:10px;
}


.contenidoinicio{
width: 757px;
height: 350px;
float:left;
background-color:#FFFFFF;
/*background-color:#e3e4e4;*/
}


.pie{
	width:950px;
	float:left;
	background-color:#17264d;
	text-align:center;
	color:#CCCCCC;
	background-image:url(../img/disegnada.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}

/* Jaime Pie de foto*/ 
.piedefoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	/* width:284px;*/
	margin-top:5px;
	border: 0px solid #f0f0f0; 

}


.tituloefectivos{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#4f84ba;
margin-top:8px;
margin-bottom:20px;}


.blanco{
color:#FFFFFF;
}


.altura{
height:40px;
}




a.laintro:link { text-decoration: none; color:#16264d;}
a.laintro:active { text-decoration: none; color:#16264d;}
a.laintro:visited { text-decoration: none; color:#16264d;}
a.laintro:hover {text-decoration: none; color: #c00e33;}

/*Estilos aparecidos en inicio.html*/

a.nota_legal:link { text-decoration: none; color: #FFFFFF;}
a.nota_legal:active { text-decoration: none; color:#16264d;}
a.nota_legal:visited { text-decoration: none; color:#16264d;}
a.nota_legal:hover {text-decoration: none; color: #c00e33;}


/*Estilos aparecidos en efectivos.html*/

iframe#myframe{
width:757px;
height:350px;
overflow-x:hidden;
}


