  #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 {
    text-align: center;
	background-color:#FFF;	
  }
  #container {
	width: 955px;
	text-align: left;
	margin: 0 auto;
  }
  #main-content {
	float: right;
	width: 770px;
  }
  #sidebar {
	float: right;
	width: 180px;
  }
  #footer {
    clear: both;
  }
  /** BEGIN CUSTOM SKIN **/
  
  body {
  	font: 100% Arial, Verdana, sans-serif;
  }	


  /* ie6win */

  /* IE/Win fixes for various layouts
  ----------------------------------------------- */
  * html #threecolumn #main-content {
  	width: 955px;
  	margin-left: -2px;
  }

  /* ie5mac */

  /*\*//*/
  * html #threecolumn #main-content {
  	width: 955px;
  	margin-left: 0;
  }
  /**/

  /* ie5win */

  @media tty {
   i{content:"\";/*" "*/}} td { font-size: 0.8em; } #footer p { margin: 0; padding: 1em 0; } /*";}
  }/* */


  body {
  	font: 90% "Arial", verdana;
  	margin: 0;
  	padding: 25px 0 25px 0;
  	/*border-top: solid 3px #fff;
  	border-bottom: solid 3px #fff;*/
  }
  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: 0 25px;
  }


  /* sidebar
  ----------------------------------------------- */

  #sidebar .wrapper {
  	padding-left: 15px;
  	padding-right: 5px;
  }

  /*#sidebar .wrapper h3 {
  	padding: 0 0 11px 0;
  }*/

  #sidebar li {
  	margin-bottom: 0.8em;
  }
  #sidebar .wrapper ul li {
  	list-style: circle;
  }
  #sidebar .wrapper ol li {
  	list-style: upper-roman;
  }

  #sidebar .links {
  	margin-bottom: 2em;
  }


  #adsense, #adsense .wrapper {
  	text-align: left;
  	margin: 0;
  	padding: 0;
  }


  /* footer
  ----------------------------------------------- */
  #footer {
  	margin: 0;
  	font-style: italic;
  	font-size: 0.9em;
  }
  #footer hr {
  	display: none;
  }

  /* header
  ----------------------------------------------- */
  #header #page-title {
  	padding-left: 12px;
  	padding-right: 12px;
  }

  #header #g_description {
  	margin-left: 12px;
  	margin-right: 12px;
  }

  /* 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-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 194px;
  }


  /* fixed right 2 column
  ----------------------------------------------- */
  #twocolumn-right #header .wrapper {
  	padding-bottom: 10px;
  }
  #twocolumn-right #footer {
  	padding: 0 264px 10px 25px;
  }


  /* fixed 3 column
  ----------------------------------------------- */
  #threecolumn #header .wrapper {
  	padding-bottom: 10px;
  }
  #threecolumn #footer {
  	padding: 0 168px 10px 168px;
  }
  #sidebar-alternate {
  	width: 129px;
  }


  /* 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;
  }
  #twocolumn-liquid-left #sidebar ul, #twocolumn-liquid-left #sidebar ol,
  #twocolumn-liquid-right #sidebar ul, #twocolumn-liquid-right #sidebar ol {
  	padding-left: 2.5em;
  	/* extra wide for IE's sake */
  }
  #twocolumn-liquid-left #sidebar .links ul, #twocolumn-liquid-right #sidebar .links ul {
  	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;
  }
 

  /* fixed-width common header
  ----------------------------------------------- */
  #onecolumn h1, #twocolumn-left h1, #twocolumn-right h1, #threecolumn h1 {
  	background: url(../../images/fixed-h1.gif) no-repeat;
  }
  #onecolumn #header, #threecolumn #header {
  	background: url(../../images/fixed-header.gif) repeat-y;
  }

  #twocolumn-left #header, #twocolumn-right #header {
  	background: url(../../images/fixed-header-interna_lgrande.gif) repeat-x;
	background-color:#FFFFFF;
  }  
  #header tamanio{
  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;
  }



  /*#sidebar .wrapper h3 {
  	background-image: url(../../images/h3-sidebar.gif);
  }
  .editable {
  	border: dashed 1px #f60;
  }
  */



  /* 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;
  }
  
  #twocolumn #container {
  	background: #fff url(z_../../images/fixed-three-container.gif) repeat-y;
  }
  #twocolumn #footer {
	background: url(z_../../images/fixed-three-footer.gif) no-repeat left bottom;
  }
  #twocolumn #g_footer {
  	/*background: url(z_../../images/fixed-three-conteiner-footer-g.gif) no-repeat left bottom;*/
  	background: url(z_../../images/fixed-left-footer.gif) no-repeat left bottom;
	background-color:#FFFFFF;
	height:5px;
  }
  #twocolumn #g_footer_wm {
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
  	background: url(z_../../images/fixed-three-footer-wm.gif) no-repeat left;
	background-color:#FFFFFF;
	height:25px;
  }        


  /* 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 #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 **/
  
