
#menu_contenedor a.mcontacto#on {
	color:#CC0000;
	background:url(../img/tabs/mcontacto_on.gif) no-repeat top left;
}

#contenido_contenedor {
	background:url(../img/contacto.jpg) no-repeat top left;
}


.textoseccion {
	position:absolute;
	top:24px;
	left:346px;
	width:504px;
	text-align:right;
}

.textoseccion p {
	font-size:8pt;
	color:#000000;
	padding-bottom:10px;
	text-align:justify;
}

.logo {
	margin-bottom:20px;
}

h1 {
	text-align:left;
}

form {
	border-top:2px solid #95989B;	
	border-bottom:2px solid #95989B;
	padding:15px 67px;
	margin-bottom:6px;
}

input#nombre {
	width:300px;
}

input#empresa {
	width:300px;
}

input#email {
	width:300px;
}

input#telefono {
	width:100px;
	float:left;
	margin-left:15px;
	margin-bottom:10px;
}

input#phone {
	width:100px;
	float:left;
	margin-left:29px;
	margin-bottom:10px;
}

label#labelfax {
	clear:none;
	margin-left:55px;
}

label#labeltelefonoch{
	margin-right:25px;
}

input#fax {
	width:100px;
	margin-bottom:10px;
}

textarea#asunto {
	width:300px;
	height:110px;
}

input#enviar {
	float:right;
	background:url(../img/email.gif) no-repeat top left;
	padding-left:28px;
	font-weight:bold;
	border:0px;
	height:21px;
	cursor:pointer;
}

.empresa {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	padding-bottom:3px;
	text-align:left;
}

.textoseccion p.datosempresa {
	font-size: 8pt;
	font-weight:bold;
	padding-bottom:3px;
}

.enviado {
	float:left;	
	font-size: 8pt;
	font-weight:bold;
	color: #CC0000;
	padding-top:5px;
}