﻿/* CSS MAQUETA PROGRAMADA */
@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'FranklinGothicMediumRegular';
	src: url('framd-webfont.eot');
	src: local('☺'), url('framd-webfont.woff') format('woff'), url('framd-webfont.ttf') format('truetype'), url('framd-webfont.svg#webfontQs6gDH7y') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	outline: none;
}
a img {
	border: 0px none;
}
.banner {
	margin-bottom: 5px;
}
#header {
	height: 172px;
	background-image: url(common-imgs/background-header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#inner-header {
	width: 968px;
	margin: 0px auto;
}
#header-logos {
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header-logos h1 {
	float: left;
	height: 100px;
	width: 271px;
	display: inline;
	margin: 0px;
}
#header-logos h1 a, #header-logos h1 a:visited  {
	float: left;
	height: 0px;
	width: 271px;
	padding-top: 100px;
	overflow: hidden;
	background-image: url(common-imgs/logo.gif);
	background-image: url(common-imgs/noticias-mendoza-logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#header-logos #header-right {
	float: right;
	height: 100px;
	width: 464px;
}
#header-right #clima {
	padding-top: 8px;
	width: 210px;
	float: left;
	text-align: right;
}
#header-right .clima {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: right;
	margin-bottom: 10px;
}
#header-right #clima small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	display: block;
	float: right;
}
#header-right .banner {
	float: right;
	margin: 0px;
}
#noticias-breves {
	height: 24px;
	background-color: #909297;
}
#noticias-breves small {
	float: left;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.tickercontainer { /* the outer div with the black border */
	width: 870px; 
	height: 24px; 
	overflow: hidden;
	float: right; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	top: 4px;
	width: 870px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 870px;
	margin: 0px;
	padding: 0px;

}
ul.newsticker li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin-right: 3px;
	height: 15px;
	white-space: nowrap;
}
ul.newsticker li a, ul.newsticker li a:visited {
	white-space: nowrap;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
} 
ul.newsticker li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#mainmenu {
	height: 28px;
	background-color: #376933;
}
#mainmenu ul {
	margin: 0px;
	padding: 6px 0px;
	float: left;
}
#mainmenu ul li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#mainmenu ul li.last-menu {
	margin-right: 0px;
}
#mainmenu ul li a, #mainmenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainmenu ul li a.active-menu, #mainmenu ul li a.active-menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}
#form-buscar {
	width: 238px;
	float: right;
	height: 20px;
	margin-top: 4px;
}
#form-buscar #searchinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #376933;
	padding: 2px;
	border: 0px none;
	height: 16px;
	width: 209px;
	float: left;
}
#btn-buscar {
	height: 20px;
	width: 20px;
	border: 0px none;
	float: right;
	background-image: url(common-imgs/btn-buscar.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}	
#container {
	width: 968px;
	margin: 0px auto;
	padding-top: 10px;
}

#home-col-1 {
	float: left;
	width: 420px;
	margin-right: 10px;
}
#home-col-2 {
	float: left;
	width: 290px;
	margin-right: 10px;
}
#home-col-3 {
	float: right;
	width: 238px;
}
.noticia-nivel-1, .noticia-nivel-2, .noticia-nivel-3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #B3B3B3;
}
.noticia-nivel-1 .imagen-noticia {
	margin-bottom: 8px;
}
.noticia-nivel-1 .imagen-noticia img {
	width: 420px;
	height: 262px;
}
.noticia-nivel-1 small {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #376933;
	display: block;
}
.noticia-nivel-1 h3, .noticia-nivel-2 h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.noticia-nivel-1 h2, .noticia-nivel-2 h2 {
	margin: 0px;
	margin-bottom: 5px;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #376933;
	text-transform: uppercase;
}
.noticia-nivel-1 h2 a, .noticia-nivel-1 h2 a:visited, .noticia-nivel-2 h2 a, .noticia-nivel-2 h2 a:visited {
	color: #376933;
	text-decoration: none;
}
.noticia-nivel-1 h2 a:hover, .noticia-nivel-2 h2 a:hover {
	color: #376933;
	text-decoration: underline;
}	 	
.noticia-nivel-1 p .date, .noticia-nivel-2 p .date {
	color: #376933;
	font-weight: bold;
}	
.noticia-nivel-1 p, .noticia-nivel-2 p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3F3F3F;
}
.noticia-nivel-2 img {
	float:left;
	margin-right:10px;
	width: 115px;
	height: 72px;
}
.con-imagen p {
	float:right;
	width:295px;
}
.con-imagen h2 {
	font-size: 24px;
	line-height: 24px;
}
#widget-deportes {
	position: relative;
}
#widget-deportes h4 {
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px;
	background-color: #376933;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#widget-deportes #heading-cancha {
	position: absolute;
	right: -5px;
	top: -8px;
	z-index: 1;
}
.noticia-nivel-3 img {
	float: right;
	width: 105px;
	height: 65px;
}
.noticia-nivel-3 h3 {
	float: left;
	width: 180px;
	margin: 0px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #376933;
	text-transform: uppercase;
}
.noticia-nivel-3 h3 a, .noticia-nivel-3 h3 a:visited {
	color: #376933;
	text-decoration: none;
}
.noticia-nivel-3 h3 a:hover {
	color: #376933;
	text-decoration: underline;
}	
.noticia-nivel-3 p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3F3F3F;
}
#multimedia {
	margin-bottom: 5px;
	width:290px;
}

