  #g_title p, #g_footer p, #g_description p {
    margin: 0;
  }
  /*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }
  
  a img,:link img,:visited img {border: none;}

  body {
	margin-top: 0px;
    text-align: center;
	background-color:#FFF;
  }
  #container {
    width: 955px;
    text-align: left;
    margin: 0 auto;
	margin-top: 0px;	
  }
  #main-content {
	float: left;
	width: 610px;
  }
  #sidebar {
	float: left;
	width: 190px;
  }
  #sidebar-alternate {
	float: right;
	width: 140px;
  } 
  #footer {
    clear: both;
  }

  /* Basic HTML style
  ----------------------------------------------- */
  a:link {
  	text-decoration: underline;
  }
  a:visited {
  	text-decoration: underline;
  }
  body {
  	font: 80% "Arial", verdana;
  	margin: 0;
  	padding: 25px 0 25px 0;
	margin-top: 0px;	
  }
  caption {
  	font-size: 1.2em;
  	font-style: italic;
  	text-align: left;
  	padding: 1px 4px 4px 4px;
  	margin-bottom: 4px;
  	border-bottom: solid 1px #ccc;
  }
 

  /* content
  ----------------------------------------------- */
  #main-content .wrapper {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 25px;
  }


  /* sidebar
  ----------------------------------------------- */

  #sidebar .wrapper {
	padding-left: 5px;
	padding-right: 5px;
  }

   #adsense, #adsense .wrapper {
  	text-align: left;
  	margin: 0;
  	padding: 0;
  }


  /* footer
  ----------------------------------------------- */
  #footer {
  	margin: 0;
  	font-size: 0.9em;
  }
  #footer hr {
  	display: none;
  }

 
  /* fixed 1 column
  ----------------------------------------------- */
  #onecolumn #header .wrapper {
  	padding-bottom: 10px;
  }
  #onecolumn #footer {
  	padding: 0 25px 10px 25px;
  }


  /* fixed left 2 column
  ----------------------------------------------- */
  #twocolumn-left #header .wrapper {
  	padding-bottom: 10px;
  }
  #twocolumn-left #footer {
  	padding: 0 25px 10px 264px;
  }


  /* fixed right 2 column
  ----------------------------------------------- */
  #twocolumn-right #header .wrapper {
  	padding-bottom: 10px;
  }
  #twocolumn-right #footer {
  	padding: 0 264px 10px 25px;
  }


  /* fixed 3 column
  ----------------------------------------------- */
 /* ie6win */
  

  /* IE/Win fixes for various layouts
  ----------------------------------------------- */
  * html #threecolumn #main-content {
	width: 590px;
	margin-left: -2px;
  }

  /* ie5mac */

  /*\*//*/
  * html #threecolumn #main-content {
  	width: 590px;
  	margin-left: 0;
  }
  /**/

  /* ie5win */

  @media tty {
   i{content:"\";/*" "*/}} td { font-size: 0.8em; } #footer p { margin: 0; padding: 1em 0; } /*";}
  }/* */





  #threecolumn #header .wrapper {
  	padding-bottom: 10px;
  }
  #threecolumn #footer {
	padding-top: 0;
	padding-right: 155px;
	padding-bottom: -2px;
	padding-left: 190px;
  }
  #sidebar-alternate {
	width: 145px;
  }


  /* liquid 2 column, right and left
  ----------------------------------------------- */
  #twocolumn-liquid-left, #twocolumn-liquid-right {
  	padding: 0;
  	border: 0;
  	border-top: solid 1px #999;
  }

  #twocolumn-liquid-left h1, #twocolumn-liquid-right h1 {
  	margin: 0;
  }


  #twocolumn-liquid-left #footer, #twocolumn-liquid-right #footer {
  	padding: 0;
  	margin: 0;
  }
  #twocolumn-liquid-left #container #footer .wrapper, #twocolumn-liquid-right #container #footer .wrapper {
  	padding: 10px 25px 10px 25px;
  	text-align: center;
  }




  #twocolumn-liquid-left #sidebar .wrapper *, #twocolumn-liquid-right #sidebar .wrapper * {
  	margin-left: 0;
  	margin-right: 0;
  }
  #twocolumn-liquid-left #sidebar h3, #twocolumn-liquid-right #sidebar h3 {
  	padding-left: 0;
  }
  
 
  /* editable area borders
  ----------------------------------------------- */
  .editable {
  	border: dashed 1px #f00;
  }
  #onecolumn .editmode h1, #twocolumn-left .editmode h1, #twocolumn-right .editmode h1, #threecolumn .editmode h1 {
  	background-position: -1px 0;
  }
  #twocolumn-liquid-left .editmode h1, #twocolumn-liquid-right .editmode h1 {
  	background-position: 0 -1px;
  }

  body {
  	color: #565555;
	margin-top: 0px;	
  	/*background: #135355 url(../../images/body-bg.gif) repeat-x left top;*/
  }
  caption {
  	border-bottom-color: #ccc;
  }


  /* fixed-width common header
  ----------------------------------------------- */
  #onecolumn h1, #twocolumn-left h1, #twocolumn-right h1, #threecolumn h1 {
  	/*background: url(../../images/fixed-h1.gif) no-repeat;*/
  }
  #onecolumn #header, #twocolumn-left #header, #twocolumn-right #header, #threecolumn #header {
  	background: url(../../images/fixed-header-blanco.gif) repeat-x;
	background-color:#FFFFFF;
	}
  #header #tamanio{
	height:112px;
	/*height:112px;*/
  }

  #footer {
  	color: #779153;
  }

  /* fixed 1 column
  ----------------------------------------------- */
  #onecolumn #header .wrapper {
  	background: url(../../images/fixed-one-headerwrapper.gif) no-repeat left bottom;
  }
  #onecolumn #container {
  	background: #fff url(../../images/fixed-one-container.gif) repeat-y;
  }
  #onecolumn #footer {
  	background: url(../../images/fixed-one-footer.gif) no-repeat left bottom;
  }


  /* fixed 2 column left
  ----------------------------------------------- */
  #twocolumn-left #header .wrapper {
  	background: url(../../images/fixed-left-headerwrapper.gif) no-repeat left bottom;
  }
  #twocolumn-left #container {
  	background: #fff url(../../images/fixed-left-container.gif) repeat-y;
  }
  #twocolumn-left #footer {
  	background: url(../../images/fixed-left-footer.gif) no-repeat left bottom;
  }


  /* fixed 2 column right
  ----------------------------------------------- */
  #twocolumn-right #header .wrapper {
  	background: url(../../images/fixed-right-headerwrapper.gif) no-repeat left bottom;
  }
  #twocolumn-right #container {
  	background: #fff url(../../images/fixed-right-container.gif) repeat-y;
  }
  #twocolumn-right #footer {
  	background: url(../../images/fixed-right-footer.gif) no-repeat left bottom;
  	/*background: url(../../images/fixed-right-footer.gif) no-repeat left bottom;*/	
  }


  /* fixed 3 column
  ----------------------------------------------- */
  /*#threecolumn #header .wrapper {
  	background: url(../../images/fixed-three-headerwrapper.gif) no-repeat left bottom;
  }*/

  #threecolumn #container {
  	background: #fff url(../../images/fixed-three-container.gif) repeat-y;
  }
  #threecolumn #footer {
	background: url(../../images/fixed-three-footer.gif) no-repeat left bottom;
  }
  #threecolumn #g_footer {
  	background: url(../../images/fixed-three-conteiner-footer-g.gif) no-repeat left bottom;
	background-color:#FFFFFF;
	height:5px;
  }
  #threecolumn #g_footer_wm {
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
  	background: url(../../images/fixed-three-footer-wm.gif) no-repeat left;
	background-color:#FFFFFF;
	height:25px;
  }        
  #g_footer_wm a{
	color:#FFFFFF;
  }        
  #g_footer_wm a:hover{
	color:#CCCCCC;
  }          
  

