.bgMenuUp{
	background-image: url(imgs/bgMenuUp.gif);
	background-repeat: repeat-x;
}

.bgHeader{
	background-image: url(imgs/bgHeader.gif);
	background-repeat: repeat-x;
}
.bgMenu{ 
  background: none; 
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="imgs/bgMenu.png", sizingMethod="scale"); 
}
.bgDown{
	background-image: url(imgs/bgDown.gif);
	background-repeat: repeat-x;
}



/************* footer ******************/
.foot{ 
	float:left;
	font-size:0.75em;
	padding: 15px 22px 0 22px;  /*margen izquierdo */
}

.foot ul{ 
	padding:0; /* para que no haya separacion horizontal entre el title y el resto */
	margin:0 0 0 8px;  /*poniendo algo en el ultimo distanciamos el title del resto*/
	list-style:none;
	font-family: arial, verdana, "Times New Roman";
	font-size: 1.2empx;
	letter-spacing: 0.5;
}
.foot li, .foot li a{
	border-width: 0 0 0 0 ;
	color: #cccccc;
	list-style-type:none;
	padding: 1px 0 1px 0px;
	text-decoration: none;
}

.foot li a:hover{
	border-width: 0 0 0 0 ;
	color: #000000;
	list-style-type:none;
	padding: 1px 0 1px 0px;
	text-decoration: underline;
}

.foot h4 {
	font-size:2em;
	color: #ffffff;
	font-family: Arial, Tahoma, "Times New Roman";
	font-weight:bold;
	margin:5px;  /*para que no haya separacion entre el title y el resto*/
}
.footerLogo{
	float:left;
	padding: 0 22px;
}

.footerImg{
	background: url(./imgs/footerImg.jpg) no-repeat right bottom;
	width: 100%;
	height: 180px;
	float: left;
}

.queEs{
	font-size:13;
	font-family: Arial, Tahoma, "Times New Roman";
	font-weight:bold;
	color: #cccccc;
	width: 209px;
}
/************* ****** ******************/


body{
	background: #000000 url(imgs/bgPage.gif) repeat-x top;
	margin:0;
	padding:0;
}
