body 
{
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-align:center;
	background-color:#E9E9E9;
}
#contenedor_principal
{
	width:501px;
	height:420px;
	background:#ffffff;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	text-align:center;
}
#fondo_contacto
{
	width:501px;
	height:420px;
	background:#ffffff url(fondo_contacto.png) no-repeat top left;
	border-top:solid 0px #B0C1C8;
	border-left:solid 0px #B0C1C8;
	border-right:solid 0px #B0C1C8;
	border-bottom:solid 0px #B0C1C8;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0;
	float:left;
}
#fondo_curriculum
{
	width:501px;
	height:401px;
	background:#ffffff url(fondo_curriculum.png) no-repeat top left;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0;
	float:left;
}
#contenedor_formulario
{
	width:501px;
	height:264px;
	border-top:solid 0px #ffffff;
	border-left:solid 0px #ffffff;
	border-right:solid 0px #ffffff;
	border-bottom:solid 0px #ffffff;
	text-align:left;
	margin-top:105px;
	padding:10px;
}
.titulo_informativo
{
	font-size: 11;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;
	font-weight:normal;
	color:#ffffff;
	text-align:justify;
	/*text-transform:capitalize;*/
	margin-top:10;
	margin-left:5;
	margin-bottom:3;
	margin-right:0;	
}
.input
{
    font-size:11px;
    font-family:Tahoma;
    font-weight:normal;
    color:#333333;
    background:#ffffff;
    width:200px;
    height:18px;
    border-top:solid 1px #999999;
    border-left:solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-right:solid 1px #999999;
    margin-bottom:10px;
}
.input_chico
{
    font-size:11px;
    font-family:Tahoma;
    font-weight:normal;
    color:#333333;
    background:#ffffff;
    width:100px;
    height:18px;
    border-top:solid 1px #999999;
    border-left:solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-right:solid 1px #999999;
}	
.input_area
{
    font-size:11px;
    font-family:Tahoma;
    font-weight:normal;
    color:#333333;
    background:#ffffff;
    width:200px;
    height:80px;
    border-top:solid 1px #999999;
    border-left:solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-right:solid 1px #999999;
    margin-top:5px;
}
.select
{
    font-size:11px;
    font-family:Arial;
    font-weight:normal;
    color:#333333;
    background:#Transparent;
    width:160px;
    height:18px;
    border-top:solid 1px #8098B3;
    border-left:solid 1px #8098B3;
    border-bottom:solid 1px #8098B3;
    border-right:solid 1px #8098B3;
    margin-bottom:10px;
}	
.select_chico
{
    font-size:11px;
    font-family:Tahoma;
    font-weight:normal;
    color:#333333;
    background:#Transparent;
    width:100px;
    height:18px;
    border-top:solid 1px #8098B3;
    border-left:solid 1px #8098B3;
    border-bottom:solid 1px #8098B3;
    border-right:solid 1px #8098B3;
    margin-bottom:0px;
}	
.boton
{
    font-size:11px;
    font-family:Tahoma;
    font-weight:normal;
    color:#ffffff;
    background:#003060;
    width:60px;
    height:20px;
    border-top:solid 1px #f5f5f5;
    border-left:solid 1px #f5f5f5;
    border-bottom:solid 1px #f5f5f5;
    border-right:solid 1px #f5f5f5;
}