@import url("default.css");
@import url("horitzontal.css");


.container{
	background:url(img/bg_container_noticias.gif) 0px 0px repeat-y;
	background-color:#ffffff;
	padding-bottom:0px;
}
.menuNav{
	width:100%;
}
.content{
	clear:both;
	background:url(img/bg_content_noticias.jpg) top right  no-repeat;
	overflow:hidden;
	padding:70px 17px 0px 12px;
	display:block;
	height:1%;
}
/******************
	LEFT
*******************/
.left{
	width:566px !important;
	padding-bottom:20px;
}
/*.left p{
	font-size:1.2em;
	line-height:1.4em;
}*/

.left .noticias{
	width:502px;
	padding:17px 0px 30px 13px;
}

.left .noticias .items li {
  	background:url(img/bullet_li.jpg) 0px 0px no-repeat;
	padding: 3px 0px 20px 36px;
	font-size:1.1em;
}

.left .noticias .items li .info {
	color: #526166;
	display: block;
	padding: 0 0 6px 0;
}

.left .noticias .items li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.35;
}

.left .noticias .paginas {
	background:url(img/bg_paginas_noticias.gif) no-repeat 0 0;
	font-size: 1.1em;
   height: 38px;
	margin: 15px 0 0 0;
	padding-bottom: 15px;
	text-align: center;
}

.left .noticias .paginas ul {
	margin: 0 auto 10px auto;
	padding: 7px 0;
	text-align: center;
}

.left .noticias .paginas ul li {
	background: url(img/bg_pag.gif) no-repeat center 0;
	display: inline;
	padding: 9px 11px 11px 11px;
}

* html .left .noticias .paginas ul li { padding-right: 10px; padding-left: 12px; }
*+html .left .noticias .paginas ul li { padding-right: 10px; padding-left: 12px; }

.left .noticias .paginas ul li a {
	color: #393939;
}

.left .noticias .paginas ul .selected {
	background: url(img/bg_pag_sel.gif) no-repeat center 0;
	padding-left: 15px;
	padding-right: 15px;
}

* html .left .noticias .paginas ul .selected { padding-right: 13px; padding-left: 17px; }
*+html .left .noticias .paginas ul .selected { padding-right: 13px; padding-left: 17px; }

.left .noticias .paginas ul .selected a {
	color: #fff;
	font-weight: bold;
}

.left .noticias .paginas ul .previous,
.left .noticias .paginas ul .next {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	width: auto;
}

.left .noticias .paginas ul .previous {
	padding-left: 0;
   padding-right: 5px;
}

.left .noticias .paginas ul .next {
   padding-left: 5px;
	padding-right: 0;
}

.left .noticias .paginas ul .previous a,
.left .noticias .paginas ul .next a {
	color: #0f5f80;
}

.left .noticias .paginas .info {
	clear: both;
	display: block;
}


.left .noticia {
	margin-left: 5px;
	width: 511px;
}

.left .noticia .intro2 {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 130px;
}
.left .noticia .intro2  img {
   float: left;
	padding: 0 16px 1px 0;
}

.left .noticia .intro2 .subtitle {
   color: #526166;
	display: block;
	font-size: 1.3em;
	padding: 13px 13px 6px 0;
}

.left .noticia .intro2 h3 {
   color: #0f5f80;
	font-size: 1.9em;
	padding-right: 13px;
}

.left .noticia .intro2 .info {
   color: #999a9b;
	font-size: 1.1em;
	position: absolute;
  padding-left: 1px;
	bottom: 6px;
}
.left .noticia .intro {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 201px;
}
.left .noticia .intro  img {
   float: left;
	padding: 0 16px 1px 0;
}

.left .noticia .intro .subtitle {
   color: #526166;
	display: block;
	font-size: 1.3em;
	padding: 13px 13px 6px 0;
}

.left .noticia .intro h3 {
   color: #0f5f80;
	font-size: 1.9em;
	padding-right: 13px;
}

.left .noticia .intro .info {
   color: #999a9b;
	font-size: 1.1em;
	position: absolute;
  padding-left: 1px;
	bottom: 6px;
}

.left .noticia .sinopsis { 
	padding: 10px 8px 20px;
	background: transparent url(img/bg_sinopsis_noticia.jpg) no-repeat scroll center bottom;
	clear: both;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.45;
	font-size:1.2em;
}

* html .left .noticia .sinopsis { padding-top: 5px; }


/*.left .noticia .sinopsis p {
	padding: 10px 8px 20px;
	background: transparent url(img/bg_sinopsis_noticia.jpg) no-repeat scroll center bottom;
	clear: both;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.45;
	font-size:1.2em;
}*/

.left .noticia .body {
	padding: 10px;
	line-height: 1.8;
	font-size:1.2em;
}
/*
.left .noticia .body p {
	line-height: 1.8;
}*/

.left .noticia .body h4 {
	font-size: 1.2em;
	line-height: 1.8;
	margin-top: 2em;
}

.left .button {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

.left .button a {
	color: #fff;
	display: block;
	width: 502px;
}

.left .button .link {
	background: url(img/bg_link_noticia.gif) no-repeat 0 0;
	height: 32px;
	padding: 8px 10px 0 48px;
}

.left .button .link .info {
	text-decoration: underline;
}

.left .button .link:hover {
	background: url(img/bg_link_noticia_hover.gif) no-repeat 0 0;
	color: #fff;
}


/*****************
	RIGHT
******************/

.right{
	width:298px;
	float:right;
	display:block;
	padding-bottom:30px;
}

.right ul.others li {
	clear: left;
	overflow: hidden;
	padding: 0 0px 20px 0;
	font-size:1.1em;
}

* html .right ul.others li { height: 1%; }

.right ul.others li img {
	float: left;
	padding: 0 16px 10px 0;
}

.right ul.others li .info {
	color: #526166;
	display: block;
	padding: 0 0 6px 0;
}

.right ul.others li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.35;
}

.right .button {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.right .button a {
	color: #fff;
	display: block;
	width: 300px;
}

.right .button .more {
	background: url(img/bg_moreinfo.gif) no-repeat 0 0;
	height: 26px;
	margin-bottom: 15px;
	padding: 8px 48px 0 10px;
	text-align: right;
	width: 242px;
}

.right .button .more:hover {
	background: url(img/bg_moreinfo_hover.gif) no-repeat 0 0;
}

.right .highlights {
   padding: 15px 0;
	text-align: center;
}

.right .highlights .items {
	width: 210px;
	margin: 0 auto;
}

.right .highlights .items li {
	background-color: #dae8ec;
	line-height: 1.5;
	margin-bottom: 28px;
	padding: 5px 6px 8px 6px;
	text-transform: uppercase;
	text-align: right;
}

.right .highlights .items li img {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}

.right .highlights .items li a {
	display: block;
	font-size: 1.05em;
	font-weight: bold;
}
