@charset "utf-8";
/* CSS Document */
@import url("reset.css");

/************** LAYOUT ******************/
	body {
		font-size:0.7em;
		line-height:1.5em;
		color: #333;
		min-width:920px;
	}
	
	#header {
		clear:both;
		float:left;
		width:100%;
	}

	#header {
		margin-bottom:8px;
	}
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
		margin-bottom:20px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		/*background:#eee;*/			/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		/*background:#f4f4f4;*/		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		/*background:#fff;*/			/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	
	
	.rightmenu {
		/*background:#eee;*/		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	
	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background-color: #666;
		color: #FFF;
		padding: 10px 0;
	}

	.boxes{
		width: 99%;
		padding-bottom:20px;
		display: block;
		}
	
	.box2{
		width:49%;
		float: left;
		text-align:center;
		vertical-align: bottom;
		}


/******** ESTILOS GENERALES ************/

	h2{
		color: #00284C;
		font-size:1.6em;
		margin-bottom:8px;
		font-weight: normal;
		line-height:1.6em;
	}
	
	h2.azul{
		background-color: #DBE1E6;
		padding: 2px 8px 2px 20px;
		margin-left:10px;
		overflow:visible;
		margin-top:15px;
	}
	
	h1.azul{
		color: #00284C;
		font-size:1.6em;
		margin-bottom:8px;
		font-weight: normal;
		line-height:1.6em;
		background-color: #DBE1E6;
		padding: 2px 8px 2px 20px;
		margin-left:10px;
		overflow:visible;
		margin-top:15px;
	}
	
	h2.gris{
		background-color: #999;
		padding: 4px 8px 4px 20px;
		margin-left:10px;
		margin-bottom:0;
		overflow:visible;
		color: #FFF;
		font-size:1.2em;
		font-weight:bold;
		margin-left:18px;
	}

	span.h2cuadrado{
		background-image:url(../images/h2cuadrado.jpg);
		background-position:center;
		background-repeat: no-repeat;
		line-height:1.6em;
		width:13px;
		height:1.6em;
		float:left;
		margin-left: -27px;
		z-index: 300;
	}


	h3{
		font-size:1.2em;
		font-weight: bold;
		margin-bottom: 4px;
	}
	
	a{
		color: #00284C;
		text-decoration: underline;
		}
		
	a:hover{
		text-decoration: none;
		color: #00182F;
		}

	.fecha{
		color:#666;
		font-size:0.8em;
	}
	
	.cl{
	clear:both;
	}
	
	.cl_both_centro{
		clear:both;
		display: block;
		margin: 10px auto;
		}
		
	.text_center{
		text-align:center;
		}
		
	.redactor
	{
		float:right;
		font-weight:bold;
	}
	
	.pdf_download
	{
		margin-left:20px;
	}



/************* FORMULARIOS ************/
fieldset{
	border: 2px solid #DBE1E6;
	padding: 10px 20px 25px 15px;
	margin-bottom:20px;
	margin-top:15px;
}

.input_text{
	margin-bottom:10px;
}

.boton_flecha{
	background-color: #FFF;
	border: 1px solid #00284c;
	font-size:0.9em;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 10px 4px 15px;
	height: 22px;
	background-image: url(../images/boton_flecha.gif);
	background-position: 5px 0px;
	background-repeat:no-repeat;
	}

.boton_flecha:hover{
	cursor: pointer;
	}
	
label{
	display: block;
	width:120px;
	float: left;
	}

label.longlabel{
		width:300px;
}

/************ HEADER ******************/
#header_contenedor{
	border: 2px solid #FFF;
	}

#barra_buscador{
	background-color:#CBE6F4;
	border-bottom: 1px solid #FFF;
	height:30px;
	text-align: right;
	padding-top:10px;
}

#barra_buscador .buscador_top{
	float:right;
}

a.top_home{
	color: #00284C;
	font-size:1.1em;
	line-height:20px;
	padding: 2px 8px 0 8px;
	text-decoration: none;
	}

a.top_home:hover{
	text-decoration: underline;
	}

.enlaces_top_home{
	margin-right: 300px;
	text-decoration: none;
	font-weight: bold;
	}

#cabecera{
	background-color:#022A4E;
	border-bottom:1px solid #FFF;
	height:220px;
}

#cabecera_izq, #cabecera_der{
	height:220px;
}

#cabecera_izq{
	width:300px;
	background-color:#A7D5ED;
	float:left;
	border-right: 1px solid #FFF;
	}

#cabecera_izq p{
	color:#022A4E;
	font-size:1.1em;
	width:200px;
	margin: 30px auto 0 auto;
	}

