/* CSS Document */
/* Estilos Generales*/
html{
font-size:68%;
margin:0;
padding:0;
height:100%;

}

body{
background:#fff  url("imgs/fondo_bleu.jpg") top left  repeat-y;
background-position: 0 356px;
color:#fff;
text-align:center;
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clearb{
clear:both;
}

a img{
border:0px;
}
 
.oculta{
display:none;
}

a:link, a:visited{
color: #87ADC2;
font-weight:bold;
}
a:hover{
color: #fff;
font-weight:bold;
}


/*cabecera*/

#header{
position:relative;
background:  url("imgs/fondo_cab.jpg") top center repeat-x;
}

#cabecera{
position:relative;
background:  url("imgs/splash.jpg") bottom center no-repeat;
border:1px;
margin:auto;
height: 356px;
}

#container{
position:relative;
width:730px;
text-align:right;
margin:auto;
background:  url("imgs/tit_renacimiento.jpg") top left no-repeat;
}
#patrocinadores{
position:relative;
width:730px;
height: 40px;
text-align:left;
margin:auto;
}
#patrocinadores ul{
position:relative;
list-style:none;
margin:0px;
padding:0px;
padding-top:2px;

}
#patrocinadores ul li{
position:relative;
list-style:none;
float:left;
color: #224462;
margin:0px;
padding:0px;

}
#patrocinadores ul li.title{
padding-top: 11px;
padding-right: 5px;

}
#contenidos{
position:relative;
width:730px;
text-align:left;
margin:auto;
margin-top:25px;
}


#acerca_de{
position:relative;
left:0px;
float:left;
text-align:left;
width: 384px;
height:144px;
}

#acerca_de h2{
color:#E07051;
font-size:1.2em;
font-weight:lighter;
margin:0px;
padding:0px;
}

#acerca_de p{
font-size: xx-small;
color:#fff;
font-weight:normal;
text-align:justify;
}
#botonera{
position:relative;
float:left;
margin-left: 70px;
margin-top: 20px;
text-align:left;
width: 266px;
height:128px;
clear:right;
}

#footer{
position:relative;
float:left;
width:100%;
text-align:center;
font-size: xx-small;
border-top: solid 1px #7091AE;
margin-top:10px;
}

#footer p{
margin-top: 8px;
font-size:1em;
}

/* formularios*/


#container_pop{
position:relative;
background:  url("imgs/cab_pop.jpg") top left repeat-x;
width:430px;
height: 365px;
border:0px;
text-align:left;
margin:auto;
}


#container_pop fieldset{
position:relative;
width: 300px;
top: 0px;
left: 65px;
border:0px;
}

#container_pop img{
position:relative;
margin-left:20px;
}
#container_pop p{
position:relative;
font-size:11px;
margin-left:20px;
margin-top: 10px;
}



fieldset, form{
margin:0px;
padding:0px;
border:0px;
}

input, textarea{
margin:0px;
padding:0px;
border: 1px solid   #7AA6CA;
}

#container_pop ul {
position:relative;
color:#fff;
margin-left:0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 5px;
height:26px;
clear:both;
border: none;
padding: 0px;
padding-top:3px;
}

#container_pop ul li {
position:relative;
display: block;
float: left;
list-style:none;
margin-left: 0px;
margin-bottom: 5px;
padding:0px;
}
* html #container_pop ul li {
margin-left: 5px;
}

#container_pop ul .titulo_c {
width: 80px;
}

.botonCancel, .botonSend{
width:88px;
height: 20px;
color:#FFFFFF;
border:none;
background: url("imgs/boton.gif") top left no-repeat;
}





