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

.tit {
	color: #c32a0c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.fondo1 {
	background-color:#000000;
}

/* SITIO STYLOS  */

.fondo-home {
	background-color:#ffa800;
	background-image:url(../img/back-site.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.fondo-hombre {
	background-color:#ffa800;
	background-image:url(../img/hombre/back-hom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.fondo-mujer {
	background-color:#ffa800;
	background-image:url(../img/mujer/back-mujer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.fondo-custom {
	background-color:#ffa800;
	background-image:url(../img/custom/back_Custom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.fondo-interiores {
	background-color:#ffa800;
	background-image:url(../img/interiores/back.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.fondo-barra {
	background-color:#a62417;
}

.txt-interiores {
	color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:9px 70px 9px 9px;
}