.logo{
	text-align:center;
	margin-top:-32px;
	margin-left:20px;
	}

#cabecera_der{
	background-color:#022A4E;
	float:left;
	background-image:url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 600px;
	}

#cabecera_der p{
	color: #FFF;
	font-size:0.8em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 100px 0px 0px 320px;
}

.buscador_top{
	margin-right:10px;
	}
	
.buscador_top input[type="submit"]{
	background-color:#00284C;
	border: none;
	color:#FFF;
	font-weight: bold;
	font-size:0.8em;
	height:20px;
	letter-spacing:1px;
	margin-left: 4px;
	padding:0 10px 0 6px;
}

.cabecera_contacto /* Llámenos.. */
{
	margin:20px 0 0 60px;
	font-size: 18px;
}


/**************** MENU *******************/
#menu{
	background-color: #00284C;
	height:30px;
	padding-left:10px;
	}
	
	#menu ul{
		float: left;
		height:30px;
		}
	#menu ul li{
		border-right: 1px solid #A9D7EF;
		z-index: 100;
/*		padding: 0px 12px 0px 16px;*/
		display: block;
		float:left;
		position: relative;
		width:180px;
		}
		
	#menu ul li a{
		padding:5px 10px;
		line-height: 20px;
		text-align:center;
		white-space: nowrap;
		display:block;
		color: #FFF;
		font-size:1.2em;
		font-weight:bold;
		text-decoration: none;
		}
	
	#menu ul li:hover ul, #menu ul li a:hover ul{
		display: block;
		}
	#menu ul li a:hover{
		text-decoration: none;
		color:#E3B833;
		}
		
	#menu ul li ul{
		top: 30px;
		left:0;
		z-index: 200;
		text-align: left;
		display: none;
		position: absolute;
		background-color: #A7D5ED;
		width:auto;
		height:auto;
		padding: 0;
		width:180px;
		
		}

	#menu ul li ul li{
		display: block;
		float:left;
		width: 100%;
		border:none;
		border-bottom:1px solid #F4E3B0;
		height: auto;
		padding-left:5px;
		width:180px;
		}
		
	#menu ul li:hover ul li a{
		text-align: left;
		font-weight: normal;
		font-size:1em;
		color:#00284C;
		padding: 2px;
		}

		
	#menu ul li:hover ul li a:hover{
		text-decoration: underline;
		color:#000;
	}
	#menu ul li:hover ul li:hover a{
		text-align: left;
		}
		
/*HACK IE6 MENU CSS*/
#menu table {position:absolute; border-collapse:collapse; top:8px; left:0; z-index:100;}
* html #menu li a:hover {position:relative; }
* html #menu li ul li a{ font-size:0.7em; text-align: left; color:#00284C;}
* html #menu li ul li a:hover{ text-decoration: underline;	color:#000;}
* html #menu li ul {visibility:hidden; display:block; position:absolute; background-color: #E3B833; }
#menu li a:hover ul {visibility:visible; left:-15px; top:20px;}


#menu_secundario{
	border-bottom: 1px solid #51879F;
	height:15px;
	padding:3px 0 3px 10px;
	}

#menu_secundario li{
	border-right: 1px solid #00284C;
	display: inline;
	padding:0 10px;
	height:15px;
}

#menu_secundario li a{
	color: #00284C;
	font-size:1.2em;
	text-decoration: none;
	line-height:15px;
	}

#menu_secundario li a:hover{
	text-decoration: underline;
	}
	



/*************** ARTICULOS PORTADA ******************/
h2.azul a.ampliar{
	float: right;
	font-size:0.7em;
	}