#multimedia ul.tabs {
	margin: 0px;
	padding: 0px;
	height: 23px;
}
#multimedia ul.tabs li {
	float: left;
	height: 23px;
	display: inline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#multimedia ul.tabs li#first-tab, #multimedia ul.tabs li#second-tab {
	border-right: solid 1px #FFFFFF;
}
#multimedia ul.tabs li#first-tab {
	width: 119px;
}
#multimedia ul.tabs li#second-tab {
	width: 84px;
}
#multimedia ul.tabs li#third-tab {
	width: 85px;
}
#multimedia ul.tabs li a, #multimedia ul.tabs li a:visited {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 16px;
	background-color: #5f875c;
	border-bottom: solid 1px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
#multimedia ul.tabs li a:hover {
	color: #FFFFFF;
	background-color: #376933;
	border-bottom: solid 1px #FFFFFF;
}
#multimedia ul.tabs li a.current, #multimedia ul.tabs li a.current:hover {
	color: #FFFFFF;
	background-color: #376933;
	border-bottom: solid 1px #376933;
}
#multimedia .panes {
	border: solid 1px #376933;
	background-color: #376933;
	width:288px;
}
.fotoperiodismo-container {
	height: 310px;
	width: 288px;
	position: relative;
}
.fotoperiodismo small {
	bottom:0;
	position:absolute;
	z-index:1;
	background-image: url(common-imgs/background-fotoperiodismo.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px;
	width: 278px;
}
.slider {
	background-color: #FFFFFF;
	margin-top: 1px;
	padding: 5px 20px;
	position: relative;	
	width:248px;
}
.slider .prev, .slider .next {
	position: absolute;
	padding: 5px 0px;
    top: 0px;
    width: 15px;
    height: 50px;
    cursor: pointer;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	z-index: 15;
}
.slider .prev {
	left: 0px;
	background-image: url(common-imgs/prev-horizontal.gif);
}
.slider .next {
	right: 0px;
	background-image: url(common-imgs/next-horizontal.gif);
}	
.nav-mask {
	width: 248px;
	height: 50px;
	overflow: hidden;
}
.nav {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px;
}
.nav li {
	list-style: none;
	float: left;
	width: 46px;
	height: 50px;
    margin-right: 5px;
	display: block;
}
.nav li a, .nav li a:visited {
	width: 44px;
	height: 48px;
	display: block;
	border: solid 1px #FFFFFF;	
}
.nav li a.activeSlide {
	border: solid 1px #07466F;	
}
#slideshow-1, #slideshow-2 {
	height: 310px;
	width: 288px;
	overflow: hidden;
}
#newsletter {
	padding: 8px 5px 5px;
	height: 90px;
	background-color: #376933;
	background-image: url(common-imgs/background-suscripcion.gif);
	background-position: 186px 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#newsletter h4 {
	margin: 0px;
	margin-bottom: 5px;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
	color: #FFFFFF;
}
#newsletter p {
	width: 165px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	margin-bottom: 10px;
}
#form-suscripcion {
	width: 228px;
	height: 25px;
	margin-top: 5px;
}
#email {
	border: 0px none;
	width: 192px;
	padding: 3px;
	height: 19px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
}
#btn-suscripcion {
	width: 25px;
	height: 25px;
	float: right;
	border: none 0px;
	background-image: url(common-imgs/btn-suscripcion.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#encuesta-sidebar {
	border: solid 1px #376933;
	padding: 9px;
	margin-bottom: 5px;
}
#encuesta-sidebar h4 {
	color:#376933;
	font-family:'FranklinGothicMediumRegular',Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0px;
	text-transform:uppercase;
}
#encuesta-sidebar p {
	color:#376933;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#encuesta-sidebar label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3F3F3F;
	margin-bottom: 5px;
	display: block;
}
#encuesta-sidebar form .input-submit {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #376933;
	height: 20px;
	width: 70px;
	border: 0px none;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}
