/* Estilos para el formulario de contacto */

@import "level2.css";

/******************************************************************************
************************************FORMULARIO*********************************
******************************************************************************/

#contacto {
	margin-top: 10px;
	font-size: 12px;
}

#contacto img {
	float: left;
	margin: 0;
	padding: 0;
}

#contacto p {
	font-size: 12px;
}

#formulario  {
	float: left;
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#formulario table {
	border: 0 !important;
	background-color: #FFF;
	width: 100%;
}

#formulario table td {
	text-align: left;
}

#formulario table td.label {
	width: 25%;
}

#formulario table td label {
	color: #D61C38;
	font-weight: bold;
	vertical-align: top;
}

#formulario table td input[type=text] {
	border: 3px double #E3E3E3;
	background-color: #fff;
	width: 100%;
}

#formulario table td textarea {
	border: 3px double #E3E3E3;
	background-color: #fff;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
}

.formbutton {
	display: inline;
	padding: 1px 1px 4px 1px;
	margin: 5px 5px 0px 0px;
	width: 150px;
	height: 20px;
	border: none !important;
	background: url(../images/bot_150px.gif) no-repeat !important;
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

p.ok {
	color: #009900;
}

p.error {
	color: #FF0000;
	font-size: 30px;
}

/*#contenido p {
	display: block;
	clear: both;
	line-height: 2;
	margin: 5px 0;
}

#contenido p label {
	display: block;
	margin-right: 15px;
	color: #D61C38;
}

.cajaTexto {
	border: 3px double #E3E3E3;
	background-color: #fff;
	width: 589px !important;
	width: 595px;
}

#contenido p textarea {
	width: 580px !important;
	width: 595px;	
	margin-left: 0;
	padding: 5px;
	border: 3px double #E3E3E3;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 95%;
}

.boton {
	display: inline;
	padding: 1px;
	margin: 5px 5px 0px 0px;
	width: 150px;
	height: 20px;
	border: none;
	background: url(../images/bot_150px.gif) no-repeat !important;
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.ok {
	color: #009900;
}

.error {
	color: #FF0000;
}*/
