.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* *************************************************************************************** */
/* *************************************************************************************** */
/* *************************************************************************************** */
/* *************************************************************************************** */


body{
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
}

#trackfin{
	text-align:left;
	width:780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#cabecera{
	background-image: url(../images/index_01.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width:781px;
	height:152px;
}

#medio{
	background-image: url(../images/bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
	overflow:visible;
}

#contenido{
	float:left;
	background-color:#fff;
	width: 449px;
	
}
*html #contenido{
width: 449px;
}

#menu_izq{
	width:147px;
	height:inherit;
	float:left;
	
}

#menu_der{
	background-image: url(../images/index_09.gif);
	background-position: top;
	background-repeat:no-repeat;
	width: 184px;
	float:right;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	
}

#menu_der img{
	margin-top: 10px;
}

#tituloPagina{
	background-color:#F3F3F3;
	height:33px;
	font-size:18px;
	color: #636363;
	background-image:url(../images/index_05_new.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	
}

#textoNota{
	color:#4A4A4A;
	margin-left: 10px;
	margin-right:: 10px;
	font-size: 12px;
}

#botonera{
background-image: url(../images/index_03.gif);
width:780px;
height: 27px;
}



#botonera a{
	color: #F2F2F2;
	text-decoration: none;
}

#botonera a:hover{
	color: #ECFF3C;
	text-decoration: none;
}

.itemBotonera{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	float: left;
	width: 111px;
	text-align: center;
	padding-top:3px;
	background-image: url(../images/separador_botonera.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.itemBotoneraFinal{
	background-image: url(../images/separador_botonera_final.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.itemMenu{
	font-size: 14px;
	margin-left:2px;
	padding-top: 10px;
	font-weight: bold;
	
}

.itemMenu a{
	color:#E6E6E6;
	text-decoration: none;

}

#pie{
	float:none;
	clear:both;
	background-image:url(../images/index_17.gif);
	background-position: top;
	background-repeat:no-repeat;
	width: 780px;
	height: 30px;
	padding: 7px 0px 3px 0px;
	font-size:9px;
}

.tituloNotaHome{
	color:#636363;
	font-weight:bold;
}

#novedades{
	margin-left:20px;
	margin-right: 3px;
	margin-top: 20px;
	text-align:left;
	font-weight:bold;
	color: #636363;
	font-size: 12px;
}

#novedades p{
	font-size: 10px;
	color:#767676;
}

.lineaMenuDer{
	height:1px;
	background-color: white;

}



