@charset "utf-8";
/* CSS Document */

@import url("reset.css");

@import url("form.css");

@import url("texto.css");

body
{
	background-color:#fff;
	margin:0;
	height:100%;
	background: url(../imgs/backFix.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1F1F1F;
}

html,body
{
	height:100%;
}

#container {
	width:770px;
	margin:0;
    background-color:#fff;
	border-right:1px solid #A6A2AC;
	background:url(../imgs/backColCentra.gif) repeat-y;
}

#boxLogo {
	width:160px;
	height:170px;
	background-color:#000000;
	float:left;
}
#header {
	width:579px;
	height:30px;
	background-color:#0066FF;
	float:right;
	padding-top:140px;
	padding-left:30px;
	background:url(../imgs/backHeader.jpg) repeat-x;
	border-left:1px solid #C9C6CE;
}
	
#banner {
	width:770px;
	height:200px;
	border-right:1px solid #A6A2AC;
	clear:both;
	text-align:right;
	background-color:#C82026;
}

#colCentral {
	padding-top:50px;
	width:550px;
	float:right;
	background: url(../imgs/backHeader.jpg) repeat-x top #FFFFFF;
	padding-left:60px;
}

#colIzq {
	width:140px;
	background-color:#2B2B2B;	
	float:left;
	color:#FFFFFF;
	text-align:right;
	padding:30px 20px 0 0;
}


#video {
	width:460px;
	padding:5px;
	border:1px solid #999999;
	margin-left:9px;

}


#fotoColCentral {
	width:550px;
	position:relative;
	left:-30px;
	margin:10px 0 20px 0;
	border:0;
}


#colBot {
	width:610px;
	height:100px;
	background-color:fff;
	float:right;
	
}

#footer {
	width:730px;
	height:50px;
	padding-top:30px;
	clear:both;
	padding-left:40px;
}
	
.img {
	float:left;
	margin:15px;
	
}

.img2 {
	float:left;
	position:relative;
	left:-30px;
	margin-bottom:15px;
}