*{
	margin:0;
	padding:0;
	border:0;
	color:#FFF;
}
p{
	margin-bottom:10px;
	line-height:18px;
	
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#fff;
}
a:hover{
	color:#333;
}
#wrapper{
	width:783px;
	margin:0 auto;
}
#botonera{
	width:783px;
	background-color:#33312F;
}
#botonera ul{
	list-style:none;
	height:1%;
	overflow:hidden;
	padding-left:0px;
}
#botonera ul li{
}
#botonera ul li a{
	float:left;
	background-color:#33312F;
	display:block;
	padding:10px 16px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}
#botonera ul li a:hover{
	background-color:#666;
	color:#fff;
}
#container{
	height:1%;
	overflow:hidden;
}
#container #colizq{
	float:left;
	width:450px;
	background-color:#EE592C;
	padding:25px 50px;
}
#container #colder{
	float:left;
	width:233px;
	background-color:#052D41;
	padding-bottom: 30000px;
     margin-bottom: -30000px; 
	
}
#cont_colizq{
	float:left;
	width:210px;
	margin-right:25px;
	margin-top:20px;
	margin-bottom:15px;
}
#cont_colder{
	float:left;
	width:180px;
	margin-right:20px;
	margin-top:20px;
}
.clear{
	clear:both;
}
.titulo{
	margin-bottom:15px;
}
.sub_titulo{
	margin-bottom:10px;
}
.titulo h1{
	color:#fff;
	font-size:20px;
	border-bottom: 1px solid #fff;
	padding-bottom:5px;
	font-weight:normal;
}
.sub_titulo h2{
	color:#ddd;
	font-size:16px;
	font-weight:normal;
}
h3{
	margin-bottom:10px;
	color:#ddd;
	font-weight:normal;
}
.lista ul{
	margin-bottom:25px;
	list-style-position:inside;
}
.lista ul li{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
}
.lista .lista_2{
	margin-bottom:5px;
	list-style-position:inside;
}
.lista .lista_2 li{
	border:0px;
}
.linea_sep{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
}
.lista_objetivos {
	list-style-position:inside;
}
.lista_objetivos li{
	margin-bottom:15px;	
}
.lista_1{
	list-style-position:inside;
	margin-bottom:20px;
}
.lista_1 li{
	margin-bottom:5px;	
}
.campo{
	margin-bottom:20px;
	width:450px;
	height:1%;
	overflow:hidden;
}
.campo label{
	float:left;
	width:100px;
	margin-right:20px;
	display:block;
}
.campo input{
	float:left;
	width:250px;
	color:#666;
	height:20px;
	border:1px solid #999
}