/**************************************************/
/***  HOJA DE ESTILOS DISEÑADA PARA UNA TOTAL   ***/
/***  COMPATIBILIDAD CON LOS ESTANDARES         ***/
/***  DEFINIDOS POR EL W3C www.w3c.org          ***/
/**************************************************/
/***   2007 IRONTEC S.L.                        ***/
/**************************************************/
/**    http://www.irontec.com                   ***/
/**************************************************/

/*
NUEVO ROJO IRONTEC = #b0232a;
*/
/** GENERAL **/
BODY {
	font-family: Helvetica,"Trebuchet MS", Verdana, Sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #000;
	background: #FFF;	
	margin: 0px;
	background:#fff url("../pics/fondoCuerpo.png") top center repeat-y;
}

.clear {
	clear: both;
}

.clearDch {
	clear: right;
}

.clearIzq {
	clear: left;
}

.floatDch {
	float: right;
}

.floatIzq {
	float: left;
}

.floatIzqAlt {
	float: left;
	margin:0 10px 10px 0;
}


.oculto { /* Ocultar sacando el elemento de la pantalla */
	position: absolute;
	top: -800px;
	left: -800px;
	width: 0px;
}

.ocultar {
	display: none;
}


/** HEADINGS **/
H1, H2, H3 {
	font-family: Arial, Monospace, Sans-serif;
}

H1 {
	color: #b0232a;
	font-size: 1.4em;
	background: transparent url("../pics/puntitos.png") bottom left repeat-x;	
	margin: 15px 0px 0px 0px;
	padding-bottom: 2px;
}

H2 {
	color: #b0232a;
	font-size: 1.1em;
	margin: 20px 0px 10px 0px;
	background: url("../iconos/cuadritos.png") top left no-repeat;
	padding-left: 22px;	
}

H3 {
	font-size: 1.25em;
	margin-bottom: 0px;
}


/** IMAGENES **/
IMG {
	border: 0px;
	vertical-align: bottom;
	padding-bottom: 2px;
}

IMG.imgborder {
	border: 1px solid #b0232a;
}

IMG.imgtxt {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

IMG.imgtxtdcha {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}


/** ENLACES **/
A.enlnone {
	color: #000;
}

A.enltxt {
	font-weight: bold;
}


/** TEXTO **/
CITE.especial {
	color: #b0232a;
	font-size: 1.3em;
	display: block;
	background: url(../pics/quote.gif) no-repeat;
	margin: 0px 10px 0px 50px;
	width: 420px;
	padding: 25px 0px 10px 60px;
}

.centrado {
	text-align: center;
}

.dch {
	text-align: right;
}

.izq {
	text-align: left;
}

.justificado {
	text-align: justify;
}


/** LISTAS **/
UL {
	margin:0px;
	padding:0px;
}
UL.inline {
	margin: 0px;
}

UL.inline LI {
	display: inline;
	list-style: none;
	background: transparent;
	margin-right: 0px;
}

UL.listaNormal LI {
	margin-left: 30px;
}

UL.nostyle {
	margin: 0px;
}

UL.nostyle LI {
	list-style: none;
}

UL UL LI {
	list-style: square;
	background: none;
	margin: 0px 0px 3px 50px;
	padding-left: 5px;
}

UL LI.none {
	margin: 5px 0px;
	list-style: none;
	background: none;
}

#cuerpo UL {
	margin:4px 4px 4px 10px;
	padding:0px;
}

#cuerpo UL LI {
	list-style:none;
	list-style-image:url(../iconos/li_level1.png);
	margin:2px 0 2px 10px;
}

#cuerpo UL LI  UL  LI {
	list-style-image:none;
	list-style:square;
	background: none;	
	margin-left:20px;
	
}

#cuerpo LI UL LI UL LI{
	list-style-image:none;
	list-style:disc;
	background: none;	
	margin-left:20px;
}		

