/* Global Styles */

body {
	margin:0px;
	background-image:url(../imgs/menu/fondo_azul.png);
	background-repeat:repeat-x;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}
img{border:none}
#logo 	{
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
.bodyText {
	color:#222;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

#cabecera .titulo {
	color: #006699;
	letter-spacing:.2em;
	line-height:30px;
	font-weight: bold;
}

#cabecera .descripcion {
	color: #336633;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

#novedades {
	color:#6600FF;
}


.boton {
	cursor:pointer;
	margin-bottom: 5px;
	background-color: #A4D1FF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}

.boton_sobre {
	cursor:pointer;
	margin-bottom: 5px;
	background-color: #DFEFFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}

.boton_sub {
	cursor:pointer;
	margin-bottom: 5px;
	background-color: #A4D1FF;
	color: #000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}

.submenu {
	font-size: 14px;
}

#contenido {
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
}

#contenido a {
	color:  #000080;
	text-decoration: underline;
	}
	
#contenido a:hover {
	color: #5C743D;
	text-decoration: underline;
	}

#contenido .titulo {
	font-weight: bold;
	color: #003366;
	line-height: 26px;
	letter-spacing: .21em;
}

#contenido .titulo2 {
	font-weight: bold;
	color: #660000;
	line-height: 26px;
	letter-spacing: .21em;
}

#enlaces {
	background-color:#FFF;
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
}

#enlaces a {
	text-decoration:underline;
	color: #000099;
	line-height: 22px;
	letter-spacing: .21em;
}

#enlaces .titulo {
	font-weight: bold;
	color: #660000;
	line-height: 22px;
	letter-spacing: .21em;
}

#enlaces .titulo2 {
	font-weight: bold;
	color: #660000;
	line-height: 26px;
	letter-spacing: .21em;
}

#enlaces .titulo3 {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}

#calendario {
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
}

#calendario a {
	text-decoration:none;
	color: #000099;
	line-height: 22px;
	letter-spacing: .1em;
}

#calendario .titulo {
	font-weight: bold;
	color: #660000;
	line-height: 22px;
	letter-spacing: .1em;
}

#calendario .titulo2 {
	font-weight: bold;
	color: #660000;
	line-height: 26px;
	letter-spacing: .1em;
}

#calendario .titulo3 {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}

#secretaria {
	color: #666666;
	line-height: 18px;
	margin-top: 0px;
	background-image:url(../imgs/menu/linea_pie_azul.png);
	background-position:top;
	background-repeat:no-repeat;
}

#secretaria a {
	color:  #000080;
	text-decoration: underline;
}
	
#secretaria a:hover {
	color: #5C743D;
	text-decoration: underline;
}
/* ------   Menu    ------ */

		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 154px;
		}
		.vertical li a{
			display: block;
			width: 150px;
			text-decoration: none;
			height: 2.2em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 150px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 125px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 1em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #A4D1FF;
			color: #000000;
			border-color: black;
		}		
		.blackwhite li a:hover{
			background-color: #DFEFFF;
			color: #660000;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #660000;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: #660000;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		
#capa_superior{
	position: absolute;
	top: 0px;
	left: 0px;
	height:50px;
	width:100%;
}

#capa_inferior {
  position: absolute; 
  left: 0px; 
  bottom:0px;
  height:128px;
  width:100%;
  border-top:2px solid #CCCCCC;
  background:#FFFFFF;
  overflow:hidden;
}

#capa_inferior .titulo3 {
	font-weight: bold;
	color: #003366;
	font-size: 12px;
	text-align:center;
	padding-bottom:15px;
}

#capa_inferior .texto{
	font-size:10px;
}

body > div#capa_inferior {
  /* usado por Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

body > div#capa_superior {
  /* usado por Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}


.fondo_contenido{display:block}
.fondo_contenido *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.fondo_contenido1a{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #7c77fa;
  border-right:1px solid #7c77fa;
  background:#c5c3fd}
.fondo_contenido2a{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #3029f7;
  border-right:1px solid #3029f7;
  background:#d3d1fd}
.fondo_contenido3a{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d3d1fd;
  border-right:1px solid #d3d1fd;}
.fondo_contenido4a{
  border-left:1px solid #7c77fa;
  border-right:1px solid #7c77fa}
.fondo_contenido5a{
  border-left:1px solid #c5c3fd;
  border-right:1px solid #c5c3fd}
.fondo_contenido1b{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  background:#FFFFFF}
.fondo_contenido2b{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  background:#FFFFFF}
.fondo_contenido3b{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;}
.fondo_contenido4b{
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF}
.fondo_contenido5b{
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF}
.fondo_contenidofg{
  background:#FFFFFF}


/* menu vertical */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../imgs/menu/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../imgs/menu/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

/* --------------- */