#encuesta-sidebar form a.btn-ver-resultados {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #376933;
	margin-top: 15px;
	margin-right: 10px;
	display: inline;
	text-decoration: none;
}	
.noticias-sidebar {
	margin-bottom: 5px;
}
.noticias-sidebar h4 {
	height: 16px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	padding:3px;
	display: block;
	background-color:#376933;
	margin: 0px;
}
.noticias-sidebar ul {
	margin: 0px;
	padding: 0px;
}
.noticias-sidebar ul li {
	list-style: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #376933;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #B3B3B3;
}
.noticias-sidebar ul li a, .noticias-sidebar ul li a:visited {
	padding-left: 15px;
	color: #376933;
	text-decoration: none;
	background-image: url(common-imgs/links-list-arrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.noticias-sidebar ul li a:hover {
	color: #376933;
	text-decoration: underline;
}
.noticias-sidebar ul li a.last {
	background-image: none;
}					
#noticias-bottom {
	padding-top: 10px;
}
.noticia-bottom {
	float: left;
	width: 233px;
	margin-right: 12px;
}
.no-margin {
	margin: 0px;
}
.noticia-bottom h4 {
	background-color:#376933;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom:6px;
	margin-top:0px;
	padding:2px 3px;	
}
.noticia-bottom h3 {
	margin: 0px;
	margin-bottom: 3px;
	color:#376933;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-transform: uppercase;
}
.noticia-bottom h3 a, .noticia-bottom h3 a:hover {
	color:#376933;
	text-decoration: none;
}
.noticia-bottom h3 a:hover {
	color:#376933;
	text-decoration: underline;
}
.noticia-bottom img {
	margin-bottom: 10px;
}
.noticia-bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3F3F3F;
	margin: 0px;
	padding: 0px;
}

