/* Generales */
html {
height:100%;
background:url(../img/f_html.png) center top #191919 repeat-x;
/*font-size: 100%; /* IE hack */*/
}

body {
height:100%;
color:#959595;
font-size:62.5%;
/*font-size:100%;  IE hack */
text-align:center;
/*background:url(../img/f_body.png) center top 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:760px;
height:128px;
clear:both;
margin:auto;
text-align:left;
background:url(../img/f_head.png) left top #2c2c2c no-repeat;
}

.header img {
float:left;
display:inline;
margin:2px 0 0 0;
}

.main, .mainWide {
width:760px;
clear:both;
margin:auto;
text-align:left;
padding:0 0 20px 0;
background:url(../img/f_main.png) right top #2c2c2c repeat-y;
}

.mainWide {
	background:url(../img/f_main_lavado.png) right top #2c2c2c repeat-y;
}

/* SOLO EN LA PRINCIPAL **************************** */

.leftColPpal {
width:377px; /*410*/
float:left;
display:inline;
padding:0 0 0 33px;
}

.rightColPpal {
width:324px;
float:right;
display:inline;
text-align:left;
}

.lcPpalTextoBienvenida {
width:377px;
float:left;
display:inline;
padding:44px 0 30px 0;
}

/* SOLO EN LA PRINCIPAL **************************** */

.leftCol {
width:541px; /*574*/
float:left;
display:inline;
padding:0 0 0 33px;
/*background-color:#0f0;*/
}

.lcTexto {
width:377px;
float:right;
display:inline;
padding:12px 0 30px 0;
}

.rightCol {
width:161px;
float:right;
display:inline;
text-align:left;
}

/* version ancha */

.leftColWide {
width:160px; /*574*/
float:left;
display:inline;
padding:0 0 0 33px;
/*background-color:#0f0;*/
}

.rightColWide {
width:536px;
float:right;
display:inline;
text-align:left;
padding:12px 28px 0 0;
/*background-color:#f00;*/

}

/* -             - */

.documento {
width:98%px;
float:left;
display:inline;
padding:0 0 20px 60px;
background:url(../img/ico_pdf.png) left 4px no-repeat;
}

.agenda {
width:98%px;
float:left;
display:inline;
padding:0 0 20px 60px;
background:url(../img/ico_agenda.png) left 0px no-repeat;
}
.agenda strong {
	color:#fff;
}

.documento p {
font-size:1.3em;
line-height:1.4em;
}

/* Footer */
.footer {
width:740px; /*760*/
height:67px;
clear:both;
margin:auto;
/*margin-top:2px;*/
padding:25px 20px 0 0;
background:url(../img/f_footer.png) left 2px #2c2c2c no-repeat;
}

