@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("texto.css");
@import url("form.css");

body
{
	background-color:#1A1A1A;
	margin:0;
	height:100%;
	background-image:url(../imgs/back.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1F1F1F;
}

html,body
{
	height:100%;
}

#container {
	width:760px;
	margin:0;
    background-color:#f2f2f2;
	background-image:url(../imgs/backContainer.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#boxLogo {
	width:204px;
	height:128px;
	background-color:#000000;
	float:left;
}
#header {
	width:516px;
	height:82px;
	background-image:url(../imgs/backHeader2.jpg);
	background-repeat:no-repeat;
	float:right;
	padding-left:30px;
	padding-top:30px;
	padding-right:10px;
}
	
#botoneraIzq {
	width:204px;
	height:195px;
	background-color:#b51b24;
	float:left;
	border-top:4px solid #6E1721;
	border-bottom:4px solid #6E1721;

}

#banner {
	width:556px;
	height:260px;
	background-color:#000;
	float:right;
}

#colIzq {
	width:204px;
	background-color:#000000;
	padding-bottom:50px;
	float:left;

}

#colCentral {
	width:516px;
	float:right;
	border-top:6px solid #FFCA04;
	margin-bottom:20px;
	padding-right:20px;
	text-align:justify;
	padding-top:10px;
	padding-left:20px;
}




#footer { 
	width:760px;
	height:50px;
	clear:both;
	background-color:#f2f2f2;
	background-image:url(../imgs/marcaFooter.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:6px solid #FFCA04;
}
	
