body { 
	font-family: "Trebuchet MS", geneva, verdana, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #000;
	background: url('../imagenes/fondo.jpg') no-repeat 350px right;
}


/*************************** TEXTOS *********************************/

.invisible{display:none;}
/*.nota, caption {
	text-align: justify;
	font-size: 80%;
	background: White;
	color: Gray;
}
caption {
	margin-bottom: 10px;
}*/
caption {
	display: none;
}
p.nota {
	background: White url(../imagenes/nota.gif) no-repeat top left;
	padding: 0 0 0 75px;
	text-align: justify;
	color: Gray;
}

blockquote div	{
  background: White url('../imagenes/abre-comillas.gif') no-repeat 0 2%;
  color: Black;
  text-align: justify;
}
div blockquote	{
  background: White	 url('../imagenes/cierre-comillas.gif') no-repeat 98% 98%;
  color: Black;
}

h1, h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	color: #00599A;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	background: White;
}
h2 a {
	text-decoration: none;
}
h3, h4 { color: #9ACD32; }
h1 { font-size: 130%; color: #000; border:1px solid #00599A; padding: 5px; background: #CAE4FF; margin-bottom: 20px;}
h2 { font-size: 120%; font-weight: bolder;  border-bottom:1px solid #00599A; padding-bottom: 5px;}
h3 { font-size: 115%; border-bottom:1px solid #9ACD32;}
h4 { font-size: 100%; }



/*************************** IMAGENES *********************************/
a img{ border:0; vertical-align: middle; margin: 0 10px;}
p.dcha {
	text-align: right;
}
img.dcha{
	float: right;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 0 1em 1em;
}
img.izq{
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 .5em .5em 0;
}
ol.letras {
  list-style-type: lower-alpha;
}

/*************************** FORMULARIOS *********************************/
form{
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset{
	border: none;
}
legend{
	display: none;
}
.boton {	vertical-align: middle;}
/******************************* TABLAS **********************************/
table {
	border: 1px solid #D4E0E7;
	width: 100%;
	margin-bottom: 30px;
}
th {
	background: #D4E0E7;
	color: Black;
	border: 1px solid #fff;
	padding: 3px;
}
td {
	border: 1px solid;
	background: White;
	padding: 5px;
	text-align: center;
}


/**************************  LOGO *********************************/
#logo{
	margin: 0 0% 10px 0%;
	padding: 0;
	text-align: center;
}
#logo p {
	margin: 0;
	padding: 0 0 7px 0;
	background: url(../imagenes/fondo_menu_superior.bmp) repeat-x left bottom;
}





/**************************  MENU IZQUIERDA *********************************/
#homepage #menu_izq { width: 25%; }
#menu_izq{
	float: left;
	display: inline;
	width: 17%;
	margin: 2em 0 2em 2%;
	padding: 0 20px 0 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 80%;
	background: url(../imagenes/fondo-menu.gif) no-repeat right top; 
}
#menu_izq h3{
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #0099CC;
	font-weight: bold;
	background: url(../imagenes/menu_fondo.gif) no-repeat 0 5px;
	padding: 0 25px;
}
#menu_izq a {
	text-decoration:none;
	color: #666666;
}
ul.menu1 {
	margin: 0;
	padding: 0;
}
ul.menu1 li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

ul.menu1 table.menu, ul.menu1 table.menu td {
	padding:0;
	margin:0;
	border: 0;
}


/******************** UNO ******************************/
ul.menu1 li.uno, ul.menu1 li.sel {
	border-top: 1px solid #CAE4FF;
}

ul.menu1 li.uno a, ul.menu1 li.sel a{
	display: block;
	padding: 3px 0px 3px 15px;
	background: url(../imagenes/flecha.gif) no-repeat 0 10px;
	margin: 0;
}

