/* Estilos Dossiers del Paraiso */


/*---------------- RESET ----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,caption,
/*table,  tbody, tfoot, thead, tr, th, td,*/
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

body {
	 line-height: 1.1em;
	 margin:0;
	 }

:focus {outline: 0}

ol, ul {list-style: none}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {content: ""}

blockquote, q {quotes: "" ""}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

a{text-decoration:none}
a:hover{text-decoration:underline}
a:link, a:visited {color:#4682b4}

/*---------------- GENERAL ----------------*/
body{font: normal 12px Georgia, "Times New Roman", Times, serif}

.wrapper{
	width:1000px;
	margin:0 auto
}

.left{float:left}
.right{float:right}
.clear{clear:both; font-size:0px}

/*---------------- HEADER ----------------*/

.header{background-color:#FF9600;}

.header .menu{
	background:#4682B4 url(../img/bg-header.gif) 0 bottom  repeat-x;
	position:relative;
	border-top:5px solid #FF9600;
    height:22px;
	padding-bottom:11px;
}

.header .dos-niveles{height:44px}

.header .menu ul{
	position:absolute;
	top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:1000px;
	margin:0;
	float:left;
}

.header .menu ul li ul{
	position:absolute;
	top:22px;
	left:0;
	width:1000px;
	background-color:#FFF;
}

.header .menu ul li{
	display:inline;
	float:left;
	white-space:nowrap
}

* html .header .menu ul li{
	width:20px;
	}

.header .menu ul li a{
	display:block;
	color:#FFF;
	height:17px;
	padding:4px 8px 1px 6px;
	background:#4682B4 url(../img/bg-menu.gif) top right no-repeat
}

.header .menu ul li.actual a{
	background:#DCDCDC url(../img/bg-menu-actual.gif) top right no-repeat;
	font-weight:bolder;
	color:#4682B4;
	}

.header .menu ul li.actual ul li a{
	color:#4682B4;
	background:#FFF url(../img/separador-submenu.gif) right 6px no-repeat;
	padding:5px 11px 0 9px;	
	font-weight :normal;
}

.header .menu form{
	position:absolute;
	right:2px;
	top:2px;
}

.header .menu form select{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border:1px solid #DCDCDC;
	color:#4682B4
}

.header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FFF;
	padding:10px 0 20px;
	font-size:14pt;
	text-align:center;
	margin:0;
	color:#4682B4;
	font-weight:bolder;
	font-style:italic;
}


/*---------------- HOME ----------------*/

.columna-izq{
	width:511px;
	float:left;
	border-right:1px solid #e5e5e5;
	padding:0  0 0 11px;
	margin: 0 0 22px 0;
	
}

.columna-der{
	width:455px;
	float:left;
	padding:0 0 0 11px;
	margin: 0 0 22px 0;
	
}


/*-- Columna Izquierda --*/

.destacada{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:3px;
	margin-bottom:3px
}

.destacada .pre{
	color:#7f7f7f;
	margin-bottom:6px;
	font-size:1.2em
	}

.destacada h2 , .destacada a{
	color:#F00;
	margin-bottom:22px;
	font-weight:bolder;
	font-size:24pt;
	line-height:1.1em
	}

.destacada .noticia{
	font-size:11pt;
	/*width:322px;*/
	float:left
	}
.destacada .noticia span, .semana li p span, .semana-wide li p span{font-weight:bolder}	

.destacada .foto{
	/*min-width:164px;*/
	float:right;
	color:#333;
	}
.destacada .foto img{border:1px solid #dcdcdc}	


/*~*/

.semana {width:250px;margin-bottom:22px}

.semana li{
	width:250px;
	float:left;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
	margin:4px 11px 0 0
}

.semana li.fila{margin-right:0px}

.semana li h2{
	color:#4682b4;
	font-size:16pt;
	font-weight:normal;
	line-height:1.1em
}

.semana li h2 a{
	color:#4682b4;
}
.semana li p{
	font-size:11pt;
	margin-top:5px
}

.semana-wide {width:505px;margin-bottom:22px}

.semana-wide li{
	width:497px;
	float:left;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
	margin:4px 11px 0 0
}

.semana-wide li.fila{margin-right:0px}

.semana-wide li h2{
	color:#4682b4;
	font-size:16pt;
	font-weight:normal;
	line-height:1.1em
}

.semana-wide li h2 a{
	color:#4682b4;
}

.semana-wide li h3 {
	color:#F00;
	font-size:15pt;
	margin-top :4px;
}

.semana-wide li p{
	font-size:11pt;
	margin-top:5px
}

/*~*/

.galeria{position:relative}

.galeria .lupa{
	position:absolute;
	top:0;
	left:0;
	z-index:100
	}

.galeria ul {
	border:4px solid #bfbfbf;
	overflow-x:hidden;
	overflow-y:scroll;
	width:502px;
	height:240px;
	}

.galeria ul li{
	position:relative;
	z-index:10;
	height:241px
	}	

.galeria ul li p{
	font-size:1.4em;
	background:#FFF!important;
	padding:5px;
	width:492px;
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	}
	
/*~*/

.editorial h2{
	font-size:11pt;
	background:#4682B4;
	color:#FFF;
	padding:2px 4px;
	margin-bottom:6px;
	}

.editorial{
	margin:22px 0;
	font-size:11pt;
	}
	
.editorial .titulo 
{
	color:#4682b4;
	font-size:16pt;
	font-weight:normal;
	line-height:1.4em;
}	
.editorial a{
	color:#4682b4;
	font-size:16pt;
	}
.editorial span{font-weight:bolder}

.opinion 
{
	background-color : #dbd9cf;
	/*border:solid 1px black;*/
	float:left;
	margin:10px 0px 10px 0px;
}

.opheader 
{
	float:left;
	width:490px;
	margin: 0px 0px 5px 0px;
	font-size:16px; 
}

.opleft 
{
	float:left;
	width:300px;
	margin:5px 0px 5px 5px;
}

.opright
{
	float:left;
	width:200px;
	margin:5px 0px 5px 0px;
}
/*-- Columna Derecha --*/

.dossiers{
	width:232px;
	float:left;
	border-right:1px solid #e5e5e5;
	padding-right:11px
}

.dossiers h2{
	border-right:1px solid #e5e5e5;
	padding-right:11px;
	background-color:#4682b4;
	color:#FFF;
	font-size:1.3em;
	padding:3px 8px;
	font-weight:bolder;
	margin:0 0 11px 0
}
.dossiers h2 a{
	color:#FFF;
}
	
.dossiers img{margin:0 4px 0 0}	
	
.dossiers h3{
    color:#ff0000;
	font-size:12pt;
	font-weight:bolder;
	margin-top:6px;
}
.dossiers h3 a{
    color:#ff0000;
}

.dossiers h4{
    color:#4682b4;
	font-size:12pt;
	font-weight:bolder;
	margin:6px 0 0px 8px;
}

.dossiers h4 a{
    color:#4682b4;
}

.dossiers h5{
	color:#4682b4;
	font-size:1.2em;
	margin:0 0 6px 8px;
	font-weight:normal;
}
.dossiers h5 a{
	color:#4682b4;
}
	
.dossiers li p{
	margin:4px 0 11px 10px;
	font-size:1.1em
}

.dossier_resumen {
	margin:4px 0 6px 10px;
	font-size:12px;
	display:inline;
	width:228px;
}

.dossier_resumen p{
	margin:0px 0 10px 0px;
}
.dossiers ul li ul li { padding-bottom:2px;}

/*~*/

.banners{
	width:200px;
	float:right;
}

.banners a{display:block; margin-bottom:11px}

/*~*/

.telegramas_h2{
	border-right:1px solid #e5e5e5;
	padding-right:0px;
	background-color:#4682b4;
	color:#FFF;
	font-size:1.3em;
	padding:3px 8px;
	font-weight:bolder;
	margin:0 0 0px 0;
	width:452px;	
}

.telegramas_h2 a
{
	color:White;
}
.telegramas{
	margin-top:0px;
	border:4px solid #bfbfbf;
	overflow-x:hidden;
	overflow-y:auto;
	width:430px;
	height:290px;
	padding:15px
}
	
.telegramas li{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:22px;
	padding-bottom:11px;
	
}

.telegramas li p{
	font-size:1.2em;
	width:238px;
	float:left;
	
}
.telegramas li p strong{color:#4682b4}

.telegramas li img{float:right}


/*-- Footer --*/

.footer{
	margin-bottom:22px;
	font-size:1.1em;
	color:#666;
	text-align:center;	
	}

.footer ul{
	width:1000px;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	padding:11px 0;
	margin-bottom:6px;
	}
	
.footer li{
	display:inline;
	padding:0 10px;
	border-right:1px solid #e5e5e5;
	}	
.footer li.last{border:none}	
	
.footer li a{
	color:#900
	}	
	
.home 
{
	width:1000px;
	min-height:400px;
	float:left;
}	

.firstline 
{
	font-size :13pt;
}

.newspage a:link, .newspage a:visited 
{
	color:#4682b4;
}
.TopSearch 
{
	font-size :12pt;
}
.NewsHeader 
{
	font-size :18pt;
}

.headline 
{
	color:#4682b4;
	font-size:16pt;
	font-weight:normal;
	line-height:1.4em;
}

.summary 
{
	font-size :11pt;
	font-style :italic ;
}

.dossierpage a:link, .dossierpage a:visited 
{
	color:#4682b4;
}

.hr_sep 
{
	color:#dddddd;
	background-color :#dddddd;
	margin:5px 0 5px 0;
}

.tabladatos
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align :middle ;
}

.trebuchet13 
{
	font-family :Georgia;
	font-size:11pt;
}

.trebuchet13 p{
	margin-top:5px;
	margin-bottom: 20px;
}

.trebuchet13 ul {
	list-style: disc outside;
	margin-left: 15px;
	margin-bottom:15px;
}
.trebuchet13 blockquote {
	margin-left: 15px;
	margin-bottom:15px;
}
