
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: white url(imgs/effect.jpg) repeat-x; 
} 
 
#pagewidth{ 
 background-color:#FFFFFF;
 width:955px; 
 text-align:left;   
 margin-left:auto; 
 margin-right:auto;
 border-right:1px solid #cccccc;
 border-left:1px solid #cccccc; 

} 
#innerpage{ 
 width:955px; 
} 
#header{
 height:87px; 
 background: white url(imgs/header.jpg) top no-repeat; 
 width:100%;
} 

#header p{
 padding-top:35px;
 text-align:center;
 font: normal bold 16px Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
}
 
#leftcol{
 width:  257px; 
 height: 419px;
 float:left; 
 background: white url(imgs/bgmark.png) top no-repeat;
 }
 
#maincol{background-color: #FFFFFF; 
 background: white url(imgs/contentbg.gif) top no-repeat;  
 float: right; 
 display:inline; 
 width:  698px; 
 height: 460px;
 }
 
 #maincol .content{
 margin-right:120px;
 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 }
 #maincol .registro p{
 margin-top: 4px;
 margin-bottom: 4px;
 }
 #maincol .registro p.bloque{
 margin-top: 35px;
 margin-bottom: 10px;
 }
 
 table.centrado{
 border: 0;
 }
 .centrado td{
 vertical-align:middle;  
 text-align:center;
 }
 .negrita{
 font: normal bold 11px Verdana, Arial, Helvetica, sans-serif;
 }
 
#footer{
 height:94px; 
 background: white url(imgs/footer.jpg) top no-repeat; 
 clear:both;
 } 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}

/* Ocultar de IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* Fin de Ocultar de IE-mac */  


 
 /*estilo de impresion*/ 
 @media print{ 
/*no imprimir columna izquierda*/ 
#leftcol{display:none;} 
#innerpage{border:0px solid #cccccc;}
#twocols, #maincol{width:100%; float:none;}
}

/* forms styling*/
label
{
color: #0000ff;
width: 80px;
float: left;
text-align: right;
margin-top: 4px;
margin-right: 14px;
display: block;
}
.registro label
{
width: 114px;
}
label.especial{
margin-top: 0;
}
.registro .nota
{
color: #666666;
font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.registro p.nota
{
margin-left: 131px;
}
.formbutton input
{
margin-left: 97px;
}
.registro .formbutton input
{
margin-left: 130px;
}
 #error1, #error2{
 font: normal bold 11px Verdana, Arial, Helvetica, sans-serif;
 color: #8C0003;
 }
