/*
* @Prometeus Technology, a subsidiary of Pegasus Tech Supply
* @copyright Copyright (C) 2006-2012 Leonardo Tadei. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see gpl-3.0.txt
* Gestor de Contenidos Web is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/

@font-face {
	font-family: 'SansitaOneRegular';
   src: url('fonts/SansitaOne-webfont.eot');
   src: url('fonts/SansitaOne-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/SansitaOne-webfont.woff') format('woff'),
        url('fonts/SansitaOne-webfont.ttf') format('truetype'),
        url('fonts/SansitaOne-webfont.svg#SansitaOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {margin: 0; padding: 0; text-align: center;
	font-family: Arial,sans-serif; font-size: 12px; text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #EFEFEF;
}

#container {
	background-color: #EFEFEF;
	color: #4D4D4D;
	margin: 10px 20px;
}

#top {
	border-width: 2px;
	border-bottom-color: #002CFF;
	border-bottom-style: solid;
	text-align: left;
	height: 178px;
	background-color: #EFEFEF;
	background-image: url(img/fondo_top.jpg);
/*	background-position: center left;
	background-repeat: no-repeat;*/
	min-width: 980px;
	border-radius: 20px 20px 0 0;
}

#top_text {
/*	margin-left: 400px;
	text-align: left;
	float: left;*/
	width: 100%;
}

#top_text h1 {
	color: #fff;
	padding-top: 100px;
	margin-left: 70px;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	text-shadow: 0px 0.1ex 0.05em rgb(170, 170, 170);
	font-size: 44px;
	font-family: 'SansitaOneRegular',Garamond,Times,"Times New Roman",Georgia,serif;
}
#top_text h1:hover {
	text-shadow: 0 0 0.2em #008814;
}

#top_text h2 {
	padding-top: 20px;
	font-size: 14px;
	color: #4D4D4D;
}

#swf {
	float: right;
	display: inline-block;
}
#menubar {
	background-color: #FFFFFF;
	padding: 12px 0 2px 0;
	border-width: 2px;
	border-bottom-color: #576CE8;
	border-bottom-style: solid;
	min-width: 980px;
	height: 22px;
/*	text-align: left;*/
}
#menubar ul {
/*	display: block;*/
	margin: 2px;
/*	text-align: left;	*/
float: left;
}
#menubar li {
	display: inline;
	font-family: Verdana,Tahoma,Arial;
	padding: 6px;
	margin-right: 4px;
/*	font-size: 18px; */
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #009260;
	border-radius: 4px 4px 0 0;
}
/*#menubar li:hover {
	color: #FFFFFF;
}*/
#menubar a{
	font-size: 14px;
	margin: 6px;
	padding: 8px 10px;
	margin: 20px 2px;
	color: #FFFB00;
/*	display: block;*/
}
#menubar a:hover{
	color: #fff;
	text-decoration: none;
}

#menubar .boton_menu:hover{
	background-color: #0061B6;
/*	color: #FFFFFF;*/
}

.downarrowclass{
	background-image: url(img/down.png);
	background-repeat: no-repeat;
	background-position:  center center;
}
#submenu {
	z-index: 100;
	top:170px;
/*	width: 160px;*/
/*	float: left;*/
/*	overflow: visible;*/
	position: fixed;
}
#submenu ul {
/*	 background-color: yellow;*/
/*	 margin-top: 30px;*/
}
#submenu li {
	display: block;
	background-color: white;
	text-align: left;
/*	margin-top: 40px;*/
	background-color: #009260;
}

#page {
	min-width: 980px;
	padding-top: 10px;
	background-color: #ffffff;
}
.noticia_portada {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    text-align: left;
}
#content {
/*	margin-right: 240px; */
	margin-right: 320px;
	text-align: left;
	background-color: #ffffff;
	min-height: 500px;
	padding: 6px;
}
#content h1{
	text-align: left;
	font-size: 18px;
/*	color: #18587E;*/
	margin-bottom: 6px;
}
#content .titulo{
	text-align: left;
	font-size: 18px;
/*	color: #18587E;*/
	color: #4D4D4D;
	margin-bottom: 6px;
}
#content .tituloseccion{
	text-align: center;
/*	width: 50%;
	margin-left: 25%;*/
	font-size: 36px;
/*	color: #18587E;*/
	margin-bottom: 10px;
/*	background-color: #DDDDDD;*/
	font-family: 'SansitaOneRegular',Garamond,Times,"Times New Roman",Georgia,serif;
	text-shadow: 0px 0.1ex 0.05em #4D4D4D; /*rgb(170, 170, 170);*/
	margin-bottom: 10px;
}

#content .izq{
	width: 50%;
	float: left;
	padding: 6px;
	text-align: left;
}
#content .der{
	padding-left: 54%;
/*	padding: 6px;*/
	text-align: left;
}
.izq img{
	margin: 0 0 0 4px;
}
.der img{
	margin: 0 0 0 4px;
}

#content .leer{
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}
#content .leer a{
		color: #000099;
		font-weight: bold;
		font-size: 14px;
}

#content .listado{
	min-height: 140px;
	border-bottom-color: gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	text-align: left;
}
.listado img {
	margin: 0 8px 0 0;
}

#adds {
	float: right;
/*	width: 220px; */
	width: 310px;
	background-color: #ffffff;
	text-align: right;
	padding: 6px;
}
#adds h2 {
	font-size: 18px;
	color: #ffffff;
	padding: 4px;
	margin: 4px 0;
	border-radius: 6px 6px 0 0;
}
#adds .deco{
	background-color: #0061B6;
	color: #fff;
}
#adds a{
	text-decoration: underline;
	color: blue;
}
#adds .anuncio {
    text-align: left;
    background-color: #F3F3F3;
}

#footer {
	clear: both;
	margin: 10px;
	padding: 10px;
	font-weight: bold;
}

/* Formularios */
form {
	background-color: #E5E5E5;
	padding: 20px;
	width: 700px;
	margin: auto;
	border-radius: 0.7em;
	text-align: left;
}
label {
	width: 500px;
	display: block;
	margin: 10px auto;
	text-align: left;
}
form span {
	display: block;
	width: 300px;
	text-align: left;
}
input[type="submit"] {
	margin-left: 200px;
}
input {
	text-align: left;
}
textarea {
	text-align: left;
}

/* Mensajes */
.error {
	text-align: left;
	border-style: solid;
	border-color: #A52A2A;
	border-width: 1px;
	width: 80%;
	margin: auto;
	padding: 10px;
}

#diariosnacionales {
	clear: both;
	margin: auto;
	width: 98%;
}
#diariosnacionales caption {
	border-top-width: 1px;
	border-top-color: #BFBFBF;
	border-top-style: solid;	
}