#map {
	width: 778px; 
	height: 400px;
}
/** FORMULARIOS **/
INPUT, TEXTAREA {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	background: #FFF;
	color: #000;
	border: 1px dotted #b0232a;
	width: 200px;
	padding: 3px 4px;
	font-size: 1em;
}

INPUT:hover, INPUT:focus, TEXTAREA:hover, TEXTAREA:focus {
	background: #FFF4F4;
	border-left: 10px solid #b0232a;
	width: 191px;
}

INPUT.boton {
	background: #b0232a;
	color: #FFF;
	text-transform: uppercase;
	width: 208px;
	cursor: pointer;
	font-weight: bold;
}

INPUT.boton:hover {
	background: #FFF;
	color: #b0232a;
	border: 1px dotted #b0232a;
}


/** TABLAS **/
TABLE {
	width: 300px;
	margin: 0px auto;
}

TH {
	text-align: right;
	padding-right: 10px;
}

TD {
	text-align: left;
}


/** CABECERA **/

DIV#contenedor {
	width:1000px;
	margin:auto;
}
DIV#cabecera {
	padding:15px
	margin-bottom: 0px;
	top: 0px;
	height: 92px;
	border-bottom: 1px solid #b0232a;
/*	background: url(../pics/fondocabecera.png) 351px 71px repeat-x;*/	
}

DIV.logo {
	margin-left:15px;
	padding-top:15px;
	float:left;
}

DIV#telefono {
	text-align: right;
	padding: 10px 10px 10px 0px;
	text-transform: uppercase;
	font-size: 0.9em;
}

DIV#telefono SPAN {
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	color: #b0232a;
	font-family: Arial, "Arial Black", sans-serif;
	margin-top: 0px;
}

DIV#cabecera DIV.descripcion {
	padding-right:10px;	
	color: #9E9A9E;
	text-align: right;
	font-size: 0.8em;
}


/** MENÚ **/
DIV#botonera {
	text-align: left;
	float: left;
	width: 180px;
}

DIV#botonera UL {
	margin: 0px;
}

DIV#botonera LI {
	padding: 4px 0px 4px 15px;
	margin: 0px;
	list-style: none;
	background: transparent url(../pics/puntitos.png) bottom left repeat-x;	
	text-transform: uppercase;
	font-weight: bold;
}

DIV#botonera LI UL {
	padding: 0px 0px 0px 10px;
	width: 140px;
}

DIV#botonera UL UL LI {
	text-transform: none;
	font-weight: normal;
	list-style: none;
	padding-left: 12px;
	background: transparent url(../iconos/li_level1.png)  0px 10px no-repeat;	
}

DIV#botonera UL UL LI.sinEstilo {
	background: transparent;
}

DIV#botonera UL UL UL {
	list-style: none;
	padding-left: 10px;
	font-style: italic;
}

DIV#botonera UL UL UL LI {
	background: transparent;
	padding: 2px 0px;
	margin: 0px;
}


/** ENLACES PATROCINADOS **/
DIV#partners {
	color: #CCC;
	margin: 10px;
}

DIV#partners IMG {
	margin: 5px;
}


/** CUERPO **/
DIV#cuerpo {
	padding: 10px 20px 0px 200px;
}

DIV#cuerpo DIV.imagenportada {
	float: right;
	margin-left: 10px;
}

DIV#cuerpo DIV.precio {
	background: url(pics/precio.png) top center no-repeat;
	height: 40px;
	width: 210px;
	font-size: 2em;
	font-family: Impact, Sans-serif;
	color: #FFF;
	text-align: center;
	padding: 35px 0px 0px;
	margin: 0px;
	float: right;
}

/** DIVULGACION **/
DIV#divulgacion {
	clear:right;
}



/** PIE **/
DIV#pie {
	clear:both;
	padding:25px 0;
	text-align:center;
	width:100%;
	margin:20px 0 0 0;
	background:#fff url("../pics/fondoPie.png") top center no-repeat;
	color:#000;
	font-size: 0.8em;
	font-family: monospace;
}

.subpie {
	margin:10px 0 0 0;	
}

