body {
	margin: 0;
	padding: 0;
	background: url(../imagenes/fondo2.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
p, h1, h2, h3{
	margin: 0px;
	color: #3F3F3F;
}
div#contenido{
	margin: 0 auto auto;
	width: 1000px;
	height: 100%;
}
*html div#contenido{
height: 500px;
}
div#caja_izq{
	float: left;
	margin-top: 8px;
	margin-left: 30px;
	width: 465px;
}
*html div#caja_izq{
	display: inline;
}

div#caja_der{
	float: right;
	margin:270px 30px 0 0;
	width: 465px;
}
*html div#caja_der{
	display: inline;
}
div#desarrollo{
	float: left;
	width: 465px;
	background: url(../imagenes/pie_round.png) no-repeat center bottom white;
}
div#desarrollo_g{
	float: right;
	width: 465px;
	height: 214px;
	background-color: #3F3F3F;
}
#foot{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	height:100px;
	width:940px;
	padding: 100px 30px 0 30px;
}
#menu_navegador{
	margin-top: 45px;
}

#navegador_izq{
	float: left;
	width: 145px;
	margin-right: 14px;
}
#navegador_der{
	float: right;
	width: 145px;
	margin-left: 14px;
}
#navegador_cen{
	margin-left: 160px;
	margin-right: 160px;
}
a {
	text-decoration: none;
}

a.menu{
	display: block;
	color: #523050;
	height: 25px;
	line-height: 12px;
	font-weight: bold;
	background: url(../imagenes/back5.jpg) bottom repeat-x;
}
a.menu:hover{
	background: url(../imagenes/back10.jpg) bottom repeat-x;
}
.valid{
	font-size: 8px;
	color: #C3C3C3;
}
.valid:hover{
	color: #523050;
}
p.menu2{
	display: block;
	color: #523050;
	height: 25px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
	cursor: text;
	background: url(../imagenes/back10.jpg) bottom repeat-x;
}
#link_inicio{
	display: block;
	font-weight: bold;
	line-height: 12px;
	color: #e2a31c;
	width: 100px;	
}
#link_inicio:hover{
	color: #523050;
}
.link_mas{
	color: #e2a31c;
}
.link_mas:hover{
	color: #523050;
}
.link_mas2{
	color: #523050;
}
.link_mas2:hover{
	color: #e2a31c;
}
.flecha img{
	display:block;
	float:right;
	border: none;
}
.linea{
	 display:block;
	 margin:10px 0 10px 0;
}
.linea_v{
	 display:block;
	 margin:7px 0 7px 0;	
}
p#inicio{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 21px;
	color: #523050;
	margin-top: 165px;
}
p#inicio_estudio{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	color: #523050;
	margin-top: 60px;
}
p#inicio_creditos{
	background: url(../imagenes/linea_nar.jpg) top left no-repeat;
	color: #e2a31c;
	padding-top: 15px;
	margin-top: 87px;
}
#inicio_creditos2{
	background: url(../imagenes/linea_vio_chica.jpg) top left no-repeat;
	color: #3f3f3f;
	padding-top: 15px;
}
.tit_amar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 20px;
	color: #e2a31c;
	font-weight: normal;
	height: 32px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #e2a31c;
	padding: 8px 0 0 30px;
	
}

.tit_amar_g{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	/*line-height: 21px;*/
	color: #e2a31c;
	font-weight: normal;
	height: 32px;
	background-color: #3F3F3F;
	border-bottom: solid 1px #e2a31c;
	padding: 8px 0 0 30px;
	
}
p.epi{
	font-weight: bold;
	margin: 10px 0 20px 0;
	
}
p#pie_chico{
	position:relative;
	top: 560px;
	right: 30px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	color: #523050;
}
.preg_grande{
	font-size: 15px;
	color: #e2a31c;
	text-decoration: none;
}
.preg_chica{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #523050;
	margin: 0 0 10px 0;
}
.tit_contacto{
	font-size:12px;
	color:#e2a31c; 
	padding-bottom:10px;
}
ul#punteo{
	margin:0;
	padding:0;
}
ul#punteo li{
	list-style-type: square;
	color: #3F3F3F;
}

/*FORMULARIO*/
.formText{
	width:302px;
	border:0px;
	height: 14px;
	float: right;
	font-size: 11px;
	padding: 3px;
	color: #3F3F3F;
}
.formArea{
	width:302px;
	border: 0px;
	border-top: solid 1px #e2a31c;
	height: 121px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #3F3F3F;
	/*elimina la barra del ie*/
	overflow: hidden;
	margin: -1px 0 -1px 0;
	resize:none;
}
label{
	font-weight: bold;
	color: white;
	text-align: left;
	float: left;
	padding-top: 2px;
}
.div_form{
	float:left;
	width:435px;
	margin:0; 
	border-bottom: solid 1px #e2a31c;
	padding:0 0 0 30px;
}
.formButton {
	display: block;
	float: left;
	margin:3px 0 0 157px;
	color: #3F3F3F;
	background-color:#e2a31c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-align: left;
	border:0px;
	height: 20px;
	width: 125px;
	padding:0 0 0 3px;
}
*html .formButton{
	display: inline;
}
.formButton:hover{
	background-color:#C76B00;
	cursor: pointer;
}
/*solo para firefox y safari*/
input:focus, textarea:focus{
	background-color: #FFFFD4;
}
