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

.borde_principal {
	border: 1px solid #999999;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FE8B0A;
}
a:hover {
	text-decoration: none;
}
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: #666666; /* 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: #666666; /* Color de la fuente*/
	

    }
.textos_naranjas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height: 160%;
}

.fondo_pintura {
	background-image: url(imagenes/fondo_pintura.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
}

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

.borde_izq {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9A9A9A;
}

.textareacontacto {
   width: 377px; /* Ancho de la tabla*/
   height: 200px; /* Alto de la tabla*/
   border: 1px solid #666666; /* Borde de la tabla*/
   }
.texto {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
	font-size: 11px;
}
body {
	background-image: url(imagenes/fondo-lacafels.jpg);
	background-repeat: no-repeat;
}
.textos_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
