.contenido_mail {
        position:relative;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:118px;
        top:0px;
        width:634px;
        height:395px;
}
h1 {
        color:#e84641;
        font-family:Arial;
        text-align:center;
        font-size:24px;
}
h1:hover {
        color:#f96f67;
}
.titulo {
        position:relative;
        text-align:center;
        width:285px;
}
.texto {
	font-size:12px;
        position:relative;
        width:285px;
        color:#757575;
}
.imagen {
	margin-left:80px;
}
.formulario {
	position:absolute;
	font-size:12px;
	color:#757575;
	top:50px;
	left:310px;	
}
td {
	font-size:12px;
}
.nombres {
	width:280px;
	text-align:right;
	color:#757575;
}
input {
	border:0px;
	color:#757575;
	background-color:#ff8c82; 
	width:182px;
	height:23px;
}
select {
        border:0px;
        color:#757575;
        background-color:#ff8c82;
        width:182px;
        height:23px;
}
textarea {
	border:0px;
	color:#757575;
	background-color:#ff8c82;
	width:320px;
	height:157px;
}
.boton_enviar {
	width:58px;
	color:#ff8c82;
	background-color:#e84641;
	font-weight:bold;
}
