/* CSS Document */
body
{
font-size:12px;
background-color:#FFFFFF;
font-family:Optima,Lucida,'MgOpen Cosmetica','Lucida Sans Unicode',sans-serif;
}
div#txt_entrada
{
display:block;
text-align:left;
padding-left:20px;
font-size:16px;
color:#CC7A00;
font-family:Optima,Lucida,'MgOpen Cosmetica','Lucida Sans Unicode',sans-serif;
margin-bottom:15px;
}
div#txt_des
{
display:block;
overflow:hidden;
padding-left:20px;
color:#516F75;
margin-bottom:30px;
font-family:Optima,Lucida,'MgOpen Cosmetica','Lucida Sans Unicode',sans-serif;
}
div#formulario
{
width:900px;
display:block;
overflow:hidden;
padding-left:20px;
background-image:url(images/img_inscripcion.jpg);
background-repeat:no-repeat;
/* Poner imagen de fondo a la derecha*/
}
div#formulario table
{
margin-left:40px;
}
div#formulario table tr td table
{
margin-left:0px;
}
div#formulario table tr td
{
text-align:left;
font-size:11px;
}
div#formulario table tr td input
{
width:220px;
height:14px;
border:1px solid #FFBC9B;
margin-top:3px;
font-size:11px;
}
div#formulario table tr td select
{
height:20px;
border:1px solid #FFBC9B;
margin-top:3px;
font-size:10px;
}
div#formulario table tr td input#sfoto
{
width:380px;
height:23px;
border:1px solid #FFBC9B;
}
div#formulario table tr td input#btn_enviar
{
width:130px;
color:#000000;
height:25px;
border:1px solid #516F75;
background-color:#FFFFFF;
}

td.des
{
font-size:10px;
color:#999999;
}
td.error
{
color:#CC0033;
font-size:12px;
}
td.seccion
{
background-color:#D1E4EF;
padding:3px;
}
span.sec
{
font-size:12px;
color:#EFA986;
font-weight:bold;
}