/******************** DOS ******************************/
/* estos son los ul interiores */
ul.menu1 li.uno ul li a, ul.menu1 li.sel ul li a, ul.menu1 li.sel ul li a:hover{
	display: block;
	padding: 3px 0 3px 10px;
	background: url(../imagenes/list.gif) no-repeat left 10px;
	margin: 0;
}
ul.menu1 ul {margin-left:1em;}
ul.menu1 li ul {display:none;}

/* estos son los ul sel de mozila los ul sel del ie y los ul hover */
ul.menu1 li:hover ul, ul.menu1 li a:hover ul, ul.menu1 li.sel ul {
	display:block;
	background:#E6F8FF;
	
	margin: 0;
	padding: 0;
	text-align: left;
}
/* estos son cada uno de los li interiores */
ul.menu1 li:hover ul li a, ul.menu1 li a:hover ul li a, ul.menu1 li.sel ul li a {
	background:#E6F8FF;
	font-weight:normal;
	border-bottom: 1px solid #CAE4FF;
	margin: 0;
	padding: 3px 0px 3px 10px;
	background: url(../imagenes/list.gif) no-repeat left 10px;
	text-align: left;
}
/* estos son los lis interiores con hover */
ul.menu1 li:hover ul li:hover a, ul.menu1 li a:hover ul li a:hover, ul.menu1 li.sel li a.sel2{
	background: #CAE4FF;
	border-bottom: 1px solid #fff;
	background: #CAE4FF url(../imagenes/list.gif) no-repeat left 10px; 
}

/********************** COMUN ***************************/
ul.menu1 li.uno a:hover {
	background-color: #E6F8FF;
	margin: 0;
}
ul.menu1 li:hover a, ul.menu1 li a:hover {
	border:0;
}
ul.menu1 li.sel  {
	background:#E6F8FF;
}

/******************* UTILIDADES ****************************/
.utilidades {
	margin: 30px 10px 0 0;
	padding-bottom: 20px; 
	font-size: 110%;
	background: #E6EEDF;
}
.utilidades_google {
	margin: 30px 10px 0 0;
	padding-bottom: 20px; 
	/*background: #E6EEDF url(../imagenes/google.gif) no-repeat right 38px;*/
	background: #E6EEDF;
	font-size: 110%;
}
.utilidades h4, .utilidades_google h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	height: 37px;
	background:  url(../imagenes/bocata.gif) no-repeat left bottom;
}
.utilidades h4 span, .utilidades_google h4 span{
	margin: 0;
	padding: 5px 0px 5px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	background: #8AA45E;
}
.utilidades p, .utilidades_google p {
	margin: 0.3em 0 0.8em 5px;
	padding: 20px 0 0 0;
	font-size: .9em;
	line-height: normal;
}
.utilidades_google img {
	margin: 0;
	padding: 0;
}




.utilidades form, .utilidades_google form {
	text-align: center;
	display: block;
}
.buscar {
	background: white; 
	border: 1px solid #484; 
	color: #262; 
	width: 50%;
	margin: 0 2px 0 0;
	padding: 2px;
	vertical-align: middle;
}
.utilidades p.imprimir, .utilidades_google p.imprimir {
	background:url(../imagenes/print.gif) no-repeat left 18px;
}
.utilidades p a, .utilidades_google p a{
	padding: 0 0 0 30px;
	text-decoration: none;
}
.utilidades p a:hover, .utilidades_google p a:hover{
	text-decoration: underline;
}


/**************************  FIN DE MENU IZQUIERDA *********************************/






/**************************  CONTENIDO *********************************/
#contenedor{
	float: left;
	width: 50%;
	margin: 1.5em 0 3em 1%;
	padding: 0 2.5em 0 0;
	border-right: 1px solid #CAE4FF;
	font-size: 90%;
}
#contenedor a, #contenedor a:link {
	background: #E6F8FF;
	color: #004E8F;
	text-decoration: none;
}

#contenedor a:visited {
	background: #fff;
	color: #007AE3;
	text-decoration: underline;
}
#contenedor a:hover, #contenedor a:active{
	text-decoration: underline;
	background: #FAFAD2;
	color: #000;
}
#contenedor a:hover{
	background: #004E8F;
	margin: 0;
	padding: 0;
	color: #fff;
}

