body{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#666666;
	background-color: transparent;
	width:460px;
	height:578px;
	margin: 0 auto;
	overflow:hidden;
}

#contenido_colorbox
{
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5%;
	width:88%;
	float:left;
}

h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #002161;
	margin-bottom: 10px;
}
h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #9A9A9A;
	margin-bottom: 20px;
}


ul{
	margin-left: 20px;
	line-height: 15px;
}
li{
	list-style:disc;
	text-indent: 0;
}

#texto_colorbox{
	width: 100%;
	float:left;
}


#texto_colorbox form{
width: 100%;
margin: 0 auto;
margin-top: 50px;
overflow: hidden;	
}
#envio_ok{
	width:63%;
	margin: 150px auto 0;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
}

h3{
	color: #666;
/*	font-size: 14px;*/
}

#texto_colorbox img{
	float:left;
	margin: 0 20px 0 0;
}


.contenedor_campo_01{
	width: 124px;
	float:left;
	margin-right: 10px;
}
.contenedor_campo_02{
	width: 270px;
	float:left;
}
.contenedor_campo_03{
	width: 230px;
	float:left;
	margin-right: 10px;
}
.contenedor_campo_04{
	width: 163px;
	float:left;
}
.contenedor_textarea_01{
	width: 404px;
	float:left;
}
