@charset "utf-8";
/* CSS Document */

.textos_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #633209;
}
.borde {
	border: 1px solid #666666;
}
.fondo_contacto {
	background-image: url(imagenes/icon_i.jpg);
	background-repeat:  no-repeat;
	background-position: right top;
}

.destacados_servicios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


a:hover {
	text-decoration: none;
}
.textos_ofertas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

a:active {
	text-decoration: none;
}
.td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 11px; /* El tamaño de la fuente */
	line-height: 145%; /* espaciado entre LINIAS */
	color: #333333; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
.inputbox {
	background-color: #F1ECD1; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D;
	font-family:Arial, Helvetica; /* La fuente*/
	font-size: 11px; /* Tamaño de la fuente*/
	color: #333333; /* Color de la fuente*/	

    }
.textareacontacto {
   width: 377px; /* Ancho de la tabla*/
   height: 200px; /* Alto de la tabla*/
   border: 1px solid #666666; /* Borde de la tabla*/
   }
