*{
	margin:0px;
	padding:0px;
	}
	
body{
	font-size:12px;					/*''''''''''''''''''FORMATO GENERAL DE TEXTO*/
	font-family:"trebuchet MS";

	}
	
ul{
	list-style-type:none;
	}

a{
  color:white;
  text-decoration: none;
    }



.listaHtal li{
	float:left;
	}

.contGral{
    /*background:url(../IMGS/fondo.gif);
	background-repeat:repeat-x;
    background-position:0px 148px;*/
	overflow:hidden;
	margin-top:1.5%;
	}

#mapa,
#facul{ /*border:2px solid green;*/
    width:944px;
}



#contenidos #menuSec li
{
    position:relative;
    left:20px;
}
#facult li.prim,          /*''''''''''''''''''''''DISTANCIA AL BORDE IZDO */
#menuPpal li,
.seccion .columna,
#pie #dir
	{/*border:1px solid green;*/
   	position:relative; /*RELATIVE LEFT en lugar de MARGIN-LEFT para evitar marcianada en IE wtf*/
    left:80px;
	}

/*#facult li.prim,          /*''''''''''''''''''''''DISTANCIA AL BORDE IZDO */
/*#menuPpal li,             /*falla en IE wtf*/
/*.seccion #izda
	{border:1px solid green;
    MARGIN-LEFT:140PX;
	}  */


.seccion{/*border:1px solid red;*/
	clear:both;
	}

.columna{
	float:left;
	}
	
	
/*'''''''''''''''''''CABECERA'''''''''''''''*/


#cabecera #facult,
#cabecera #banner .contenido{
	width:900px;							/*'''''''''''ANCHO CONTENEDORES FUNCIONALES */
	}                                       /*(marca el tamaño real del contenido al margen del fondo, que se extiende hasta el límite del navegador*/




#facult{
    background:url(../IMGS/esquinaFac.gif) no-repeat top right #1F2630;
	height:41px;
	color:WHITE;
	}

#facult li{
	float:RIGHT;
	margin-right:4px;
    line-height:41px;
	font-size:23px;
	font-weight:normal;
	color:#E4E6EA;
	letter-spacing:1px;
	}


#banner{
	background:url(../IMGS/cabecera.jpg) no-repeat top left #2D4260;
	/*background:#2D4260;*/
    border-top:1px solid white;
	}

#banner .contenido{/*border:1px solid white;*/
	height:64px;
    border-right:1px solid white;
	}

.contenido h1{
	margin-top:1px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:3px;
	color:#E4E6EA;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	/*text-transform:capitalize;*/
	/*background-color: #2D4260;*/
	}	
/*'''''''''''''''''CUERPO''''''''''''''''''''''''*/

#cuerpo{
	padding-top:6px;
	}
	
	.columna#izda{
		width:100px;
		}

	.columna#contenido{
		width:476px;
		}

	.columna#dcha{
		width:190px;
		}

/*******************PIE***********************/

#pie {
    border-top:2px solid white;
	border-bottom:1px solid #1F2630;
    height:20px;
    color:white;
    background-color:#2D4260;
    }

#pie ul{
  margin-top: 2px;
    }