#contenedor p{
	margin: 0.5em 0 1.5em 0;
}
#contenedor ul{
	padding: 0;
	list-style-type:none;
}
#contenedor ul li{
	padding: 0 15px;
	background: url(../imagenes/list.gif) no-repeat 0 5px;
}
#contenedor form{
	border: 1px solid #7DA42E;
	padding: 20px 10px 20px 20px;
	background: #E6EEDF;
	color: Black;
}

#contenedor form label{
	margin: 0 0 15px 0;
	display: block;
}
#contenedor form {
	margin: 15px 0;
}
#contenedor p.fecha {
	color: #60ADFF;
	font-size: 90%;
	background: White;
	border-bottom: 1px solid #CAE4FF;
	margin: 0;
	padding: 0;
	text-align: left;
}
p.rojo {
	color: Maroon;
	font-size: 120%;
	background: White;
}
#homepage #contenedor { width: 40%; }

p.paginar{
	text-align: center;
	border: 1px solid #eee;
	margin: 0;
	display: block;
	padding: 5px;
}
p.error, p.errora {
	margin: 10px 0;
	padding: 12px 40px;
	border: 1px solid;
}
p.error {
	color: #BB4B00;
	background: White url(../imagenes/error.gif) no-repeat left;
}
p.errora {
	color: #BB4B00;
	background: White url(../imagenes/errora.gif) no-repeat left;
}
#contenedor p#subir, #contenedor p#volver {
	margin-bottom: 1em;
	text-align: right;
}
#contenedor p#subir a {
	padding-left: 12px;
	background: transparent url(../imagenes/subir.gif) left no-repeat;
}
#contenedor p#volver a {
	padding-left: 12px;
	background: transparent url(../imagenes/volver.gif) left no-repeat;
}
/**************************  PUBLICIDAD  *********************************/
#colDecha{
	float: left;
	width: 20%;
	min-width: 140px;
	margin: 0.5em 0 0 1%;
	padding: 0;
	font-size:75%;
	text-align: center;
	color: #262;
	background:#E6EEDF;
}
#colDecha h4 {
	margin: 0;
	padding:0;
	background: url(../imagenes/bocata.gif) no-repeat left bottom;
	height: 41px;
}
#colDecha h4 span {
	margin: 0;
	padding: 0 10px;
	font-size: 180%;
	text-align: left;
	display: block;
	vertical-align: middle;
	background: #8AA45E;
	color: White;
}
#colDecha a{
	text-decoration: none;
	color: Black;
}
#colDecha a:hover{
	text-decoration: underline;
}

#colDecha p{
	margin: 10px 0 10px 0;
	padding:  0 0 5px 0;
}
#colDecha p a, #colDecha img{
	margin:0;
	padding: 0;
}



div.medio_noticias	{
	margin: 0 0px;
	padding: 5px;
	text-align: left;
}
div.contenido_noticias {
	margin: 0 10px 0 10px;
	padding: 0;
	min-width: 140px;
	height:100px;
	overflow:auto;
}
.contenido_noticias p{
	border-bottom: 1px dotted #8AA45E;
}


/******************************* FIN ****************************/

ul#fin, p.contacto {
	clear: both;
	border-top: 1px solid #A9A9A9;
	margin: 0 10%;
	padding: 5px 0;
	font-size: 90%;
	height: 20px;
	text-align:center;
}
ul#fin {
	background: url(../imagenes/rays.jpg) repeat-x top left;
}
p.contacto {
	border: 0;
	font-size: 70%;
}
p.contacto span{
	margin: 0 10px;
}
#fin li {
	display: inline;
	list-style-type: none;
	margin: 1em;
}
#fin a, #fin a:link { padding: 5px; color: #666; text-decoration:none;}
#fin a:visited { color: #666; }
#fin a:hover, #fin a:active, #fin li.sel {
	color: #F69717;
	background: #005698;
}
