/* Estructura
----------------------------- */
* {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	color:#414142;
	background:#980000 url(../img/fondo.gif) repeat-x top left;
	background-color:#980000 ;
	height:100%;
	text-align:center;
	font-size:9pt;
}

#pagina_contenedor {
	position:relative;
	width:872px;
	height:100%;
	margin:0px auto;
}

#menu_contenedor {
	position:absolute;
	top:80px;
	left:18px;
	width:840px;
	height:24px;
	z-index:2;
}

#contenido_contenedor {
	position:absolute;
	top:100px;
	left:0px;
	width:871px;
	height:464px;
	text-align:left;
	z-index:1;
}

#pie_contenedor {
	position:absolute;
	top:563px;
	left:20px;
	width:830px;
	font-size:8pt;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:10px;
}

/* Elementos genéricos
----------------------------- */
a {
	color: #CC0000;
}

a span {
	display: none;
}

p {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	padding-bottom:4px;
}

h1 span {
	display: none;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	padding-bottom:3px;
}

h2 span {
	display: none;
}

.negrita {
	font-weight: bold;
}

.invisible {
	display: none
}

a img {
	border:0px;
}


label {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	clear: both;
}

input.text{
	font-size: 8pt;
	padding:0px 2px;
	margin-bottom: 5px;
	float: right;
	background-color:#FFFFFF;
	border:1px solid #CBCBCB;
}

textarea{
	font-size: 8pt;
	padding:0px 2px;
	margin-bottom: 5px;
	float: right;
	background-color:#FFFFFF;
	border:1px solid #CBCBCB;
	overflow:auto;
}

/* Menu
----------------------------*/

#menu_contenedor a {
	float:left;
	display:block;
	width:99px;
	height:24px;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	padding-top:4px;
	margin-right:1px;
	text-decoration:none;
}

* html #menu_container a {
	width:100px;
	w\idth:99px;
}

#menu_contenedor a.minicio {
	width:103px;
	background:url(../img/tabs/minicio.gif) no-repeat top right;
	text-align:center;
}

#menu_contenedor a.mquienessomos {
	background:url(../img/tabs/mquienessomos.gif) no-repeat top left;
}

#menu_contenedor a.mhistoria {
	background:url(../img/tabs/mhistoria.gif) no-repeat top left;
}

#menu_contenedor a.mtiendas {
	background:url(../img/tabs/mtiendas.gif) no-repeat top left;
}

#menu_contenedor a.mnuestrasmarcas {
	background:url(../img/tabs/mnuestrasmarcas.gif) no-repeat top left;
}

#menu_contenedor a.mcontacto {
	background:url(../img/tabs/mcontacto.gif) no-repeat top left;
}

#menu_contenedor a.es {
	display:block;
	float:right;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:0px;
	width:auto;
	margin-left:12px;
	margin-top:2px;
}

#menu_contenedor a.en {
	display:block;
	float:right;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:0px;
	width:auto;
	margin-left:12px;
	margin-top:2px;
}

#menu_contenedor a.ch {
	display:block;
	float:right;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:0px;
	width:auto;
	margin-left:12px;
	margin-top:2px;
}

/* Etiqueta softime
----------------------------*/
a.softime {
	display:block;
	position:absolute;
	top:350px;
	right:-21px;
	width:26px;
	height:74px;
	background:url(../img/softime.gif) no-repeat top left;
	text-decoration:none;
}


/* Pie de página
----------------------------*/

#mail {
	float:left;
}

#copyright {
	float:right;
}

