/* Generales */

body {
color:#8a8b8d;
font-size:62.5%;
text-align:center;
background:url(../img/f.png) center top #fafafa repeat-y;
}

/*<div class="sp"><hr /></div>*/
hr {
clear:both;
display:none;
height:1px;
width:100%;
}

div.sp {
clear:both;
height:1px;
}

/* Comienza la estructura */
.header {
width:762px;
clear:both;
margin:auto;
text-align:left;
background-color:red;
background:url(../img/f_main.png) center top repeat-y;
}

.main {
width:762px;
clear:both;
margin:auto;
text-align:left;
background:url(../img/f_main.png) #fff center top repeat-y;
padding:0 0 20px 0;
}

.leftCol {
width:216px;
height:536px;
float:left;
display:inline;
margin:0;
text-align:right;
background:url(../img/f_left_col.jpg) right top no-repeat;
}

.rightCol, .rightColEN {
width:546px;
float:right;
display:inline;
margin:0;
text-align:left;
/*background:url(../img/f_EN_welcomes_you.png) left top no-repeat;*/
background:url(../img/f_ES_bienvenidos.png) left top no-repeat;
}

.rightColEN { background:url(../img/f_EN_welcomes_you.png) left top no-repeat; }

.rcHead {
	width:534px;
	height:95px;
	float:left;
	display:inline;
	text-align:right;
}

.rcText {
	width:433px; /*546px;*/
	/*height:500px;*/
	float:left;
	display:inline;
	padding: 0 60px 0 53px;
}

.rcButtons {
	width:546px;
	/*height:380px;*/
	float:left;
	display:inline;
	padding: 0;
	background:url(../img/f_botones.png) left top no-repeat;
}

.rcBLC {
	width:212px;
	height:280px;
	float:left;
	display:inline;
	margin: 34px 0 0 37px;
	/*background-color:#0f0;*/
}

.rcBRC {
	width:212px;
	height:280px;
	float:left;
	display:inline;
	margin: 34px 0 0 46px;
	/*background-color:#F00;*/
}

.rcB {
	width:208px;
	height:35px;
	float:left;
	display:inline;	
	text-align:right;
	margin:10px 0 0 0;
	/*background:url(../img/b_bg.png) right top no-repeat;*/
}

/* Footer */
.footer {
width:516px; /*762px;*/
height:60px;
clear:both;
margin:auto;
text-align:left;
padding:30px 0 0 246px;
background:url(../img/f_footer.png) left top no-repeat;
}

