body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #1E0000;
	text-align: left;

}
h2, h3{
	font-weight: 100;
}

h4 {
	font-weight: 100;
	color: #B48952;
}
h5{
	font-weight: 100;
	font-size: 12px;
	background-color:#B48952;
	padding: 5px;
	border: 1px solid #B02120;
	width: 300px;
	color: #1E0000;
}
h1.curriculum{
	font-weight: 100;
	font-size:11px;
	color:#B02120;
}
h2.curriculum{
	font-size:11px;
	color:#EDE36B;
}

a{
	color: #EDE36B;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}

#contenedor {
	width: 800px;
	position: relative;
	margin: 0 auto;
	visibility: hidden;
}

#contenido {
	position: absolute;
	top: 0;
	left: 0;	
	width:460px;
	padding: 20px 20px 20px 20px;
}



#descripcion {
	position:absolute;
	right:0;
	/*bottom:0;*/
	padding: 100px 0 5px 10px;
	/*bottom: 50px;*/
	float:right;
	width: 131px;
	height:478px;
	/*padding-left: 10px;*/
}

/*p.contacto{
	position: absolute;
	bottom: 0px;
}*/

#menu {
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	height:478px;
	width:164px;
	margin: 0 500px;
	padding: 248px 7px 0 0;
	text-align:center;
}


#menu a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #510000;
	text-decoration: none;
	
}

#menu a:hover{
	color: #B48952;
	text-decoration: none;
}

#formulario {	
	width: 800px;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	background-color:#B02120;
	
}
#formulario h1 {
	font-weight: 100;
	font-size:14px;
	color:#EDE36B;

}
.campoForm {
	float:left;
	padding: 10px;
	margin:3px;

}
.lastcampoForm{
	padding: 10px;
	margin:3px;

}




