body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A19D9A;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	margin-top:30px;
	color:#ffffff;
	font-size: 18pt;
}

h2 {
	color: #339CCB;
	font-size: 14pt;
}

h3 {
	font-size: 11pt;
	color: #ffffff;
}
p{
	font-size: 10pt;
}
.clearb {
clear: both;
background: #35404F;
}
#page-total {
	margin-left: -400px;
   	left: 50%;
	position: relative;
	width: 800px;
	height: 600px;
	background: #FFFFFF;
}
/*estructura de la pagina - imagenes de fondo para los tres espacios*/

#menu_izq {
	position: relative;
	float: left;
	width: 284px;
	height: 600px;
	background-image: url(../img_estructura/izq.png);
	background-repeat: no-repeat;
}
#contenedor_der{
	float: right;
	width: 516px;
	height: 600px;
	text-align:center;
}
#menu {
	float: right;
	width: 516px;
	height: 76px;
	background-image: url(../img_estructura/menu.png);
	background-repeat: no-repeat;
}
#contenedor {
	color:#990000;
	position: relative;
	float: right;
	width: 516px;
	height: 507px;
	background-image: url(../img_estructura/contenedor_1px.png);
	background-repeat: repeat-y;
	
}
#contacto {
	color:#990000;
	position: relative;
	float: right;
	width: 516px;
	height: 150px;
	margin-top: 20px;
	font-size:10px;
}
#pie {
	position: relative;
	float: right;
	width: 516px;
	height: 17px;
	background-image: url(../img_estructura/pie.png);
	background-repeat: no-repeat;
}
#titulo {
	position: relative;
	float: left;
	margin-left: 45px;
	margin-top:60px;
	width: 200px;
	text-align: center;
}
#botones {
	float: left;
	text-align: left;
}
#bienvenidos {
	float: right;
	margin-right: 32px;
	margin-top: 32px;
	text-align: right;
}
.contentCampo{
	height:52px;
}
.contentMail{
	height:160px;
}
