/* Inicialización de estilos */

* {
	border: 0 none;
	border-spacing: 0;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

/* Estilos propios */

body {
	font-family: futura, helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #814D17;
}

a {
	color: #784008;
}

input, textarea, select {
	background-color: #5D4737;
	font-size: 11px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

select {
	font-size: 11px;
	font-weight: bold;
}

input.coloreado, select.coloreado {
	background-color: #928072;
}

textarea {
	float: none;
	overflow: auto;
	padding-bottom: 0px;
}

input.submit {
	background-color: #2B1202;
	color: #FFFFFF;
	padding: 0px;
	font-size: 10px;
	float: right;
}

label {
	color: #B2CCED;
	font-size: 9px;
	padding-left: 3px;
	width: 54px;
	vertical-align: top;
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

label.label_corta {
	width: 31px;
}
label.label_larga, label.label_larga_sin_padding_izq {
	width: 192px;
}

label.label_larga {
	padding-bottom: 10px;;
}

label.label_sin_padding_izq, label.label_larga_sin_padding_izq {
	padding-left: 0px;
}

p {
	margin-bottom: 4px;
}

#advertencia {
	float: right;
	font-size: 8px;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: right;
	width: 255px;
}

.bloque {
	background-image: url("/img/web/fondo_bloque.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	display: block;
	height: 315px;
	width: 287px;
}

.campo {
	background-color: #5D4737;
	height: 18px;
	margin-bottom: 3px;
	clear: both;
}

.campo_texto {
	background-color: #5D4737;
	height: 130px;
	margin-bottom: 3px;
	clear: both;
}

.campo_texto_med {
	background-color: #5D4737;
	height: 100px;
	margin-bottom: 3px;
	clear: both;
}

.campo_texto_peq {
	background-color: #5D4737;
	height: 33px;
	margin-bottom: 3px;
	clear: both;
}

#contenido {
	/* background-color: #222222; */
	height: 318px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

#contenido_contacto {
	/* background-color: #222222; */
	height: 460px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

#red_comercial {
	/* background-color: #222222; */
	height: 423px;
	width: 606px;
	margin-left: auto;
	margin-right: auto;
}

#contenido_index, #contenido_gama {
	/* background-color: #222222; */
	height: 530px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

#contenido_index {
	/* background-color: #222222; */
	height: 364px;
	padding-top: 106px;
}

#contenido_formato, #contenido_caracteristicas {
	/* background-color: #222222; */
	height: 318px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

#datos_contacto {
	color: #50565B;
	font-size: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	text-align: center;
}
	#datos_contacto a {
		color: #50565B;
	}

#enlaces_principales {
	/* background-color: #111111; */
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
	width: 984px;
}

#fondo_contacto {
	/* background-color: #333333; */
	height: 70px;
}

#fondo_definicion {
	/* background-color: #333333; */
	height: 212px;
}

#fondo_formato, #fondo_caracteristicas {
	/* background-color: #333333; */
	height: 212px;
}

#logotipo_grupo_losan {
	float: left;
	margin-bottom: 6px;
	width: 255px;
	text-align: left;
}
#logotipo_grupo_losan img {
	text-align: left;
}

#logotipo_peq {
	margin-left: auto;
	margin-right: auto;
	padding-top: 92px;
	width: 984px;
}

.solicitud {
	background-color: #2B1202;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 329px;
	width: 287px;
}
.solicitud p {
	text-align: center;
}
.solicitud p img {
	padding-top: 10px;
}
.solicitud_inf {
	background-image: url("/img/web/solicitud_inf.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 307px;
}

.solicitud_sup {
	background-image: url("/img/web/solicitud_sup.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	padding-top: 7px;
	width: 307px;
}

#tabla_definicion {
	margin-left: auto;
	margin-right: auto;
}

#tabla_formato, #tabla_contacto {
	margin-left: auto;
	margin-right: auto;
}