#barra {
	height: 24px;
	background:#FFF;
	padding-right:8px;
	margin: 0px;
}
#abajo {
	height:6px;
  	background: url(../../images/fixed-left-headerwrapper.gif) no-repeat left bottom;
	background-color:#FFFFFF;
  }  

#nav_servicios{
	padding-top:0.2em;
	width:940px;
	float:left;
	background-color:#78b4e1;
	margin-right: 6px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:85%;
	height:90%;
}
	
	/* 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;
	}	

	/*#nav_servicios{
	width:940px;
	float:left;
	background-color:#9999cc;
	height: 100%;
	text-align:right;
	vertical-align:middle;
	margin-right: 6px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	/* 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{
		background-color: #FFF;
		color: #990031;
	}			
*/
#direccion{
		float:left;
		width:100%;
		vertical-align:bottom;
}

	/* area de links fin*/
/*	#nav_enlace_title {
		width:145px;
		border-left: 1px solid #666666;
		float:right;
		background-color:#9999CC;
		height: 100%;	
		color: #FFF;	
		font-weight:bold;
		text-align:center;
		padding: 1px 0px;		
	}


#nav_noticias{
	font-size: 100%;
	text-align:left;
	padding-right:5px;
	padding-bottom:5px;
}
	#nav_noticias h3 {
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 80%;
	} 
	
#nav_informativo {
	font-size: 90%;
	text-align:left;
	padding-right:5px;
	padding-bottom:5px;
}
#nav_informativo h3 {
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 100%;
	} 	

#frase_txt{
	text-align:left;
	padding-bottom:5px;
	font-size: 90%;		
}
	#frase_txt h3 {
		color:#00104d;
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 110%;
	} 
#nav_carrera{
	/*background:#ffffed;
	height:48px;
	padding-right:5px;
	overflow:hidden;
	
	margin-top:5px;
	padding-bottom:5px;	
	padding-left:5px;
	font-size: 90%;	
}
	#nav_carrera h3 {
		color:#666666;
		margin: 0px;
		padding: 2px 2px 4px 0px;
		font-size: 110%;
		}

#nav_enlace {
	width:135px;
	padding-left:0px;	
	margin-left:0px;
	}
	#nav_enlace ul{
			font-size: 80%;
			font-weight:bold;
			padding-left:16px;
		}
		#nav_enlace li{
			padding-bottom:4px;
		}
		#nav_enlace ul li a{
			list-style-position:outside;
			border-bottom: solid 1px #C2C2EB;	
			text-decoration: none;
			color: #6766CC;
		}
		#nav_enlace ul li a:hover{
			color: #e3e3e3;
		}
*/
input,select{
	border: 1px solid #C7CBD6;
	background-color:#F9F9F9;
	color: #666666;
	font-size:10px;

}

/*
	#nav_preventa {
		width:275px;
		background-image:url(../../images/fondobarraimg.jpg);
		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
		{
			background-color: #FFF;
			color: #990031;
		}				

#carrera{
	font-size: 90%;
} 
*/
#nav_izquierda{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #1f3863;
	margin-left: 5px;
	padding:5px;
	overflow:hidden;
} 
	#nav_izquierda h3{
	font-size:75%;
	margin:5px;
	}
	
	#nav_izquierda h3 a{
	color:#333333;
	text-decoration:none;
	}

	#nav_izquierda h3 a:hover{
	color:#333333;
	text-decoration:none;
	}

	#nav_izquierda .titular_txt{
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	}	

	#nav_izquierda .descripcion_txt{
	color:#003366;
	}	

	#nav_izquierda ul{
		margin:0px;
		padding:0px;				
		font-weight:bold;
		padding-left:10px;
			padding-bottom:10px;
			border-bottom: solid 1px #1f3863;					
	}
	#nav_izquierda li{
		margin:2px;
		list-style:none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;			
	}
	#nav_izquierda ul li a{
		font-size: 75%;
		text-decoration: none;
		color: #1f3863;
	}
	#nav_izquierda ul li a:hover{
		color: #990000;
	}
#leermas a{
	font-size:75%;
	padding-left:5px;
	color: #00274a;
	font-style:italic;
}	

#buscar{
	float:right;
	width:140px;
	height:28px;
	padding-top:35px;
	margin-right: 0px;
	margin-left: 20px;
} 
form{
  margin:0; padding:0;
}
