/*
    Don Melchor
    Wayweb
    Jason Cruz
	  
*/
#Footer { 
 width: 100%;
 clear: both;
 height:120px;
 text-align:center;

 color:#440a0d;
 font-size:8pt;
 font-family: 'Verdana';
 background-image:url('../images/footer.png');
}
a.sinBorde { 
color:#fff;
}
a{ 
color:#000;
}

.nav li
{
 list-style-type:none;	
}
#Footer #menuMap
{
	text-align:left;
	float:left;
	width: 280px;
	height:100px;
	margin:0px 0px 0px 20px;
	padding:0px;
	
}
#Footer #menuMap ul,#Footer #menuMap ul li a
{
	
	padding:0px;
	text-decoration: none;
	margin:0px 0px 0px 0px; 
	color:#440a00;
}
#Footer a:hover
{
   text-decoration: underline;
}

/*submenu*/
#menuMap ul li ul
{
  display: inline;/*none; para que sea desplegable*/
  position: relative; 
  margin:0px; 
  list-style-type:circle;
  padding:0px;
  float:left;
}
#menuMap ul li ul li
{
  padding:0px;
  margin:0px 15px 0px 10px;
  list-style-type:disc;	
}
/*#menuMap ul li:hover ul 
{ 
   display: block; 
}*/
/**********************************************************/
#infoFooter
{
 text-align:center;
 float:left;
 width: 350px;
 height:40px;
 margin:15px 0px 0px 0px;
 padding:80px 0px 0px 0px;
 background-image:url('../images/logo-footer.png');
 background-repeat:no-repeat;
 background-position:center top;
    
}
#itech
{
 height:45px;
 margin:0px 15px 0px 0px;
 padding:5px 0px 0px 0px;
 text-align:center;
 float:right;
}
#itech a
{
 text-decoration: none;
}
#itech a:hover
{
 text-decoration: none;
}