/*  #threecolumn #sidebar h3, #threecolumn #sidebar-alternate h3 {
  	background: url(../../images/h3-sidebar-3col.gif) no-repeat center bottom;
  }*/


  /* liquid 2 column, right and left
  ----------------------------------------------- */

  #twocolumn-liquid-left h1, #twocolumn-liquid-right h1 {
  	margin: 0;
  	background: url(../../images/liquid-header-left.gif) no-repeat left top;
  }
  #twocolumn-liquid-left #header, #twocolumn-liquid-right #header {
  	background: #779153 url(../../images/liquid-header-bg.gif) repeat-x;
  }
  #twocolumn-liquid-left #container #header .wrapper, #twocolumn-liquid-right #container #header .wrapper {
  	background: url(../../images/liquid-header-right.gif) no-repeat right top;
  }
  #twocolumn-liquid-left #container #header p.description, #twocolumn-liquid-right #container #header p.description {
  	background: url(../../images/liquid-header-desc.gif) repeat-y left top;
  }


  #twocolumn-liquid-left #footer, #twocolumn-liquid-right #footer {
  	background: url(../../images/liquid-left-footer.gif) no-repeat left bottom;
  }
  #twocolumn-liquid-left #container #footer .wrapper, #twocolumn-liquid-right #container #footer .wrapper {
  	background: url(../../images/liquid-right-footer.gif) no-repeat right bottom;
  }


  #twocolumn-liquid-left #container, #twocolumn-liquid-right #container {
  	background: #fff url(../../images/liquid-left-container.gif) repeat-y;
  }
  #twocolumn-liquid-left #container .wrapper, #twocolumn-liquid-right #container .wrapper {
  	background: url(../../images/liquid-right-container.gif) repeat-y right top;
  }

  /** END CUSTOM SKIN **/

