@import url("reset.css");
@import url("texto.css");
@import url("fieldset.css");
/*----------------------------------------------
main layout
------------------------------------------------*/

body
{
	background-color:#1A3654;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#CCCCCC;
	margin:0;
}

html,body
{
	height:100%;
}

#header
{
	width:710px;
	height:125px;
	background-color:#D6D6D6;	
}

#botonera 
{
	width:710px;
	height:35px;
}

 #colIzq
{
	width:227px;
	background-color:#fff;
	margin:0 15px;
	float:left;
	padding: 6px 15px 6px 6px;
	clear:both;
	margin-top:15px;
	border:2px solid #CCCCCC;
	text-align:center;
	display:inline;
}

#colDer {
	width:375px;
	background-color:#fff;
	margin:16px 15px 0 286px;
	padding:15px;
	border:2px solid #CCCCCC;
}
#footer {
	width:700px;
	height:30px;
	background-color:#D6D6D6;
	clear:both;
	border-top:3px solid #9B0B20;
	margin-top:15px;
	padding:5px;
	text-align:center;
	
}

.img {
	margin-top:16px;
	float:left;
	clear:both;
	margin-left:17px;
	display:inline;
	border:8px #FFFFFF solid;
	
}

.img2 {
	margin-top:16px;
	float:left;
	clear:both;
	margin-left:15px;
	display:inline;
	border:2px solid #CCCCCC;
	
}


	
.imgLogo {
	margin:10px 0 0 20px;
}	


.banner {
	margin:8px 0 0 43px;
	color: #666666;
	text-align: left;
	line-height: 22px;
}