.articulo{
	padding: 0px 30px 20px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.articulo h2{
	font-size: 1.1em;
	font-weight: bold;
	}
	

	
.articulo p{
	margin-bottom: 1.4em;
	font-size:1.1em;
}

.articulo ul{
	margin-bottom:1.4em;
	font-size:1.1em;
	list-style: disc;
	margin-left: 30px;
}

.articulo ul li{
	margin-bottom:0.4em;
	}
		
.articulo_portada{
	padding: 0px 30px 20px 20px;
	}

p.autor_articulo{
	color: #1E79A6;
	font-size:0.8em;
	font-style:italic;
}

p.autor_articulo a{
	color: #1E79A6;
	font-style:italic;
}



/***************  NOVEDADES LEGISLATIVAS ***************/
.marco_legislativas{
	border: 2px solid #DBE1E6;
	padding: 10px 20px 25px 15px;
	margin-bottom:20px;
	margin-top:15px;
}
.legislativa{
	margin-bottom:10px;
	}
	
h2.novedades_legislativas{
	font-size:1.4em;
	}
h3.snippet{
	font-size:1em;
	font-weight: normal;
	}

.boletin{
	padding: 0px 15px;
}

.destacado_derecha{
	width:200px;
	border: 2px solid #DBE1E6;
	padding: 10px 20px 0px 15px;
	float:right;
/*	margin-bottom:20px;
	margin-top:15px;*/
	color: #1E79A6;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em;
	margin-left: 15px;
}
	
a.enlace_boletin{
	color: #1E79A6;
	font-weight:bold;
	line-height:1.2em;
	}

.contenedor_ultimas, .contenedor_ultimas_corto{
	background-image:url(../images/ult-not-esquina.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E1E1E1;
	padding-left: 25px;
	padding-bottom:60px;
	padding-top:30px;
	border-bottom:1px solid #000;
}

.contenedor_ultimas_corto{
	padding-bottom:20px;
	}

a.hereda{
		color: inherit;
		text-decoration: inherit;
}





/********************* PIE ********************/
.enlaces_pie{
	margin: 2px auto;
	text-align: center;
	line-height: 1.5em;
	}

.enlaces_pie li{
	border-right: 1px solid #FFF;
	display: inline;
	padding:0 6px;
}

.enlaces_pie li.ultimo{
	border: none;
}

.enlaces_pie li a{
	color: #FFF;
	font-size:0.8em;
	}

p.firma{
	font-size:0.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	}


/**** CONTACTO ***/

.contenedor_mailto
{
 float:right;
 margin: 0 45px 90px 0;
}



/* Galeria fotográfica */

.fotogaleria{
	background-color: #CCC;
	margin-bottom:10px;
	padding-bottom: 10px;
	border: 1px solid #BCBCBC;
}

.fotogaleria ul{
	margin: 0px 10px 0px 10px;
	padding: 10px 30px 10px 30px;
	background-color: #FFF;
	border: 1px solid #BCBCBC;
	}

.fotogaleria ul li{
	display: inline;
	list-style: none;
	width: 60px;
	height: 60px;
	}

#fotogaleria_header{
	background-color: #CCC;
	margin-bottom:10px;
	padding-bottom: 10px;
	border: 1px solid #BCBCBC;
	text-align:center;
}

#fotogaleria_header h3
{
	color:#b35014;
	margin:5px;
	font-weight:bold;
}

#fotogaleria_header div
{
	margin:auto;
	width:350px;
	height:250px;
	text-align:center;
	border-right:3px solid white;
	border-bottom:3px solid white;
	border-top:1px solid white;
	border-left:1px solid white;
}

.mi_slideshow
{
	margin: auto;
	padding-top: 20px;
	width:750px;
	height:100px;
	text-align:center;
	background-color: #CCC;
}

.dhonicenter
{
	  margin: 0 auto;
  width: 300px;
}

/*NUEVO DISEÑO*/

.new .articulo p
{
    font-family:Arial;
    color:#000000;
    font-size:16px;
}

.new .articulo p i
{
    font-style:oblique;
}

.new .bloque_azul
{
    background-color:#17315d;
    text-align:center;
    padding:10px 0px 1px 0px;
    margin-bottom:20px;
}

.new .bloque_azul p
{
    color:#e9e9e0;
    padding:0px 10px 0px 10px;
    margin:0px;
}

.new .bloque_azul p strong
{
    color:#FFFFFF;
    font-weight:normal;
    font-size:27px;
}

.new .bloque_azul p.big
{
    font-size:26px;
    line-height:28px;
    margin-bottom:5px;
}

.new .bloque_azul p.medium
{
    font-size:18px;
    line-height:20px;
    font-weight:normal;
    margin:10px 0px 10px 0px;
}

.new .bloque_azul p.small
{
    font-size:12px;
    color:#FFFFFF;
    margin-top:9px;
    margin-bottom:5px;
}

.new .articulo h2.azul
{
    font-size:1.6em;
	font-weight: normal;
	line-height:1.6em;
}

.new .articulo ul
{
    font-family:Arial;
    color:#000000;
    font-size:15px;
}

.new .aclaraciones
{
    border:solid 2px #bebebe;
    padding:10px;
}

.new .aclaraciones h2
{
    font-size:18px;
    color:#17315d;
    margin-bottom:10px;   
}

img.creciente
{
    width:100%;
}

.new .formulario h2.header_form
{
    background-color:#b0ddec;
    margin:0px;
    color:#000000;
    padding:5px;
    font-size:13px;
    line-height:15px;   
}

.new .formulario p
{
    text-align:right;
    margin:10px 0px 0px 0px;
      
}

.new .formulario p input
{
    width:60%;
}