#header_izq {
		width:477px;
		float:left;
		background-image:url(../../images/fondoencabezado.jpg);
		height: 100%;	
	}
	#header_der {
		float:right;
		width:477px;
		height: 100%;
		background-image:url(../../images/fondobuscar.jpg);
		vertical-align:bottom;
	}
	#header_img{
		position:absolute; 
		margin-left:9px;
	}  
#barra {
	height: 24px;
	background:#FFFFFF;
	padding-right:8px;	
}
#abajo {
	height:6px;
  	background: url(../../images/fixed-three-headerwrapper.gif) no-repeat left bottom;
	background-color:#FFFFFF;
  }  
	#nav_servicios{
		padding-top:0.2em;
		width:797px;
		float:left;
		background-color:#999999;
		height: 100%;
		text-align:right;
		vertical-align:middle;		
		font-size:12px;
	}
	
	/* area de links inicio*/
	#nav_servicios ul
	{
		padding: 0;
		margin: 0;
		float: right;
		width: 100%;
		font-weight:bold;
	}
	#nav_servicios ul li
	{
		display: inline;
	}
	
	#nav_servicios ul li a
	{
		padding: 1px 6px;
		color: #FFF;
		text-decoration: none;
		float: right;
	}
	#nav_servicios ul li a:hover
	{
		height: 16px;	
		padding: 1px 6px;
		background-color: #FFF;
		text-decoration: none;
		color:#003366;
	}			
	/* area de links fin*/
	#nav_enlace_title {
		padding-top:0.2em;
		width:145px;
		float:right;
		background-color:#78b4e1;
		height: 100%;	
		color: #FFF;	
		font-weight:bold;
		text-align:center;
		font-size:12px;		
	}

#direccion{
	float:left;
	width:100%;
	vertical-align:bottom;
		text-align:left;
		font-size:88%;
		font-family:Arial, Helvetica, sans-serif;
	 	font-weight:500;
		padding-left:10px;
		color:#999999;	
	}
	#direccion_img{
		position:relative; 
		height:120px;
		vertical-align:bottom;
	} 
	#direccion_contenido_top{
		background-image:url(../../images/direccion_tapa_arriba.png); 
		background-position:left top;
		background-repeat:no-repeat;
		margin-left:4px;
		margin-top:-5px; 
		width:195px; 
		height:10px; 
	} 
	#direccion_contenido{
		background-image:url(../../images/direccion_tapa_cuerpo.png); 
		background-position:0px 20px;
		padding:7px;
		margin-left:4px;
		margin-top:-5px; 
		width:181px; 
		text-align:left;
		font-size:88%;
		font-family:Arial, Helvetica, sans-serif;
	 	font-weight:bold;
		/*margin-left:10px;
		margin-top:70px;*/
	} 
	#direccion_contenido_bottom{
		background-image:url(../../images/direccion_tapa_abajo.png); 
		background-position:left bottom;
		width:195px; 
		height:10px; 
		margin-left:4px;
		margin-top:-5px; 
		background-repeat:no-repeat;		
	} 
	#direccion_contenido .titular{
		color:#40668c;
		text-decoration:none;
	}
	#direccion_contenido a{
		color:#000000;
		text-decoration:none;
	}	

