body{
	background-color: #FFF;
	color:#000;
	text-align: left;
	font-size:62.5%;
	/*font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#contenedor_total{width:1000px;margin:auto;}
#cabecera{
	margin:auto;
	width:1000px;
}
#cuerpo{
	margin:auto;
	width:1000px;
}
#pie{
	margin:auto;
	width:1000px;
}
.greenTxt{
	color:#007043;
}
/* ----------------------- Contenido Cabecera ---------------------------*/
#menuCab ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menuCab li{
	float:left;
	
}
#menuCab li a:link, #menuCab li a:visited{
	display:block;
	padding-right:1px;
	text-decoration:none;
	color:#FFF;
	background:url(../img/cabecera/menuBtn_Off.png) no-repeat;
	width:106px;
	height:29px;
	text-align:center;
	line-height:2;
}
#menuCab li a:hover, #menuCab li a:active{
	background:url(../img/cabecera/menuBtn_On.png) no-repeat;
}
#menuCab li a.current, #menuCab li a.current:hover, #menuCab li a.current:active{
	background:url(../img/cabecera/menuBtn_On.png) no-repeat;	
	cursor:default;
}
.menuCabAlign{	
	top:0px;
	right:1px;
}
.filtorAlign{	
	top:-41px;
	left:3px;
}
.modeloTxt:link, .modeloTxt:visited{
	font-size:2.4em;
	color:#999da0;
	text-decoration:none;
}
.modeloTxt:hover, .modeloTxt:active{
	color:#012792;
	text-decoration:none;
}
.mcvAlign{
	color:#acbc01;
	font-size:0.9em;
}
#myTooltip { 
    display:none;     
    font-size:12px; 
    height:53px; 
    width:175px; 
    padding:25px; 
    color:#fff;     
}


/* ----------------------- Contenido Cuerpo ---------------------------*/

.bienvenidoTxt{
	background:url(../img/cuerpo_home/bienvenidoBg.gif) repeat-x;
	width:1000px;
	height:19px;
}

.ocasionTxt{
	background:url(../img/cuerpo_home/filtroHeaderBg.png) no-repeat;
	width:160px;
	height:23px;
}
.filtroBg{
	background:url(../img/cuerpo_home/filtroBodyBg.png) no-repeat;
	width:345px;
	height:265px;
	behavior: url(../alpha/pngbehavior.htc);
}

.nofondo{
	width:90px;
	height:25px;	
	behavior: url(../alpha/pngbehavior.htc);
}

.buscarBtn{
	background:url(../img/cuerpo_home/buscarBtn.png) no-repeat;
	width:90px;
	height:25px;	
	behavior: url(../alpha/pngbehavior.htc);
}

.buscarBtn_on{
	background:url(../img/cuerpo_home/buscarBtn_on.png) no-repeat;
	width:90px;
	height:25px;
	behavior: url(../alpha/pngbehavior.htc);
}


/* ----------------------- Contenido Pie ---------------------------*/
#menuPie{	
	padding-left:75px;
}

#menuPie ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menuPie li{
	float:left;
	color:#012792;	
}
#menuPie li.sep{
	padding:0 30px;
}
#menuPie li a:link, #menuPie li a:visited{
	display:block;
	padding-right:1px;
	text-decoration:none;
	color:#012792;		
	text-align:center;
	font-size:1.2em;
}
#menuPie li a:hover, #menuPie li a:active{
	color:#999da0;	
}

