body {
	background-color: #FFFFFF;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #6666CC;
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: underline;
}

.portada0 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	margin: 1px;
	padding: 1px;
}

.portada0 .imagen {
	float: left;
	margin-right: 6px;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 6px;
}

.portada0 .imagenpar {
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 6px;
}

.portada0 .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.portada0 .titulo .bajante {
	font-size: 11px;
} 

.portada0 .resumen {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin-right: 5px;
	margin-left: 7px;
}

.portada0 .tiempo {
	font-size: 10px;
	font-style: italic;
	color: #000000;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
}

.portada0:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.portada0 {display: inline-table;}

/* Hides from IE-mac \*/
* html .portada0 {height: 1%;}
.portada0 {display: block;}
/* End hide from IE-mac */

.titular_impar {
	background-color: White;
	background-image: url(/design/images/titularimpar.png);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
}

.titular_par {
	background-color: #EEEEEE;
	background-image: url(/design/images/titularpar.png);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
}

#a1 {
	margin-top: 15px;
}

#nivel3A {
	border: solid 1px black;
	float: left;
	/*width: 210px;*/
	width: 47%;
	padding: 5px;
	margin-top: 0px;
}

#nivel3A #situacionA1 {
	margin-bottom: 10px;
}

#nivel3A #situacionA2 {
	margin-bottom: 10px;
}

#nivel3B {
	border: solid 1px black;
	margin-left: 235px;
	padding: 5px;
	margin-top: 0px;
}

#nivel3B .resumen {
	padding-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
}

#central p {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

#central img {
	margin: 6px;
}

.portadaunoespecial {
	background-color: #EEEEEE;	
	margin: 1px;
	padding: 5px;
}

.portadaunoespecial b a, .portadaunoespecial a b, .portadaunoespecial strong a, .portadaunoespecial a strong {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;	
}

.portadaunoespecial ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 10px;
	list-style-image: url(/design/images/bullet1.gif);
}

.portadaunoespecial p {
	margin: 2px;
}

.portadaunoespecial img {
	float: left;
	margin-right: 3px;
	margin-bottom: 0px;
	display: block;
}

.portadaunoespecial .resumen {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin-right: 5px;
	margin-left: 7px;
}

.portadaunoespecial .tiempo {
	font-size: 10px;
	font-style: italic;
	color: #000000;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
}

.portadaunoespecial:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.portadaunoespecial  {display: inline-table;}

/* Hides from IE-mac \*/
* html .portadaunoespecial {height: 1%;}
.portadaunoespecial {display: block;}
/* End hide from IE-mac */

.alert {
	font-weight: bold;
	color: #CC0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.foro {
	margin-bottom: 5px;
}

#imgViewer {
	display: none;
	width: 500px;
	height: 200px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	left: 150px;
	top: 200px;
	border-left-style: none;
	border-top-style: none;
	border-bottom: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	border-top: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	background-color: #FFFFFF;
}

#imgViewer .all {
	background-color: #FFFFFF;
	border-color: #000066;
	border-style: solid;
	border-width: 1px;
}

#imgViewer .controls {
	font-size: 80%;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #EEEEEE;
	height: 25px;
}

#imgViewer .controls .left {
	text-align: left;
	width: 45%;
	float: left;
}

#imgViewer .controls .right {
	text-align: right;
	width: 50%;
	float: right;
}

#imgViewer .content {
	padding: 10px;
	overflow: auto;
}

#lymainmenu {
	text-align: right;
	position: absolute;
	rigth: 0px;
}

.machon-cp {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.machon-cp p {
	font-size: 11px;
	margin: 0px;
}

.machon-cp .left {
	width: 130px;
	text-align: center;
	float: left;
}

.machon-cp .right {
	margin-left: 130px;
	padding: 3px 0px 0px 10px;
	text-align: left;
}

.finebox
{
	border: none;
}

.bottomlink {
	background-image: url(/design/images/rsslogo.gif);
	background-position: middle;
	width: 36px;
	height: 14px;
	display: block;
}

.bottomlink span {
	display: none;
}
  
/* Layers de idioma */
.idiomas .idioma {
	border: solid 1px #999999;
	background-color: White;
	width: 150px;
	margin: 3px;
	display: none;
	position: absolute;
	top: 22px;
	left: 20px;
	margin: 3px;
	padding: 5px;
}

.idiomas .idioma ul {
	font-size: 11px;
	list-style-type: none;
	margin: 3px;
	padding: 0px;
}

.idiomas .idioma ul li {
	background-image: url(/design/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	margin: 0px;
	padding: 3px 3px 3px 7px;
	text-align: left;
}

.idiomas .idioma .bottomlink {
	clear: both;
	margin: 5px 0px 5px 0px;
}

.idiomas .idioma h2 {
	margin: 0px;
	padding: 0px; 
	font-size: 12px;
	font-family: Arial, Helvetica, "Sans Serif";
	text-align: left;
}

#dinamic-promo .controls .anterior, #dinamic-promo .controls .siguiente {
	font-size: 10px;
}
