@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	background-image: url(../imagenes/degradado.gif);
	background-attachment:fixed;

}

#contenedor_global{
	margin: 0 2em 0 2em;
	clear: both;
	position: absolute; /**/
}

#cabecera{
	width: 100% ;
	margin: 0 0 0.5em 0;
	clear: both;	
}


#contenido{
	min-height: 25em ;
	clear:both;
	margin: 0.5em 0 1em;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 2.5em;
	padding-bottom: 3em;
	background-color: #FFF;
}

#pie{
	height: 50px ;
	text-align:right;
	clear: both ;
	margin: 2.5em 0 0 0;
}

#pie a,
#pie a:link,
#pie a:visited,
#pie a:hover,
#pie a:active,
#pie a:focus {
	text-decoration:none;
}


#pie ul {
	list-style-type:none;
	margin-right: 3em;
}

#pie li{
	display:inline;
	margin: 0 0.3em 0 0.3em;
}

#pie a img {
	border: none;
}
	
	
/* Estilo asociado a: MENÚ SUPERIOR */
/************************************/

#menu_top {
	position:relative;
	height:2.65em;
	list-style-type:none;
	background: #009;
	font-size:0.8em;
	text-align:right;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-right: 2em;	
}

#menu_top li {
	display:inline;
	width:10em;
	line-height:2.75em;
	position:relative;
	text-align:center;
	color: #FFF;  /* color barra separadora */
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited{
	text-decoration: none;
	color: white;
}
	
#menu_top a:hover,
#menu_top a:focus,
#menu_top a:active{
	text-decoration:underline;
}


/* Estilo asociado al: TITULO */
/******************************/

#titulo{
	position: relative;
	clear: both;
	height: 100%;
	font-weight: bold;
	color:#000;
	/*height: 1%;*/
	margin-top: 0.5em;
	background: url(../imagenes/cabecera3.gif) repeat-x bottom;
	overflow: hidden;
	width: 100%;

}

#titulo #escudos{
	list-style:none;
	display: inline;
	float:left;
	position:absolute;
	margin-left: 3%;
	padding: 0;
	margin-top: 0.9em;
}

#titulo #escudos li{
	padding: 0 0.2em 0 0;
	display: inline;
}

#titulo #escudos img{
	height: 5em;
}

#titulo #escudos a,
#titulo #escudos a:link,
#titulo #escudos a:visited,
#titulo #escudos a:hover,
#titulo #escudos a:active,
#titulo #escudos a:focus {
	text-decoration:none;
}

#titulo #escudos a img {
	border: none;
}


#titulo #nombre{
	float:right;
	position:relative;
	margin-right:3%;
	text-align:right;
	font-size:1.75em;	
	padding-left: 0;
	margin-left: 11.5em;
	margin-top: 1.2em;	
}


/* Estilo asociado al: FORMATO DE TEXTO */
/****************************************/

h1{
	color: #009;
	border-bottom: 3px groove #000;
	padding:0 0 0.25em 0;
	font-size:1.7em;	
	margin-top:0em;
	margin-bottom: 1em;
	font-variant:small-caps;
	text-align:center;
}