/*	
#navinfo_item_spc{
	background-image:url(../../images/navinfo_item_spc.gif); 
	background-repeat:repeat-x; 
	height:15px;
}

#navinfo_opcion{
	margin-left:1px;
	margin-right:1px;
	padding-top:0.2em;
	padding-left:15px;
	height:15px;
	width:172px;	
	background-image:url(../../images/navinfo_container.gif); 
	background-repeat:repeat-y;
	background-position:lef top;
	cursor:pointer;
	font-size:95%;
	font-weight:bold;
	overflow:hidden;
	margin-bottom:2px;
}
#navinfo_opcion a{
	display:block;
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
	font-size:95%;
	font-weight:bold;
	color:#333333;
}
#navinfo_opcion:hover{
	background-image:url(../../images/navinfo_container_over.gif); 
	background-repeat:repeat-y;
	color:#FFFFFF;
}

#navinfo_item #navinfo_subopcion{
	margin-left:1px;
	margin-right:1px;	
	background-color:#CCCCCC;
	color:#003366;
	border-bottom:1px solid #878362;
}
#navinfo_item #navinfo_subopcion a{
	padding-top:0.2em;
	padding-left:20px;
	display:block;
	text-decoration:none;
	color:#003366;
}
#navinfo_item #navinfo_subopcion a:hover{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#81ceff;
}
*/
#navinfo_header{
	background-image:url(../../images/navinfo_header.gif); 
	height:4px;
}
#navinfo_item_spc{
	background-image:url(../../images/navinfo_item_spc.gif); 
	background-repeat:repeat-x; 
	margin-left:1px;
	margin-right:1px;
	height:15px;
}

#navinfo_container{
	background-image:url(../../images/navinfo_container.gif); 
	background-repeat:repeat-y;
}
#navinfo_footer{
	background-image:url(../../images/navinfo_footer.gif); 
	height:14px;
}
#navinfo_opcion{
	margin-left:1px;
	margin-right:1px;
	padding-top:0.2em;
	padding-left:10px;
	height:20px;
	width:172px;	
	background-image:url(../../images/navinfo_item_over.gif); 
	background-repeat:repeat-x;
	background-position:lef top;
	cursor:pointer;
	font-size:95%;
	font-weight:bold;
	overflow:hidden;
}
#navinfo_opcion a{
	display:block;
	background-image:url(../../images/navinfo_item_over.gif); 
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
	font-size:95%;
	font-weight:bold;
	color:#333333;
}
#navinfo_opcion a:hover{
	display:block;
	background-image:url(../../images/navinfo_item_over.gif); 
	background-repeat:repeat-x;
	background-position:left 25px;
	font-size:95%;
	font-weight:bold;
	
	/*color:#140051;*/
}
#navinfo_opcion_esp{
	margin-left:1px;
	margin-right:1px;
	padding-top:0.2em;
	padding-left:10px;
	height:20px;
	width:172px;	
	background-color:#ffffed;
	cursor:pointer;
	font-size:95%;
	font-weight:bold;
	overflow:hidden;
	border-top:#dedede solid 1px;
}
#navinfo_opcion_esp a{
	text-decoration:none;
	color:#666666;
}
#navinfo_opcion_esp a:hover{
	color:#CCCCCC;
}


#navinfo_item #navinfo_subopcion{
	margin-left:1px;
	margin-right:1px;	
	background-color:#6db4e1;
	color:#003366;
	height:20px;
	border-bottom:1px solid #CCCCCC;
	/*#cdc2e0, #E5E5E5*/	
}
#navinfo_item #navinfo_subopcion a{
	padding-top:0.2em;
	padding-left:30px;
	display:block;
	text-decoration:none;
	color:#003366;
}
#navinfo_item #navinfo_subopcion a:hover{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#6d9fe1;
}



#noticia_txt{
	text-align:left;
	padding-right:5px;
	padding-bottom:5px;
	font-size: 90%;		
}
	#noticia_txt h3 {
		color:#1f3863;
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 120%;
	} 

#frase_txt{
	text-align:left;
	padding-bottom:5px;
	font-size: 90%;		
}
	#frase_txt h3 {
		color:#1f3863;
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 110%;
	} 