#wide-column {
	float: left;
	width:668px;
}
h4.seccion {
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px 5px;
	color: #FFFFFF;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #376933;
}	
.noticia-destacada {
	height: 230px;
	background-color:#376933;
	position: relative;
	margin-bottom: 15px;
}
.noticia-destacada img {
	float: left;
	width: 288px;
	/*height: auto;*/
	position: relative;
}
.noticia-destacada .texto {
	float: right;
	width: 360px;
	padding: 10px 10px 0px 10px;
}
.noticia-destacada .texto h3 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0px;
}
.noticia-destacada .texto h2 {
	color:#FFFFFF;
	font-family:'FranklinGothicMediumRegular',Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.noticia-destacada .texto h2 a, .noticia-destacada .texto h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.noticia-destacada .texto h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.noticia-destacada .texto p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
.noticia-destacada ul.metadata {
	margin: 0px;
	height: 16px;
	width: 370px;
	padding: 3px 5px;
	background-color:#909297;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
}
.noticia-destacada ul.metadata li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.noticia-destacada ul.metadata li a, .noticia-destacada ul.metadata li a:visited {
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 2px;
}
.noticia-destacada ul.metadata li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.noticia-destacada ul.metadata li a.comenta {
	background-image: url(common-imgs/icon-comentarios.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.noticia-destacada ul.metadata li a.envia {
	background-image: url(common-imgs/icon-email.gif);
	background-position: 0px;
	background-repeat: no-repeat;
}
.noticia {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #B3B3B3;
}
.noticia img {
	width: 195px;
	height: auto;
	float: left;
}
.noticia .con-imagen {
	width: 463px;
	float: right;
}
.noticia .texto h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.noticia .texto h2 {
	margin: 0px;
	margin-bottom: 5px;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #376933;
	text-transform: uppercase;
}
.noticia .texto h2 a, .noticia .texto h2 a:visited {
	color: #376933;
	text-decoration: none;
}
.noticia .texto h2 a:hover {
	color: #376933;
	text-decoration: underline;
}	
.noticia .texto p {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	margin:0px;
	float: none;
	width: 100%;
}
.noticia .texto ul.metadata {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	display: block;
}
.noticia .texto ul.metadata li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.noticia .texto ul.metadata li a, .noticia .texto ul.metadata li a:visited {
	color:#666666;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 2px;
}
.noticia .texto ul.metadata li a:hover {
	color: #666666;
	text-decoration: underline;
}
.noticia .texto ul.metadata li a.comenta {
	background-image: url(common-imgs/icon-comentarios.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.noticia .texto ul.metadata li a.envia {
	background-image: url(common-imgs/icon-email.gif);
	background-position: 0px;
	background-repeat: no-repeat;
}
.noticia-principal h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.noticia-principal h2 {
	margin: 0px;
	margin-bottom: 5px;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	color: #376933;
	text-transform: uppercase;
}
.noticia-principal p.copete {
	margin-bottom: 10px;
}
.noticia-principal p .date {
	color: #376933;
	font-weight: bold;
}	
.noticia-principal p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3F3F3F;
}
.noticia-principal p a, .noticia-principal p a:visited {
	color: #376933;
}
.noticia-principal p a:hover {
	color: #376933;
	text-decoration: underline;	
}
#galeria-noticia ul.tabs {
	margin: 0px;
	padding: 0px;
	width: 525px;
	float: left;
}
#galeria-noticia ul.tabs li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #376933;
	float: left;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
#galeria-noticia ul.tabs li a, #galeria-noticia ul.tabs li a:visited {
	background-color:#5F875C;
	color:#FFFFFF;
	display:block;
	height:16px;
	padding:5px 10px;
	text-decoration:none;
	display: block;
}
#galeria-noticia ul.tabs li a:hover {
	background-color: #376933;
}
#galeria-noticia ul.tabs li a.current, #galeria-noticia ul.tabs li a.current:hover {
	background-color: #376933;
	pointer: default;
}
.galeria {
	height: 330px;
	width: 525px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#prev-img-nota, #prev-video-nota {
	background-image:url(common-imgs/foto-prev.png);
	left:0px;
}
#next-img-nota, #next-video-nota {
	background-image:url(common-imgs/foto-next.png);
	right:0px;
}
#prev-img-nota, #next-img-nota, #prev-video-nota, #next-video-nota {
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:30px;
	position:absolute;
	top:150px;
	width:15px;
	z-index:15;
}
.slides {
	height: 330px;
	width: 525px;
	overflow: hidden;
}
.slide small {
	padding: 2px 5px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #376933;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
}
.slides, .slides img {
	height: 330px;
	width: 525px;
}
.noticia-quicktools {
	float: left;
	width: 128px;
}
.noticia-quicktools small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #376933;
}
.noticia-quicktools ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	border-top: solid 1px #B3B3B3;
}
.noticia-quicktools ul li {
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #B3B3B3;
}
.noticia-quicktools ul li a, .noticia-quicktools ul li a:visited {
	padding-left: 21px;
	color: #376933;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.noticia-quicktools ul li a:hover {
	color: #376933;
	text-decoration: underline;
}
.noticia-quicktools ul li a.comentarios {
	background-image: url(common-imgs/icon-comentarios.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.noticia-quicktools ul li a.enviar-mail {
	background-image: url(common-imgs/icon-email.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.noticia-quicktools ul li a.imprimir {
	background-image: url(common-imgs/icon-imprimir.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.noticia-contenido {
	float: right;
	width: 525px;
}
.noticia-contenido p {
	margin-bottom: 20px;
}
.enviar-nota-mail {
	padding: 3px 5px;
	background-color: #f8f8f8;
}
.enviar-nota-mail a, .enviar-nota-mail a:visited {
	color: #376933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 21px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(common-imgs/icon-email.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.enviar-nota-mail a:hover {
	color: #376933;
	text-decoration: underline;
}
#comentarios {
	margin-top: 5px;
	padding-top: 15px;
	border-top: solid 1px #B2B2B2;
}
#listado-comentarios {
	padding-bottom: 20px;
	border-bottom:1px solid #B2B2B2;
}
#listado-comentarios .comentario {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px dashed #B2B2B2;
}
#listado-comentarios .last-comentario {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px none;
}
#listado-comentarios h4, #agregar-comentario h4 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 21px;
	background-image: url(common-imgs/icon-comentarios.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #376933;
}
.comentario small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #376933;
}
.comentario p, #agregar-comentario p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#agregar-comentario {
	margin-top: 15px;
}
#agregar-comentario form {
	margin-top: 20px;
}
#agregar-comentario .block label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #376933;
	text-transform: uppercase;
	float: left;
	padding-top: 4px;
}
#agregar-comentario .block {
	margin-bottom: 10px;
}
#agregar-comentario .block input, #agregar-comentario .block textarea {
	padding: 2px;
	border: solid 1px #376933;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: right;
}
#agregar-comentario .comentario-texto input, #agregar-comentario .comentario-texto textarea {
	width: 380px;
}
#agregar-comentario .comentario-texto textarea {
	height: 154px;
}
#verifiacion-antispam .codigo {
	float: right;
	display: inline;
}
#verifiacion-antispam input {
	width: 96px;
}
#agregar-comentario #btn-submit {
	float: right;
	border: 0px none;
	width: 160px;
	height: 26px;
	background-color: #376933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#paginador {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: right;
}
#paginador li {
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	color: #666666;
}
#paginador li a, #paginador li a:visited {
	color: #666666;
	text-decoration: none;
}
#paginador li a:hover {
	text-decoration: underline;
	color: #376933;
}
#narrow-column {
	float: right;
	width: 290px;
}
#noticias-del-pais h4 {
	background-color:#376933;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:5px;
	margin-top:0;
	padding:3px;
	text-transform:uppercase;
}
.noticia-pais {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #B3B3B3;
}
.noticia-pais h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'FranklinGothicMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #376933;	
}
.noticia-pais h3 a, .noticias-pais h3 a:visited {
	color: #376933;
	text-decoration: none;
}
.noticia-barrio h3 a:hover {
	color: #376933;
	text-decoration: underline;
}
.noticia-pais p .date {
	font-size: 12px;
	font-weight: bold;
	color: #376933;
}
.noticia-pais p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3F3F3F;
}
.single-page h2 {
	color:#376933;
	font-family:'FranklinGothicMediumRegular',Arial,Helvetica,sans-serif;
	font-size:32px;
	font-weight:normal;
	line-height:32px;
	margin:15px 0px 15px;
	text-transform:uppercase;
}
.single-page h3 {
	color:#376933;
	font-family:'FranklinGothicMediumRegular',Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0px;
	text-transform:uppercase;
}
.single-page h4 {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px;
}
.single-page p {
	color:#3F3F3F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	margin:0px;
	margin-bottom: 20px;
	padding:0px;
}
.single-page p a, .single-page p a:hover {
	color:#3F3F3F;
	text-decoration: underline;
}
.single-page p a:hover {
	color:#951A1D;
	text-decoration: underline;
}
#form-contacto {
	width:525px;
	margin-bottom: 20px;
}
#form-contacto .block label {
	color:#376933;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-top:4px;
	text-transform:uppercase;
}
#form-contacto .block {
	margin-bottom:10px;
}
#form-contacto .contacto-texto input,#form-contacto .contacto-texto textarea  {
	width:380px;
}
#form-contacto .block input, #form-contacto .block textarea {
	background-color:#FFFFFF;
	border:1px solid #376933;
	color:#000000;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:2px;
}
#form-contacto #btn-submit {
	background-color:#376933;
	border:0 none;
	color:#FFFFFF;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:26px;
	padding-top: 2px;
	width:80px;
}
#footer {
	margin-top: 15px;
	background-color: #376933;
	background-image: url(common-imgs/background-footer.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#inner-footer {
	width: 968px;
	margin: 0px auto;
	background-color: #376933;
}
#footer-top {
	background-color:#909297;
	height: 32px;
	padding-top: 8px;
}
#legales {
	float: left;
}
#direccion {
	float: right;
}
#legales, #direccion {
	margin: 0px;
	padding: 0px;
}
#legales li, #direccion li {
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#legales li {
	margin-right: 5px;
}
#direccion li {
	margin-left: 5px;
}
#legales li a, #legales li a:visited, #direccion li a, #direccion li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* #legales li a:hover, #direccion li a:hover { */
#legales li a:hover, #direccion li a:hover, #legales li a.active_menu {
	color: #FFFFFF;
	text-decoration: underline;
}
#btn-contacto {
	padding-right: 20px;
	background-image: url(common-imgs/icon-email.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#footer-logos {
	padding-top: 10px;
	height: 125px;
}
#footer-logos ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer-logos ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
	float: left;
	margin-right: 3px;
}
#footer-logos ul li a, #footer-logos ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-logos ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#vork {
	float: right;
	width: 68px;
	padding-top: 20px;
	height: 0px;
	overflow:hidden;
	background-image: url(common-imgs/logo-vork.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#vork:hover {
	background-position: 0px -20px;
}
#logo-footer {
	float: left;
	margin-top: 30px;
}
#logo-panorama {
	float: right;
	margin-top: 46px;
}


#form1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
#form1 th{
	width:200px;
	text-align:left;
}
#form1 input{
	border:1px solid #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:200px;
}
#form1 input.boton{
	width:75px;
}



.wraper {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

