/* css complementario contacto.php */

@import url(principal.css);

#cabecera {
	height: 113px;
	width: 740px;
	margin: 0;
	padding: 12px 20px 5px 20px;
	background: transparent url('../img/fondocabecera05.gif') no-repeat left top;
}

#col_izd_contacto {
	width: 170px;
	height: 350px;
	padding: 0;
	float: left;
	background-image: url('../img/sombralateralizquierda02.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#col_izd_contacto p, #col_centro_contacto p {
	margin: 10px 10px 0 0
}

#col_izd_contacto h2, #col_centro_contacto h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 1.6em;
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
}

.distribuidores {
	background-image: url('../img/titulo_distribuidores.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	width: 117px;
}

.direccion {
	background-image: url('../img/titulo_direccion.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	width: 117px;
}

#col_izd_contacto a:link, #col_izd_contacto a:visited {
	margin-top: 10px;
	text-decoration: none;
	color: #274778;
}

#col_izd_contacto a:hover {
	margin-top: 10px;
	text-decoration: none;
	color: #FFF;
}

#col_centro_contacto {
	width: 130px;
	height: 350px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
	background-image: url('../img/sombralateralderecha02.gif');
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1em;
}

#col_dcha_contacto {
	width: 390px;
	padding: 0;
	float: left;
}

#col_dcha_contacto h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 2.4em;
	margin: 0 0 30px 0;
	padding: 0;
	color: #EBF1FA;
	background-image: url('../img/titulo_contacto.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	width: 133px;
}

#error {
	width: 348px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #335D9E;
	margin-bottom: 20px; 
}

#error ul {
	padding: 0 0 20px 30px;
	margin: 0;
}

#error ul li {
	padding: 0;
	margin-bottom: 10px;
}

.contactaconnosotros {
	width: 370px;
	padding: 17px 20px 30px 20px;
	font-size: 1em;
	line-height: 1.6em;
	background-image: url('../img/sombralateral_contacto.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contactaconnosotros form {
	margin: 0;
	padding: 0 0 30px 0;
}

.contactaconnosotros form p {
	margin: 0;
	padding: 0;
}

.contactaconnosotros form input, .contactaconnosotros form textarea {
	width: 335px;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #6790CE;
	background-image: url('../img/fondoinputform.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
}

.contactaconnosotros form input:focus, .contactaconnosotros form textarea:focus {
	border: 1px solid #274778;
}

.contactaconnosotros form input#submit {
	width: 100px;
	margin-right: 35px;
	padding: 2px;
	float: right;
}

.margeninferiorparrafo {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}