/*<!-[if lt IE 7]> #carrera .miscroll{overflow-y:auto;  }<![endif]->
<!-[if IE 7]>	 #carrera .miscroll{overflow-y:scrol;}<![endif]->*/


#carrera{
	width:275px;
	float:right;
	height:175px;
	overflow:hidden;
	overflow-y:auto;
}
#carrera_txt{
	background:#FFFFFF;
	height:48px;
	margin-bottom:5px;
	padding-right:5px;
	padding-bottom:5px;	
	padding-left:5px;
	overflow:hidden;
	font-size: 90%;	
}
	#carrera_txt h3{
		color:#666666;
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 110%;
		text-decoration:none;
		}
	#carrera_txt a {
		color:#666666;
		margin: 0px;
		font-size: 130%;		
		text-decoration:none;
		}		
		
		

#nav_enlace {
	width:135px;
	padding-left:0px;	
	margin-left:0px;
	overflow:hidden;
	}
	#nav_enlace ul{
			font-size: 80%;
			font-weight:bold;
			margin:0px;
			padding:0px;			
			padding-left:16px;
			padding-top:10px;
			padding-bottom:10px;
			border-bottom: solid 1px #1f3863;			
		}
		#nav_enlace li{
			padding-bottom:4px;
		}
		#nav_enlace ul li a{

			border-bottom: solid 1px #CCCCCC;	
			text-decoration: none;
			color: #003366;
		}
		#nav_enlace ul li a:hover{
			color: silver;
		}

input,select{
	border: 1px solid #C7CBD6;
	background-color:#F9F9F9;
	color: #666666;
	font-size:10px;

}

#fila1{
		width:100%;
		float:left;
		background-image:url(../../images/fondocuadro2.gif);
		height:175px;
	}
	#fotografia{
		width:275px;
		height:175px;
		float:left;
	}
	#nav_preventa {
		width:275px;
		/*fondobarraimgbarrapreventa.gif*/
		/*background-image:url(../../images/barrapreventa.gif);*/
		background-color:#78b4e1;
		height: 25px;	
	}
	#nav_preventa ul
		{
			padding: 0;
			margin: 0;
			float: left;
			width: 100%;
			font-size: 90%;
			font-weight:bold;
		}
		#nav_preventa ul li
		{
			display: inline;
		}
		
		#nav_preventa ul li a
		{
			padding: 5px 6px;
			color: #FFF;
			text-decoration: none;
			float: left;
		}
		#nav_preventa ul li a:hover
		{
			height:25px;
			padding: 5px 6px;
			background-color: #FFF;
			text-decoration: none;
			color: #1f3863;
		}				
#fila2 {
	width: 100%;
	/*display:block;*/
}

 
#facultad, #noticia{ /*Formato comn de ambos bloques de texto*/
	padding-top:5px;
	width:49%;
	display:block;
	position:relative;
	text-align:justify;
}
	#facultad a {
		color:#1f3863;
		margin: 0px;
		font-size: 130%;
		text-decoration:none;
		}		

	#facultad{
	float:left; 
	} 
	#noticia{
	float:right; 
}
#buscar{
	float:right;
	width:140px;
	height:30px;
	padding-top:75px;
	margin-right: 0px;
	margin-left: 20px;
} 
form{
  margin:0; padding:0;
}
#nav_informativo{
		width:185px;
		position:relative; 
}

#leermas{
	font-size:85%;
	font-style:italic;
	border-bottom: solid 1px #C2C2EB;
	height:20px;	
}	

#leermas a{
	color: #00274a;
	text-decoration:none;
}	


/*
#leermas a{
	font-size:85%;
	color: #00274a;
	font-style:italic;
}	
*/
.masnoticias_descrip{
	cursor:pointer; 
	color:#1f3863;
	font-weight:bold;
}
.masnoticias_regresar{
	cursor:pointer; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-align:right; 
	background-color:#1f3863; 
	width:90%; 
	height:20px;
}#navinfo_item_spc{
	background-image:url(../../images/navinfo_item_spc.gif); 
	background-repeat:repeat-x; 
	height:15px;
}

#navinfo_container{
	background-image:url(../../images/navinfo_container.gif); 
	background-repeat:repeat-y;
}
