@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	margin-top:10px;
	background-color:#E5E7E4;
	font-family:"Verdana";
	font-size:11px;
	text-align:justify;
}

#contenedor{
	margin:0px auto;
	width:800px;
	border:2px solid #D7D7D7;
	background-color:#FFF;
}

#logBan{
	height:113px;
	background-image:url(../imagen/home/banner-vmars2.jpg);
	background-color:#0F1F2F;
}

#logBan img{
	margin-top:5px;
	margin-left:30px;
}

#menu{
	height:30px;
}

#logBan, #menu{
	background-repeat:no-repeat;
}

/*-----------------------------------*/
/*--- INFORMACION ---*/
/*-----------------------------------*/
#informacion{
	margin:10px 10px;
	width:745px;
	border:2px solid #E5E6E6; 
	background-image:url(../imagen/home/fnd/fnd1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#DDE5CE;
	padding:15px 15px;
}

#informacion td{
	padding: 15px;
}

#informacion li{
	margin:10px 25px;
	list-style-type:disc;
}

#informacion #foto{
	float:right;
	margin:10px 15px;
}

/*--------*/
#infCol1{
	float:left;
	padding:15px;
	padding-right:0px;
}

#infCol2{
	float:right;
	padding:15px;
	padding-left:0px;
}

/*--------*/
#fnd_google{
	background-image:url(../imagen/internas/fnd_google.png);
	background-repeat:no-repeat; 
	width:460px;
	height:380px !important;
	height:390px;
	padding-top:10px;
	margin:0 auto;
}

/*--------*/			 
#Validador{
} 

/*----------------------------------*/
/*--- Titulos ---*/
/*----------------------------------*/
h1{
	font-family:"Garamond";
	font-size:30px;
	color:#26517D;
	margin-bottom:10px;
}

h2{
	font-size:16px;
	color:#26517D;
	width:390px;
	text-decoration:underline;
}

h3{
	font-size:11px;
	color:#26517D;
	margin-top:5px;
}

h4{
	font-size:11px;
	color:#798C47;
	margin-top:10px;
}

p{
	text-align:justify;
	padding:5px 0px;
}

a, a:link, a:visited{
	font-size:11px;
	color:#03C;
	text-decoration:none;
}

a:hover{
	color:#798C47;
	cursor:pointer;
	text-decoration:none;
}

/*----------------------------------*/
/*--- PIE ---*/
/*----------------------------------*/

#pie{
	background-image:url(../imagen/home/sitio1_r7_c1.gif);
	background-repeat:no-repeat; 
	height:17px !important;
	height:20px;
	text-align:center;
	color:#FFF;
	font-size:10px;
	padding-top:3px;
}

#pie a{
	color:#FFF;
}

#pie a:hover{
	cursor:pointer;
	text-decoration:underline;
}

