﻿@charset "utf-8";
/* CSS Document */

.espacio_tablas_izq{margin-left:20px;}

body {
background-color:#FFFFFF;
}

li{
margin-left:-50px;
list-style:none;
}
.texto_descarga{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#003d78;
margin:0 22px 0 22px;
padding:0 0 0 0;
}

#cont_descarga img{
float:left;
}

#cont_descarga{
width:600px;
height:auto;
float:left;
margin:0 0 0 20px;
}
table.congreso, tr{
border:#66CCFF solid 1px;
margin-left:20px;
}
a img{
border:none;
}
#imagen img{
margin:10px 0 0 22px;
}

a{
color:#3399CC;
font-size:12px;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

#contenedor{
margin:0px auto;
height:auto;
width:874px;
}

#head{
background-image:url(images/head.jpg);
background-repeat:no-repeat;
height:224px;
width:874px;
float:left;
}

#space{
width:874px;
height:10px;
float:left;
}

#menu{
/*background-image:url(images/back_menu.png);*/
background-repeat:no-repeat;
margin:0;
padding:0;
height:55px;
width:874px;
float:left;
}
/*---------------------- contenedor de imagen y texto ---------------------*/
#bloque_de_texto{
width:644px;
height:auto;
float:left;
margin:0;
padding:0;
}

#contenedor_texto_imagen{
width:644px;
height:auto;
float:left;
}

#imagen{
width:126px;
height:auto;
float:left;
margin:0 0 0 0;
}
#texto_imagen{
width:515px;
height:auto;
float:left;
margin:0 0 0 0;
}
/*---------------------- contenedor de imagen y texto ---------------------*/

#contenido_izq{
	background-color:#F4FCFF;
	height:auto;
	width:645px;
	float:left;
}

#contemido_der{
	background-color:#F8F8F8;
	height:auto;
	width:224px;
	float:right;
	/*border:#b3b3b3 1px solid;*/
	}

#titulos_lateral{
background-image:url(images/img_titulo.jpg);
width:224px;
height:35px;
float:left;
}

#notas_lateral{
width:224px;
height:auto;
float:left;
}

#menu_pie{
text-align:center;
background-color:#00141e;
color:#FFFFFF;
width:872px;
height:17px;
float:left;
}

#pie{
color:#CCCCCC;
background-image:url(images/pie_de_pagina.jpg);
background-repeat:no-repeat;
font-size:11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:center;
height:72px;
width:874px;
float:left;
}

/*----- CONTENIDO PRINCIPAL --------*/
.textos{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#003d78;
margin:10px 22px 0 22px;
padding:0 0 0 0;
text-align:justify;
}

h3{
font-family:Geneva, Arial, Helvetica, sans-serif bold;
color:#003d78;
margin:10px 22px 0 22px;
padding:0 0 0 0;
}


/*-------- CONTENIDO DERECHO ----------*/

.contador{
border:none;
margin:0 0 0 0;
}

.titulos_notas{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#327ba5;
font-size:14px;
font-weight:bold;
margin: 8px 0 0 12px;
}

.textos_der{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#646464;
font-size:12px;
margin:10px 0 0 10px;
}

#links_der{
width:210px;
height:auto;
float:right;
}

a.derecha{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#3399CC;
font-size:12px;
line-height:14px;
margin-top:0px;
}

/*-------- FORMULARIOS ---------*/
input, textarea { font-family: Tahoma, Verdana, Arial; font-size: 11px; 
color:#666666;
background-color: #FFFFFF;
border:#CCCCCC;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px; border-bottom-width: 1px; 
border-left-width: 1px;
margin-top:4px;}

select { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} 



/*------- MENU ----------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_linedrop {
height:36px;
width:auto;
background:url(line/blank_sepia.gif);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:500;
}

.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.pro_linedrop li {
float:left;
background:url(line/blank_over_sepia.gif);
}

.pro_linedrop .select a {
display:block; 
height:36px; 
float:left; 
background: url(line/blank_sepia.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
/* COLOR DEL TEXTO BOTONES QUE NO CONTIENEN SUBMENUS */
color:#333333;
}
/* COLOR DEL TEXTO BOTONES QUE CONTIENEN SUBMENUS */
.pro_linedrop .select li.line a {color:#000000}

.pro_linedrop .select a b {
display:block; 
padding:0 30px 10px 15px; 
background:url(line/blank_sepia.gif) right top;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
background: url(line/blank_over_sepia.gif); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#fff;
}
/* COLOR MOUSE OVER */
.pro_linedrop .select li.line a:hover, 
.pro_linedrop .select li.line:hover a {
color:#fff;}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
background:url(line/blank_over_sepia.gif) right top; 
cursor:pointer;
}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
}

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:740px;
top:28px; 
left:0; 
text-align:center;
background:transparent url(line/transparent.gif);
/*border:1px solid #aaa;*/
}

.pro_linedrop .select :hover .rt li {float:right;}

/* TAMAÑO/COLOR TEXTO SUBMENU */
.pro_linedrop .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent url(line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333333;font-size:12px;}

/* LINKS MENU DESPLEGABLE */
.pro_linedrop .select :hover .sub li.subline a {color:#0066CC;}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative;}

.pro_linedrop .select :hover .sub li:hover > a {color:#000;}

/* TAMAÑO FONDO MENU DESPLEGABLE WIDTH: */
.pro_linedrop .select :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:170px; position:absolute; left:-1px; top:25px; border:1px solid #aaa; border-top:0; background:#fff;}

.pro_linedrop .select :hover .sub :hover ul li a {width:80px; text-align:left; height:20px; line-height:18px;}
.pro_linedrop .select :hover .sub :hover ul li a:hover {line-height:16px;}

#space{
clear:both;
}
