body {
	/*background: #E6E6E6 url(../images/background.png) no-repeat scroll center 135px;*/
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
}

img {
	-ms-interpolation-mode: bicubic;
}

.reference-content-body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #04203C;
}

.referenceContent {
	font-size: 11px !important;
}

.reference-content-title {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

.reference-content-menu li {
	list-style: none;
	width: 180px;
	background: #E3E3E3;
	margin-bottom: 3px;
}

.reference-content-menu li .current {
	color: white;
	background: #6EC7DB;
}

.reference-content-menu a {
	background: #E3E3E3;
	display: block;
	width: 180px;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6EC7DB;
	text-decoration: none;
}

.reference-content-menu a:hover {
	color: white;
	background: #6EC7DB;
	text-decoration: underline;
}

#header {
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	height: 192px;
}

#header-inner { /*background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left -6px;*/
	width: 985px;
	margin: 0 auto;
	height: 128px;
}

#logo {
	float: left;
	margin-top: 25px;
}

#userbar {
	color: #002540;
	height: 83px;
	font-size: 11px;
}

#userbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#userbar li {
	float: left;
	margin-left: 5px;
}

#user {
	margin-top: 10px;
	float: right;
}

#userbar a {
	color: #959595;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

a {
	outline: none;
}

#user input {
	font-size: 11px;
	width: 10em;
	color: #959595;
	float: left;
	text-align: left;
}

#user form {
	display: inline;
}

#searchForm div {
	text-indent: -500em;
	margin: 5px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	cursor: pointer;
	float: left;
	background-image: url(../images/search.gif);
}

#menu {
	background-position: 0 10px;
	background-repeat: no-repeat;
	height: 30px;
	left: 200px;
	position: relative;
	width: 650px;
	
	/*
	left: 430px;
	position: absolute;
	width: 563px;
	top: 167px;
	*/
}

#menu ul { /*margin:0;
	margin-top: 85px;*/
	margin: 0;
	padding: 0;
	/*padding-top: 104px;*/
}

#menu ul li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/*padding-top: 30px;*/
}

#menu ul li a { /*display:block;*/
	float: left;
	height: 30px;
	overflow: hidden;
	position: relative;
	text-indent: -500em;
	z-index: 10;
	border: 0px;
	background-image: url(../images/menu.png); 

}

#menu-inicio a {
	width: 60px;
	background-position: 0 0;
}

#menu-inicio a:hover,#menu-inicio.current a {
	background-position: 0 31px;
}
#menu-proyecto a{
	width: 87px;
	background-position: -60px 0;
}
#menu-proyecto a:hover,#menu-proyecto.current a {
	background-position: -60px 31px;
}


#menu-derecho a{
	width: 224px;
	background-position: -147px 0;
}
#menu-derecho a:hover,#menu-derecho.current a {
	background-position: -147px 31px;
}


#menu-quienessomos a{
	width: 133px;
	background-position: -371px 0;
}
#menu-quienessomos a:hover,#menu-quienessomos.current a {
	background-position: -371px 31px;
}

#menu-contacto a{
	width: 83px;
	background-position: -510px 0;
}
#menu-contacto a:hover,#menu-contacto.current a {
	background-position: -510px 31px;
}



}

#menu li.background {
	background: url('../images/bg-menu-right.png') no-repeat top right
		!important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	/*height: 30px;*/
}

#menu .background div {
	background: url('../images/bg-menu3.png') repeat-x top left !important;
	height: 29px;
	/*margin-right: 7px;  7px is the width of the rounded shape */
}

#ver-vivo-target {
	background-color: #FFF;
	margin: -190px 0 0 -230px;
	left: 50%;
	z-index: 1002;
	width: 500px;
	height: 380px;
	display: block;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#ver-vivo-target h2 { 
	background-image: url(../images/box-header-live.png);
	color: white;
	background-color: #FF7E04;
	height: 28px;
	margin: 0;
	padding-left: 15px;
	padding-top: 5px;
}

#ver-vivo-target .closeModal {
	float: right;
	height: 20px;
	position: absolute;
	right: 0;
	text-indent: -500em;
	top: 0;
	width: 15px;
	padding: 0;
}

#vivo-video {
	background: #FFF url(../images/vervivo.png) no-repeat top left;
	width: 460px;
	height: 345px;
	cursor: pointer;
}

/* container begin */
div#container {
	margin: 0 auto;
	width: 985px;
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
	min-height: 600px;
}

#panel-1,#panel-2,#panel-3,#panel-5 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#panel-1 li,#panel-2 li,#panel-3 li,#panel-5 li {
	float: left;
	width: 312px;
	padding-right: 6px;
}

#panel-3 li {
	width: 240px;
	padding-right: 0px;
}

#panel-2-container {
	display: table;
}

#timeline-container {
	background: #DEDEDE url(../images/linea-fondo.png) repeat-x scroll 0
		58px;
	color: #021E36;
	height: 130px;
	width: 957px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin: 5px auto 0;
}

#timeline-container h2 { /*background: #1E1716 none repeat scroll 0 0;
	color:#CCCCCC;*/
	font-size: 0.9em;
	font-weight: normal;
	height: 24px;
	left: 5px;
	line-height: 24px;
	margin: 5px;
	position: relative;
	top: 2px;
	width: 400px;
}

#timeline-container h2 span {
	font-size: 14px;
	font-weight: bold;
}

#timeline-wrap {
	clear: left;
	height: 130px;
	width: 880px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#timeline-wrap .on-air {
	color: white;
	display: block;
	left: 17px;
	position: absolute;
	top: 53px;
}

#timeline-carousel .current a.thumb .on-air img {
	border: 0px none;
}

#timeline-wrap .grid-video {
	color: white;
	display: block;
	left: 0px;
	opacity: 0.82325;
	position: absolute;
	top: -5px;
}

#timeline-carousel {
	width: 10000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	margin-left: 18px;
}

#timeline-carousel li {
	display: inline;
	float: left;
	height: 130px;
	margin: 0;
	width: 125px;
}

#timeline-carousel .current {
	/*background:transparent url(../images/tl-vivo-background.png) repeat-x scroll 0 0;*/
	font-size: 12px;
}

#timeline-carousel .current-show a {
	color: #1e7d91 !important;
	font-weight: bold;
}

#timeline-carousel .current-show a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#timeline-carousel .current span {
	color: #5B5B5B;
}

#timeline-carousel a.thumb img {
	border: 1px solid #1E7D91;
	cursor: pointer;
}

#timeline-carousel .current a.thumb img {
	border: 1px solid #FAA61A;
}

#timeline-carousel li span {
	color: #5B5B5B;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}

#timeline-carousel li div { /*margin: 5px auto 0;
	width:180px;*/
	margin-top: 5px;
	font-size: 11px;
}

#timeline-carousel li a span {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

#timeline-carousel li a.tv-line {
	letter-spacing: -0.03em;
	padding: 0 0 5px;
}

#timeline-carousel .ver,#timeline-carousel .vivo {
	background: transparent url(../images/tl-ver.png) no-repeat scroll 0 0;
	bottom: 0;
	clear: both;
	display: block;
	height: 20px;
	left: 0;
	margin-top: 3px;
	/*position:absolute;*/
	width: 102px;
}

#timeline-carousel .vivo {
	background-position: 0 -20px;
}

#timeline-carousel .vivo:hover {
	background-position: 0 0;
}

#timeline-carousel .ver {
	background-position: 0 -60px;
}

#timeline-carousel .ver:hover {
	background-position: 0 -40px;
}

#timeline-carousel a.thumb {
	display: block;
	height: 65px;
	width: 90px;
	/*lmp bug 95 - same width as the contained image, see grilla.ftl*/
	position: relative;
	text-decoration: none;
}

#timeline-carousel .tv-title {
	color: #1E7D91;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 23px;
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	text-decoration: none;
	width: 85px;
}

#timeline-carousel .tv-title:hover {
	color: #1E7D91;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 32px;
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	text-decoration: underline;
	width: 85px;
}

#timeline-carousel .vivo span,#timeline-carousel .ver span {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

#previous,#next {
	cursor: pointer;
	display: block;
	/*text-indent:-4000em;*/
	background-repeat: no-repeat;
	padding: 0;
	outline-style: none;
	outline-width: medium;
	position: absolute;
	top: 0px;
	width: 40px;
	height: 130px;
}

#next span,#previous span {
	left: -10000px;
	position: absolute;
	top: -1000px;
}

#next {
	/*background-image:url(../images/btn_tv_listings_carousel_next.gif);
	background-position: -56px 0;*/
	background-image: url(../images/arrows.png);
	background-position: -40px 0;
	right: 0px;
}

#previous {
	/*background-image:url(../images/btn_tv_listings_carousel_prev.gif);
	background-position: -56px 0;*/
	background-image: url(../images/arrows.png);
	left: 0px;
}

#footer {
	clear: both;
	color: #FFF;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	text-decoration: underline;
}

#footer div {
	font-family: Verdana;
	height: 26px;
	line-height: 26px;
}

#footer div.footer-links {
	background-color: #FFAF20;
}

#footer div.footer-copy {
	background-color: #808080;
	/*background-image:url(../images/footer.jpg);*/
}

#footer div.footer-copy img {
	/*background-image:url(../images/footer.jpg);*/
	
}

.tableLike {
	display: table;
}

/* BBC chored */
.hpColContainer {
	display: inline;
	float: left;
	margin-left: 12px;
}

.clearLeft {
	clear: left;
}

.hpCol-first {
	min-height: 350px;
	clear: left;
}

.hpCol {
	float: left;
	margin-top: 12px;
	min-height: 200px;
	width: 344px; /* ref image width */
}

.hpDoubleCol {
	float: left;
	margin-top: 12px;
	min-height: 200px;
	width: 700px; /* ref image width */
}

.hpDoubleCol .hpMod {
	/*background: transparent url(../images/box-header-orange-double.png) no-repeat scroll left top !important;*/
	width: 700px !important; /* ref image width */
}

#hpColThree {
	background: transparent
		url(/recursos/media/images/fondo_cuadro_texto_2.png) repeat scroll
		-26px 0;
	width: 250px;
	margin-top: 12px;
}

#hpColThree h2 {
	/*background-image:
		url(/recursos/media/images/ejemplo-articulos/barra.jpg);*/
	color: #FFFFFF;
	font-size: 0px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-top: 5px;
}

#hpColThreeContainer {
	/* 
	background:transparent none repeat scroll 0 0;
	border:thin solid #EEEEEE;
	margin-left:50px;
	margin-top:20px;
	*/
}
/*
#hpColThreeContainer #hpColThree {
	margin-top:0px !important;
}
*/
.hpColContainer .hpMod,#hpColThreeContainer .hpModB,#hpColThreeContainer .hpModB
	{
	color: #001F3A;
	float: left;
	margin-bottom: 12px;
	position: relative;
	width: 344px; /* ref image width */
	z-index: 1;
}

.hpColContainer .promo h3,#hpColThreeContainer .promo h3 {
	font-size: 12px;
	height: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 15px;
}

#hpColThreeContainer .hpModO {
	/*background: transparent url(../images/box-header-orange-thin.png) no-repeat scroll left top !important;*/
	width: 250px;
}

#hpColThreeContainer .hpModO .hpBody {
	width: 236px;
}

#hpColThreeContainer .hpModB {
	/*background: transparent url(../images/box-header-blue-left.png) no-repeat scroll left top !important;*/
	width: 250px;
}

.modTitle {
	height: 30px;
}

.hpMod h2,.hpModB h2,.hpModO h2 {
	z-index: 8;
	margin: 0px;
	font-size: 16px;
	padding: 5px 5px 5px 15px;
}

.hpMod h2 {
	/*background: transparent url(../images/box-header-orange-right.png) no-repeat scroll right top !important;*/
	/*background-color: #FFAF20;*/
	/*color: white;*/
}

.hpModB h2 {
	/*background: transparent url(../images/box-header-blue-right.png) no-repeat scroll right top !important;*/
	/*background-color: #74C3E4;*/
	color: white;
}

.hpMod .hpBody,.hpModO .hpBody {
}

.menuRelatedContent {
	color: #1D7E91;
	font-size: 11px;
}

.menuRelatedContent ul {
	padding-left: 15px;
	margin-top: 0px;
}

.menuRelatedContent a {
	text-decoration: none;
}

.menuMod {
	float: left;
	margin-bottom: 12px;
	position: relative;
	width: 700px;
}

.menuMod h5 {
	padding-bottom: 3px;
}

.hpModB .hpBody {
	background-color: #D5EBF6;
}

.hpMod h2 a,.hpModB h2 a,.hpModO a {
	color: white;
	text-decoration: none;
}

/* simple box */
.hpModSimple {
	color: #494949;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

.hpModSimple h2 {
	font-size: 14px;
	height: 18px;
	margin: 0;
	padding: 5px 0 0 5px;
	text-transform: capitalize;
}

.hpModSimple h3 {
	color: #5B5B5B;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.hpModSimple h4 {
	color:#5B5B5B;
	font-size:10px;
	margin-bottom:10px;
	margin-left:10px;
}

.hpModSimple h2 a {
	color: #1095C0;
	text-decoration: none;
}

.hpModSimple h2 a:hover {
	text-decoration: underline;
}

#relatedImagesContainer  img,#relatedVideosContainer img {
	width: 230px;
	margin-left: 10px;
	margin-right: 10px
}

#relatedImagesContainer .descripcion-imagen {
	font-size: 10px; margin-left: 10px;
}

#mainCentral { /*background-image:url(../images/central.jpg);*/
	clear: both;
	height: 130px;
}

.noticias-list {
	font-size: 60%;
	margin: 0px;
	padding: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.noticias-list li {
	border-bottom: 1px solid #BCBCBE;
	padding-top: 5px;
}

.noticias-list h3 {
	margin: 0px;
}

.noticias-list p {
	margin-top: 0px;
}

.noticias-list a,.noticias-list a:visited,.lomasvisto h3 a,.lomasvisto h3 a:visited,.destacados h3 a,.destacados h3 a:visited
	{
	color: #1F527B;
	text-decoration: none;
}

.noticias-list a:hover,.lomasvisto h3 a:hover,.destacados h3 a:hover {
	color: #0D3059;
	text-decoration: underline;
}

.lomasvisto {
	font-size: 11px;
}

.lomasvisto span {
	margin-right: 10px;
	float: left;
	width: 130px;
	background-color: #D4D2D5;
}

.lomasvisto span a {
	color: #0099CC;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 5px;
}

.lomasvisto img {
	display: block;
	float: left;
	margin-right: 5px;
	border: 0px solid #CCCCCC;
	width: 330px;
	/*padding: 3px;*/
}

.lomasvisto h3 {
	margin: 0 0 3px 0;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.lomasvisto div {
	margin: 0 10px;
	/*min-height: 110px;*/
	padding: 10px;
	/*border-top: 1px solid #E6E6E6;*/
}

.lomasvisto div p {
	margin: 0px;
}

.enlaces {
	font-size: 75%;
	font-weight: bold;
}

.enlaces ul {
	margin: 0;
	/*padding:0 3px 10px;*/
}

.links {
	clear: both;
	padding-bottom: 10px;
	margin-top: 10px;
}

div.links {
	clear: both;
	margin: 0;
	padding-top: 5px;
}

.links ul {
	font-size: 12px;
	margin: 0;
	padding: 0 25px;
}

.links li {
	margin-bottom: 5px;
}

.links li a {
	color: #1E7D91;
	text-decoration: none;
}

.links li a:hover {
	text-decoration: underline;
}

.enlaces a {
	text-decoration: none;
	color: #6E7679;
}

.enlaces a img {
	border: none;
}

.community a {
	text-decoration: none;
	color: #1E7D91;
}

.community p {
	text-decoration: none;
	color: #5B5B5B;
}

.community {
	/*background-color: #D5EBF6;*/
	color: #5B5B5B;
	font-size: 10pt;
}

.community a img {
	vertical-align: top;
	border: none;
}

.enlaces a:hover {
	text-decoration: underline;
}

.enlaces .linkContainer {
	margin: 0 10px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.enlaces .linkContainer .lefty {
	float: left;
	padding-right: 10px;
}

.enlaces .linkContainer ul {
	list-style:none;
	display:inline;
}
.enlaces .linkContainer ul li img {
	height:35px;
	width:102px;
}

.enlaces .linkContainer ul li.enlace_doble_columna img {
	height:35px;
	width:216px;
}


#d-slideshow * {
	margin: 0;
	padding: 0;
}

#d-slideshow #d-menu,#d-slideshow #d-pictures,#d-slideshow #d-loading {
	position: absolute;
}

#d-slideshow {
	margin: 0 auto;
	height: 206px;
	padding: 14px 0 15px;
	position: relative;
	width: 252px;
}

#d-slideshow #d-menu li {
	display: block;
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid #636363;
	height: 30px;
}

#d-slideshow #d-menu li.background {
	/*background:transparent url(../images/arrow.gif) no-repeat scroll left center;*/
	font-size: 1px;
	height: 7px;
	position: absolute;
	width: 4px;
	z-index: 5;
	background-color: #636363;
}

#d-menu li a {
	text-decoration: none;
	font-size: 12px;
	color: white;
}

#d-menu li a:hover {
	text-decoration: underline;
}

#d-menu {
	width: 150px;
	right: 0;
	list-style-type: none;
	background-color: #494949;
}

#d-pictures {
	left: 0;
	height: 55px;
	overflow: hidden;
	width: 102px;
}

#d-pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 102px;
}

#d-pictures li img {
	bottom: 0;
}

#d-loading {
	
}

/*mediateca destacados*/
#mediateca-destacados {
	color: #000000;
	/*
	margin: 0 auto 30px;
	width: 985px;*/
}

#mediateca-destacados h2 {
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	height: 26px;
}

#mediateca-destacados h4 {
	margin: 0;
}

#mediateca-destacados h2 a {
	width: 111px;
	height: 22px;
	text-decoration: none;
	display: block;
	text-indent: -500em;
	color: white;
}

#mediateca-destacados h2 a:hover {
	text-decoration: underline;
}

#mediateca-destacados a {
	text-decoration: none;
	color: #000000;
	display: block;
	clear: both;
}

#mediateca-destacados a:hover {
	text-decoration: underline;
}

#mediateca-destacados div {
	height: 245px;
}

#mediateca-destacados ul { /*background-color: #000000;
	padding:0 0 0 40px;
	margin-top:0;
	display: block;*/
	height: 200px;
}

#mediateca-destacados ul a.mdes {
	display: block;
	float: left;
}

#mediateca-destacados a img {
	border: 4px solid #000000;
}

#mediateca-destacados li {
	float: left;
	display: inline;
}

#mediateca-destacados ul ul {
	padding-top: 45px;
	margin: 0;
	/*clear: both;
	background-color: transparent;*/
	height: 0;
}

#mediateca-destacados ul ul li {
	margin: 0;
	width: 230px;
	display: block;
	clear: both;
}

#mediateca-destacados p {
	font-size: 11px;
	height: 20px;
}

/*fin mediateca destacados*/ /* mediateca */
#footercomunicarnos {
	color: white;
	background: transparent url(../images/footercomunicarnos.jpg)
		no-repeat scroll left bottom;
	margin: 0 auto 30px;
	width: 985px;
	height: 280px;
	font-size: 12px;
}

#mediateca h2 {
	background: #D3D3D3 url(/recursos/media/images/barra_mediateca_over.jpg)
		repeat-x scroll left center;
	display: none;
	margin: 0;
	padding-left: 27px;
	padding-top: 8px;
	height: 26px;
}

#mediateca .mediateca-title-container {
	background: #D3D3D3 url(../images/barra_mediateca.jpg) repeat-x scroll
		1px center;
	margin: 0;
	height: 34px;
}

.mediateca-title-container-index {
	background: url(/recursos/media/images/mediateca/fondo_botonera.jpg) repeat-x scroll
		1px center;
	height: 27px;
	margin: 0;
	width: 741px;
}

.mediateca-title-container-index a{
		text-decoration: none;
}

.mediateca-title-container-index a:hover{
		text-decoration: none;
}

.mediateca-title-container-index a img{
	border: none;
}

.mediateca-title-container-index h2 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #D3D3D3 url(../images/barra_mediateca_over.jpg) repeat-x
		scroll left center;
	display: none;
	height: 26px;
	margin: 0;
	padding-left: 27px;
	padding-top: 8px;
}

.mediateca-title-container-index h2 a {
	color: white;
	display: block;
	height: 22px;
	text-decoration: none;
	text-indent: -500em;
	width: 111px;
}

.mediatecaBack {
	background: #D3D3D3 url(../images/mediateca_subrayado.jpg) repeat-x
		scroll left center;
	margin: 0;
	padding-left: 27px;
	padding-top: 8px;
	height: 26px;
}

#mediateca h4 {
	margin: 0;
	font-weight: bold;
	clear: both;
	color: white;
	font-size: 10px;
	padding-top: 2px;
	font-family: verdana;
	line-height: 12pt;
}

#mediateca h5 {
	margin: 0;
	clear: both;
	font-weight: normal;
	color: #cacaca;
	font-size: 9px;
}

#mediateca h6 {
	margin: 0;
	clear: both;
	color: #cacaca;
	font-size: 9px;
	font-weight: normal;
}

#mediateca .text-box-horario {
	position: absolute;
	top: 70px;
	width: 110px;
}

#mediateca .text-box-horario h6 {
	text-align: right;
	margin-right: 15px;
}

#mediateca h4 span {
	font-weight: normal;
}

#mediateca h2 a {
	width: 111px;
	height: 22px;
	text-decoration: none;
	display: block;
	text-indent: -500em;
	color: white;
}

#mediateca h2 a:hover {
	text-decoration: underline;
}

#mediateca a {
	text-decoration: none;
	color: white;
	display: block;
	clear: both;
}

#mediateca a:hover {
	text-decoration: underline;
}

#mediateca a.more {
	display: block;
	clear: both;
	font-size: 10px;
}

#mediateca div {
	height: 90px;
}

#mediateca div img {
	position: absolute;
}

#mediateca ul {
	/*background-color: #091921; Con esto activo no se muestra la imagen bg de mediateca en el inicio*/
	display: block;
	height: 100px;
	margin: 0;
	padding-left: 6%;
	padding-top: 1%;
	text-align: left;
}

#mediateca ul a.mdes {
	display: block;
	float: left;
}

#mediateca a img { /*border: 4px solid white;*/
	margin-right: 5px;
}

#mediateca li {
	padding-right: 30px;
	width: 120px;
	float: left;
	display: inline;
	color: #D0D0D0;
}

#mediateca li h3 {
	margin: 5px 0pt 5px;
	font-size: 12px;
	color: #cacaca;
}

#mediateca li.first {
	padding-left: 40px;
}

#mediateca ul ul {
	padding: 0;
	padding-top: 10px;
	margin: 0;
	height: auto;
	clear: both;
	background-color: transparent;
}

#mediateca ul ul li {
	margin: 0;
	width: 230px;
	display: block;
	clear: both;
	height: 14px;
}

#mediateca p {
	font-size: 11px;
}

#mediateca .image-box { /*height:90px !important;*/
	border: none;
	position: relative;
}

#mediateca .image-box a img {
	width: 120px;
	border: none;
	height: 90px;
}

#mediateca .text-box {
	position: absolute;
	top: 0;
	height: 90px;
	display: none;
	padding-left: 10px;
	width: 110px;
}

#mediateca .transparent-text-box {
	position: absolute;
	top: 0px;
	color: white;
	display: none;
	background-color: #000000;
	border: 0px;
	opacity: 0.62325;
	filter: alpha(opacity = 62);
	width: 117px;
	height: 90px;
	background-color: #000000;
	border: 1px solid #FAA61A;
}

.mediateca-main .transparent-text-box {
	position: absolute;
	top: 0;
	left: 0px;
	color: white;
	display: none;
	background-color: #000000;
	border: 0px;
	opacity: 0.62325;
	filter: alpha(opacity = 62);
	width: 114px;
	height: 92px;
	background-color: #000000;
	border: 1px solid #FAA61A;
}

.mediateca-main .transparent-text-box h4 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.mediateca-main .transparent-text-box h5 {
	font-size: 10px;
	color: #CACACA;
}

#mediateca .image-box-media-type-icon{
	position: absolute;
	top: 70px;
}

.mediateca-main .image-box-media-type-icon{
	padding-left:5px; 
	position:absolute; 
	top:70px;
}

.mediateca-main .element-main .image-box-media-type-icon{
	position: absolute;
	top: 70px;
}

#mediateca .text-box p {
	margin: 0 0 0 3px;
}

/* niños portlet */
#pictures-s {
	height: 160px;
	width: 344px;
}

#pictures-s h3 {
	margin: 5px 0;
	font-size: 15px;
}

#pictures-s h3 a {
	color: gray;
	text-decoration: none;
}

#pictures-s h3 a:hover {
	text-decoration: underline;
}

#pictures-s img { /*background:white none repeat scroll 0 0;*/
	/*	border:1px solid #CCCCCC;*/
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding-top: 3px;
}

#pictures-s .section {
	position: absolute;
	top: 30px;
	visibility: hidden;
}

#pictures-s .actual {
	visibility: visible;
}

#pictures-s p,#pictures-s em {
	font-size: 10px;
}

#menu-s {
	height: 20px;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}

#menu-s span {
	cursor: pointer;
	color: gray;
	width: 10px;
	padding: 2px;
}

#menu-s span.current {
	color: #FF6600;
	text-decoration: underline;
}

/* otros */
#goTop {
	text-align: right;
	margin-bottom: 5px;
	clear: both;
}

#goTop a {
	color: #0299C4;
	font-size: 11px;
	width: 10px;
	right: 20px;
	padding-right: 12px;
}

div.ver-target { /*display: none;*/
	visibility: hidden;
}

.audio-box {
	font-size: 12px;
	padding: 5px;
}

.audio-box h3 {
	margin-top: 0px;
}

#liveImage {
	cursor: pointer;
}

#mediaplayer {
	width: 320px;
	height: 240px;
	margin: 0 auto;
	padding-bottom: 10px;
}

ul.chapters {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}

ul.chapters h4,ul.chapters p {
	margin: 0px;
}

ul.chapters h4 a {
	color: #494949;
	text-decoration: none;
}

ul.chapters h4 a:hover {
	text-decoration: underline;
}

ul.chapters li {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.programInfo h3 {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

.programExtraInfo ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	font-size: 12px;
}

.programDates h3 {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
}

.programDates ul,.programInfo ul {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}

/* login, registraci�n */
#loginForm,#registerForm {
	margin: 0;
}

#badmodal-overlay {
	background-color: #000000;
	cursor: pointer;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

#registerPanel {
	width: 662px;
	font-size: 11px;
	-moz-border-radius: 10px; /* solo mozilla */
	display: none;
	position: absolute;
	left: 50%;
	margin: -289px 0 0 -331px;
	z-index: 1002;
	overflow: hidden;
}

#registerPanel .registerFormContainer {
	padding: 20px;
	width: 620px;
	border: 1px solid #BCBABD;
	background: #DCDFE6 url(../images/register-background.png) repeat-x;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; /* solo mozilla */
}

#closeRegisterPanel {
	float: right;
	height: 20px;
	position: absolute;
	right: 0;
	text-indent: -500em;
	top: 0;
	width: 15px;
	padding: 0;
}

#registerPanel h2 {
	color: white;
	height: 28px;
	margin: 0;
	padding-left: 15px;
	padding-top: 5px;
}

#registerForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#registerForm li {
	height: 30px;
	float: left;
	width: 305px;
	display: block;
}

#registerForm .registerCol {
	width: 305px;
	float: left;
	clear: none;
}

#registerForm input[type=text],#loginPanel input[type=text],#registerForm input[type=password],#loginPanel input[type=password],#gender
	{
	width: 148px;
	color: #837F80;
	border: 1px solid #00223E;
}

#registerForm label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 3px;
	width: 150px;
	color: #001F39;
	font-weight: bold;
	line-height: 20px;
}

#registerForm div { /*width: 310px;
	float: left;*/
	clear: both;
}

#registerPanel p {
	margin: 0 auto;
	/*clear: both;*/ /*border-top: 1px solid #C1C5CE;*/
}

#registerForm fieldset {
	border-style: none;
	border-top: 1px solid #C1C4CB;
	width: 700px;
	margin: 10px 0 20px;
	padding: 0;
	position: relative;
	float: left;
	clear: both;
}

#registerForm legend {
	margin-bottom: 12px;
	padding: 0;
	color: #102332;
	position: relative;
	left: -7px;
	top: -0.75em;
}

#registerForm a {
	color: #009CC5;
	font-weight: bold;
}

#registerForm .security label {
	text-align: left;
	width: 175px;
}

#registerForm .security input {
	width: 300px;
}

#registerForm .security img {
	border: 1px solid #BABDC2;
	display: block;
	margin: 10px 0;
}

#registerPanel .buttons {
	text-align: right;
}

#registerPanel .registerButton,#registerPanel .cancelButton,#loginPanel .sendButton,#loginPanel .cancelButton
	{
	background: transparent url(../images/login-register-buttons.png)
		no-repeat scroll 0 0;
	height: 22px;
	width: 96px;
	border: none;
	text-indent: -500em;
	cursor: pointer;
	margin-top: -17px;
}

#registerPanel .registerButton {
	background-position: 0 -44px;
}

#registerPanel .registerButton:hover {
	background-position: 0 -66px;
}

#registerPanel .cancelButton,#loginPanel .cancelButton {
	background-position: 0 -88px;
}

#registerPanel .cancelButton:hover,#loginPanel .cancelButton:hover {
	background-position: 0 -110px;
}

#registerPanel cite {
	display: block;
	margin-top: 20px;
	padding: 5px;
	border-top: 1px solid #C1C4CB;
	font-style: normal;
	font-weight: bold;
	clear: both;
}

#registerPanel legend span {
	position: absolute;
	top: 0;
	margin-top: -20px;
	width: 200px;
}

#registerPanel .birthDate div {
	float: right;
	clear: none;
	width: 152px;
}

#registerPanel .birthDate .day,#registerPanel .birthDate .month {
	margin-right: 5px;
	text-align: center;
	width: 40px;
}

#registerPanel .birthDate .year {
	width: 54px;
}

#loginPanel {
	display: none;
	position: absolute;
	background: #DCDFE6 url(../images/register-background.png) repeat-x;
	-moz-border-radius: 10px; /* solo mozilla */
	font-size: 11px;
	width: 325px;
	left: 50%;
	margin: -75px 0 0 -162px;
	z-index: 1002;
}

#loginPanel div {
	width: 310px;
	margin: 0 auto;
}

#loginPanel span {
	display: block;
	width: 310px;
	margin: 5px 15px 0 0;
	border-bottom: 1px solid #D4D7DE;
	height: 30px;
	text-align: right;
}

#loginPanel h2 {
	margin: 0;
	background-image: url(../images/login-header.png);
	color: white;
	height: 28px;
	padding-left: 15px;
	padding-top: 5px;
}

#loginPanel input {
	margin-top: 10px;
}

.usernameInput {
	background: transparent url(../images/login-inputs.png) no-repeat left
		top;
}

.passwordInput {
	background: transparent url(../images/login-inputs.png) no-repeat left
		-16px;
}

#loginPanel a {
	color: #009CC5;
	font-weight: bold;
	margin-left: 12px;
}

#loginPanel .buttons {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
}

#loginPanel .sendButton:hover {
	background-position: 0 -22px;
}

#closeLoginPanel {
	float: right;
	height: 20px;
	position: absolute;
	right: 0;
	text-indent: -500em;
	top: 0;
	width: 15px;
	padding: 0;
}

#registerErrorShadow {
	height: 12px;
	font-size: 10px;
	display: block;
	border: 1px solid transparent !important;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}

.authenticationError {
	background-color: #FF7E04 !important;
	border: 1px solid #B76106 !important;
	color: white !important;
	font-weight: bold !important;
	margin: 5px !important;
	text-align: center !important;
}

.authenticationErrorHide {
	background-color: #FFFFFF;
	border: 1px solid transparent !important;
}

.authenticationSuccess {
	left: 6px;
	padding: 0px;
	position: absolute;
	top: 90px;
	color: white;
	text-align: center;
	-moz-border-radius: 5px;
}

#loginError {
	display: none;
}

.authenticationSuccess {
	background-color: #FF7E04;
	border: 1px solid #B76106;
}

#welcomeUser {
	visibility: hidden;
}

.showUserWelcome {
	visibility: visible !important;
	/*font-weight: bold;*/
}

.staticLink {
	font-size: 11px;
	font-weight: bold;
	color: #7492E8 !important;
	text-decoration: none;
}

.fv-error {
	border: 1px solid #B76106 !important;
	background-color: #F7E5D4;
	color: #001F39 !important;
}

#registerSuccess {
	visibility: hidden;
}

/* daily grid styles */
#dailyGrid .dailyGridTitle {
	height: 35px;
	text-align: left;
	line-height: 30px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	background: transparent url(/recursos/media/images/fondo_titulo.jpg)
		repeat-x scroll 0 0;
	margin-left: 12px;
	margin-right: 12px;
}

.inicio_cuadro_texto {
	background: transparent
		url(/recursos/media/images/inicio_cuadro_texto.png) no-repeat scroll 0
		0;
	min-height: 14px;
	width: 737px;
}

#dailyGrid .dailyGridTitle p {
	margin-left: 22px;
}

#titulo2 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #5B5B5B;
}

#texto2 {
	font-size: 11px;
	font-family: Verdana;
	color: #5B5B5B;
}

#enlace1 {
	font-size: 11px;
	font-family: Verdana;
	color: #1E7D91;
}

#dailyGridTableContainer {
	/*esta restriccion rompe la pantalla de Grilla de programacion en IE7.
	height: 700px;*/
	font-size: 11px;
	font-family: Verdana;
	color: #5B5B5B;
}

.entradaGrilla{
    padding-left:36px;
    width:522px;
}
.entradaGrilla hr{
    border-color:#4C4C4C;
    border-style:solid none none;
    border-width:thin;
}

#dailyGridTable {
	margin: 0;
	padding: 0;
}

#dailyGridTable li {
	width: 100%;
	background: transparent
		url(/recursos/media/images/fondo_cuadro_texto_2.png) repeat scroll 0 0
		;
	min-height: 14px;
	width: 737px;
	float: left;
	clear: both;
	list-style: none;
	margin: 0;
	padding-top:6px;
}

#dailyGridTable img {
	display: block;
	float: left;
	border: 1px solid white;
	background: white;
	padding: 3px;
	margin: 0 10px 15px 0;
}

#dailyGridTable h2 {
	padding: 5px 0 0 0;
	margin: 0;
	color: #CC0033;
	font-size: 1.1em;
}

#dailyGridTable h2 a {
	color: #19697A;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}

#dailyGridTable h2 a:hover {
	text-decoration: underline;
}

#dailyGridTable p {
	color:#5B5B5B;
	font-size:11px;
	margin:0;
	min-height:53px;
	padding:0 0 10px;
 }

#dailyGridTable .list-time {
	color:#5B5B5B;
	font-size:12px;
	font-weight:bold;
	position:relative;
	text-align:left;
}

#dailyGridTable .list-content hr {
	border-color: #5B5B5B;
	padding-left: 0px;
}

#dailyGridTable .list-content {
	position:relative;
	top:10px;
}

#dailyGridTable .even {
	
}

#dailyGridTable .odd {
	
}

.gridContainer {
	clear: both;
	margin: 0 auto;
	min-height: 600px;
	overflow: hidden;
	width: 986px;
}

.gridContent {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(/recursos/media/images/fondo_cuadro_texto_2.png) repeat scroll 0 0
		;
	width: 737px;
}

/* END daily grid styles */ /* START Generic Search*/
#genericSearchContainer {
	clear: both;
}

#genericSearchContainer .searchForm { /*height: 100px;
	text-align: center;*/
	vertical-align: bottom;
	font-weight: bold;
	color: #00223F;
	border-bottom: 1px solid black;
	background-color: #FAA61A;
	padding: 5px;
}

#genericSearchContainer .searchForm form {
	margin: 0;
}

#genericSearchContainer .searchForm table {
	margin: 0;
	margin-left: 8px;
}

#genericSearchContainer .searchForm input,#genericSearchContainer .searchForm select
	{
	color: #5B5B5B;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#genericSearchContainer .searchForm label {
	color: #5B5B5B;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-right: 1em;
	text-align: right;
	font-weight: bold;
}

#genericSearchContainer .searchForm .searchErrors {
	color: yellow;
	padding: 5px;
}

#searchResults { /*
	height: 700px;
	overflow: auto;
	*/
	
}

#genericSearchTable {
	margin: 0;
	padding: 0;
	/**Scroll**/ /*border: 1px solid #666;*/
	background-color: #FFF;
	width: 986px;
}

#genericSearchTable li {
	border: 1px solid #eee;
	background-color: #F9F9F9;
	background-image: none;
	float: left;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#genericSearchTable img {
	display: block;
	float: left;
	border: 1px #ccc solid;
	background: white;
	padding: 3px;
	margin: 10px;
}

#genericSearchTable h3 {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 10pt;
	float: left;
}

#genericSearchTable h3 a {
	color: #002345;
	font-weight: bold;
	text-decoration: none;
}

#genericSearchTable h3 a:hover {
	text-decoration: underline;
}

#genericSearchTable p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #002345;
}

#genericSearchTable .list-content {
	position: relative;
	top: 0px;
	width: 100%
}

#genericSearchTable .list-content div {
	height: 20px;
	display: block;
}

#genericSearchTable .even {
	background-color: #DDD;
}

#genericSearchTable .odd {
	background-color: #FFF;
}

#genericSearchTable span,#genericSearchTable h3 {
	color: #00223F;
}

#genericSearchTable span {
	float: right;
	margin-top: 5px;
	font-size: 11px;
	padding-right: 20px;
	color: #002345;
}

/*END Generic Search*/
.datasheet {
	min-height: 717px;
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/recursos/media/images/pav-ficha/fondo_negro.jpg);
}

.datasheet img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 3px 3px 20px;
}

.datasheet h2 {
	background-image: url(/recursos/media/images/pav-ficha/fondo_titulo.jpg)
		;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	height: 29px;
	padding-top: 6px;
}

.datasheet h3 {
	color: #CACACA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	padding-left: 20px;
}

.datasheet a:link {
	color: #5cafd0;
}

.datasheet a:visited {
	color: #5cafd0;
}

.datasheet .div .fatherLink {
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	margin-left: 15px;
}

.datasheet .div a:hover {
	text-decoration: underline;
}

.datasheet p {
	font-size: 11px;
}

.datasheet .div {
	margin: 20px 0px 20px 15px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #C0D0E0;
	float: left;
	background: #161618;
	padding: 0;
}

.datasheet .div .titulo {
	padding: 0px;
	margin: 7px 0px 1px 15px;
	font-weight: bold;
}

.datasheet .div hr {
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	border-width: 0.1em;
	border-color: #FFA914;
	color: #FFA914;
	width: 97%;
}

.datasheet .div ul {
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	width: 930px;
}

.datasheet .div li {
	text-align: center !important;
	padding-top: 10px;
	display: inline;
	float: left;
	height: 160px;
	margin: 0;
	width: 150px;
}

.datasheet .div li a {
	text-decoration: none;
}

.datasheet .div li a:hover {
	text-decoration: underline;
}

.datasheet .imgFicha {
	border-width: 1px;
	border-color: #CCCCCC;
	width: 110px;
	display: block;
	float: left;
	margin: 0 20px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.datasheet .texto {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	clear: both;
	color: #FFA914;
	font-weight: bold;
}

.pav-simple-container {
	background-repeat: repeat-y;
	background-image:
		url(/recursos/media/images/pav-ficha/fondo_cuadro_texto_princ_negro.png)
		;
	width: 714px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 19px;
	min-height: 125px;
	overflow-y: auto;
}
.pav-simple-container p {
	color:#CACACA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	text-decoration:none;
}


.pav-simple-container p strong {
	font-weight:bold;
}


.pav-simple-container h2 {
	margin: 13px 0px 0px 0px;
	padding-left: 18px;
}

.pav-simple-container p {
	margin-right: 20px;
	margin-left: 0px;
}



.pav-simple-container  li {
	text-align: center !important;
	padding-top: 10px;
	display: inline;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width: 110px;
}

.pav-simple-container .imgFicha {
	border-width: 1px;
	border-color: #CCCCCC;
	width: 110px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.pav-simple-container .proximas-emisiones-button{
	background-image:url(/recursos/media/images/pav-ficha/bot_proximas_emisiones.png);
	background-repeat:no-repeat;
	color:#5CAFD0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:30px;
	line-height:normal;
	margin-left:474px;
	margin-top:22px;
	padding-left:11px;
	padding-top:7px;
	position:absolute;
	text-decoration:none;
	text-transform:none;
	width:136px;
}

#proximas-emisiones{
	visibility: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: none;
    color: #5cafd0;
    text-decoration: none;
    width: 235px;
    max-height: 200px;
}
#proximas-emisiones-popup {
    background:black;
    opacity: 0.85;  
    min-height:200px;
    width:235px;
}

#proximas-emisiones-popup ul{
    height: 200px;
    overflow-y: auto;
}

#proximas-emisiones-popup h2{
	background-color:none;
	height:19px;
}

/*Agregado para el soc container de la pav-ficha. 
Habr�a que unificar todos estos estilos de share.css si el mismo no se va a usar m�s.*/

.pav-simple-container .socializer-container-class {
	float:right;
	left:664px;
	width: 76px;
	height: 23px;
	background-image: url(/recursos/media/images/menu-compartir/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.pav-simple-container .socializer-container-class a {
	float: left;
}

.pav-simple-container .socializer-container-class img {
	float: left;
	width: 19px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0px none;
}


.pav-simple-container .socializer-container-class .soc_left{
	width: 180px;
	padding:10px;
	float:left;
	visibility:hidden;
}

.pav-simple-container .socializer-container-class .soc_left img{
	width: 18px;
	height: 18px;
	float: left;
	margin: 0;
	padding-right:25px; 
}
.pav-simple-container .socializer-container-class .soc_left a{
	color:#3E3F3E;
	text-decoration:none;
	line-height:18px;
	float:right;
	border-bottom:1px dotted #CECECE;
	display:block;
	width:100px;
}
.pav-simple-container .socializer-container-class .soc_left a:hover{
	color:#6699FF;
	background-color:#E6F0C1;
}
 
 
/*Comienzo Socializer container de mediateca*/
#container-mediateca .socializer-container-class {
	float:right;
	left:664px;
	background-image: url(/recursos/media/images/menu-compartir/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height:14px;
	width:45px;
	
}

#container-mediateca #containerx {
	margin-left:-150px;
	margin-top: 30px;
}

#container-mediateca .socializer-container-class a {
	float: left;
	width: 19px;
}

#container-mediateca  .socializer-container-class img {
	float: left;
	width: 19px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0px none;
	float:right;
}


#container-mediateca  .socializer-container-class .soc_left{
	width: 180px;
	padding:10px;
	float:left;
	visibility:hidden;
}

#container-mediateca  .socializer-container-class .soc_left img{
	width: 18px;
	height: 18px;
	float: left;
	margin: 0;
	padding-right:25px; 
}
#container-mediateca  .socializer-container-class .soc_left a{
	color:#3E3F3E;
	text-decoration:none;
	line-height:18px;
	float:right;
	border-bottom:1px dotted #CECECE;
	display:block;
	width:100px;
}
#container-mediateca  .socializer-container-class .soc_left a:hover{
	color:#6699FF;
	background-color:#E6F0C1;
}

/*Fin Socializer container de mediateca*/

.pav-simple-container .link-padre{
	background-image:url(/recursos/media/images/pav-ficha/fondo_porlet_prog_hijo.jpg);
	background-repeat:repeat-x;
	height:29px;
	padding-left:20px;
	width:93%;
}

.pav-simple-container ul{
	height:29px;
	left:0;
	margin:0;
	padding:0;
	top:0;
	width:100%;
	}


.pav-simple-container .link-padre img{
	float:right;
	width:30px;
	height:29px;
	padding:0;
	margin:0;

	
}

.pav-simple-container .link-padre a{
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:29px;
	line-height:normal;
	padding-top:5px;
	text-decoration:none;
	text-transform:none;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow:ellipsis;
	width:83%;	
}

.pav-simple-container .link-padre-flecha{
	float:left;
}


.pav-simple-container .link-hijo{
	background-image:url(/recursos/media/images/pav-ficha/fondo_titulo.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	text-transform:none;
	height:29px;
	padding-top: 5px;
	padding-left:10px;
	text-align:left;
}


.pav-simple-text-container {
	width: 235px;
	float: left;
}

/*START Portada Programas*/ /*
body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}
*/
#programs {
	font-size: 11px;
	margin-left: 15px;
}

#programs ul,#programs li {
	margin: 0;
	padding: 0;
}

#programs #programlist ul li {
	min-height: 140px;
}

#programs ul li {
	list-style: none;
	float: left;
	width: 310px;
	margin-bottom: 20px;
	margin-right: 0px;
}

#programs ul li h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
}

#programs ul li h3 a {
	color: #5cafd0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px !important;
	font-weight: bold;
}

#programs ul li h3 a:hover {
	text-decoration: underline;
}

#programs h4 a {
	font-size: 12px;
	margin: 0;
	color: #19697A;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}

#programs h4 a:hover {
	color: #19697A;
	text-decoration: underline;
}

#programs h4 {
	font-size: 12px;
	margin: 0;
}

#programs ul li div {
	color: #5b5b5b;
}

#programs div img {
	display: block;
	float: left;
	margin-right: 5px;
}

#programs ul li p {
	margin: 0;
	width: 110px;
	line-height: 13px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	float:left;
}

#categories {
	clear: both;
}

#categories ul {
	margin: 0;
	padding: 0;
	overflow-y:hidden;
	margin-top:20px;
}

#categories ul li {
	float: left;
	list-style: none;
	margin-right: 0px;
	width: 155px;
}

#categories ul ol {
	margin: 0;
	padding: 0;
}

#categories ul ol li {
	clear: both;
	margin: 0;
	list-style-type: disc;
	margin: 0 0 0 10px;
	width: 135px;
	color: #1E7C95;
}

#categories h3 {
	color: #5cafd0;
	font-size: 14px;
	margin: 0;
}

#categories h3 a {
	color: #5cafd0 !important;
	font-size: 14px;
	text-decoration: none;
}

#categories h3 a:hover {
	text-decoration: underline;
}

#categories a {
	font-family: Verdana !important;
	color: #1D7C90 !important;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

#categories a:hover {
	text-decoration: underline;
}

/*END Portada Programas*/ /* Popup Mini Ficha de Programas */
.ficha-pop-up {
	background: #DCDFE6 url(/recursos/media/images/register-background.png)
		repeat-x scroll 0 0;
	font-size: 11px;
	display: none;
	position: absolute;
	/*by lmp width: 425px;	*/
	width: 339px;
	left: 50%;
	margin: -75px 0 0 -162px;
	z-index: 1002;
}

.ficha-pop-up h2 {
	background-color: #FFAF20;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 15px;
}

.ficha-pop-up div {
	width: 337px;
	margin: 0 auto;
	padding: 5px;
}

.ficha-pop-up .divDatos {
	width: 320px;
	margin: 0 auto;
	/*by lmp 	padding: 3px 3px 4%;*/
	padding: 3px 3px 3px 3px;
	float: left;
}

.ficha-pop-up .divDatos p {
	font-size: 11px;
	color: #5B5B5B;
	line-height: 13pt;
}

.ficha-pop-up .divDatos h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
	background-color: #FFFFFF;
}

.ficha-pop-up .divLinks {
	border-left: thin solid #EEEEEE;
	/*by lmp float: right;*/
	width: 280px;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	color: #1E7D91;
}

.ficha-pop-up .divLinks ul li {
	font-size: 12px;
	font-weight: bold;
	/*font-family: Verdana;*/
}

.ficha-pop-up .divLinks ul {
	margin: 5px 0 0 -42px;
	list-style: none;
}

.ficha-pop-up .divLinks ul li {
	margin: 0;
}

.ficha-pop-up .divLinks ul li a {
	color: #19697a;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana;
	/* by lmp line-height:14pt;*/
}

.ficha-pop-up .divLinks ul li a:hover {
	text-decoration: underline;
}

.ficha-pop-up img {
	border: none;
	/*width:150px;
		height:120px;*/
	padding-right: 10px;
	padding-bottom: 2px;
}

.ficha-hr {
	color: #CCCCCC;
	border-bottom: medium none;
	border-style: dashed dashed none;
	border-width: thin thin medium;
}

.horarioFicha {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #5B5B5B !important;
}

.horarioFicha p {
	line-height: 14pt;
}

/* Fin Popup Mini Ficha de Programas */ /*Grilla Semanal*/
#weeklyGrid {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
	width: 985px;
	margin: 0 auto;
}

#hourGridTitle {
	text-align: center;
}

#hourGridWrapper {
	width: 985px;
	height: 700px;
	overflow: auto;
	background-color: #F8F8F8;
}

#hourGridHeader {
	padding-left: 75px;
	line-height: 25px;
	font-size: 14px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #7E7B82;
}

#hourGridHeader div {
	float: left;
	width: 116px;
	font-size: 11px;
	text-align: center;
}

#hourGrid {
	font-size: 11px;
	background-color: #F8F8F8;
}

#hourGrid .hours {
	width: 75px;
	float: left;
	color: #7E7E7E;
}

#hourGrid .hours div {
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

#hourGrid .day,#hourGrid .line {
	border-left: 1px dashed gray;
}

#hourGrid .even {
	background-color: #D9D9D9;
}

#hourGrid .odd {
	background-color: #FFF;
}

#hourGrid .day {
	float: left;
	height: 2000px;
	width: 115px;
	text-align: center;
	color: #002037;
}

#hourGrid .day div {
	width: 115px;
	height: 40px;
	border-bottom: 1px dashed gray;
	overflow-y: hidden;
}

#hourGrid .ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow:ellipsis;
	margin-top: 0px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

#gridCalendar {
	float: left;
	margin-right: 50px;
	margin-left: 25px;
	font-size: 11px;
	margin-bottom: 10px;
}

#gridCalendar table {
	border-collapse: collapse;
	color: #4B4B4B;
	width: 180px;
}

#gridCalendar table tbody tr {
	cursor: pointer;
}

#gridCalendar table thead {
	color: #4B4B4B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#gridCalendar #title {
	color: red;
}

#gridCalendar table thead th {
	color: #5B5B5B;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#gridCalendar table thead tr th div { /*font-size: 20px;*/
	
}

#gridCalendar table thead tr th a {
	text-decoration: none;
}

#gridCalendar table thead tr th a:hover {
	text-decoration: underline;
}

#gridCalendar table thead tr th a img {
	border: 0;
}

#gridCalendar table tbody td {
	text-align: right;
	color: #5B5B5B !important;
	font-size: 10px;
	width: 23px;
	font-weight: bold;
}

#gridCalendar div {
	text-align: center;
}

#gridCalendar .selectedDay{
	color: #faa61a !important;
	font-weight: bold;
	font-size: 11px;
}


.titleGrid {
	line-height: 35px;
	height: 35px;
	background:transparent url(/recursos/media/images/fondo_titulo.jpg) repeat-x scroll 0 0;
	color: #FFFFFF;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align: left !important;
	line-height:30px;
	margin-left:12px;
	margin-right:12px;
	vertical-align:bottom;
}

.titleGrid p {
	margin-left: 10px;
}

/*Fin Grilla Semanal*/
.related-link {
	color: #003263;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.article .section {
	color: #808080;
	font-family: Tahoma;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

.article .volanta {
	color: #003263;
	font-family: Tahoma;
	font-size: 8pt;
}

.article h1 {
	margin-bottom: 0;
	color: #003263;
	font-family: Verdana;
	font-size: 16pt;
	margin-top: 7px;
}

.article em {
	display: block;
	margin-bottom: 15px;
	color: #808080;
	font-family: Tahoma;
	font-size: 8pt;
}

.article cite {
	color: #808080;
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 7px;
}

.article div {
	font-size: 11px;
}

.relatedNews ul {
	list-style: none;
	font-size: 10px;
	margin-left: 5px;
	padding: 0;
}

.relatedNews li {
	margin-bottom: 10px;
}

.title-result-search {
	color: #0066CC;
	text-decoration: none;
	font-style: normal;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.page-link {
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #003263;
}

.url-result-search {
	color: #006900;
	font-size: 0.7em;
	margin-bottom: 3px;
	margin-top: 3px;
}

.copete-result-search {
	font-size: 0.7em;
	margin-bottom: 3px;
	margin-top: 3px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* Destacados */
.destacados h3 a,.destacados h3 a:visited {
	color: #1F527B;
}

.destacados {
	font-size: 60%;
	position: relative;
}

.descatados 
.destacados h3 a,.destacados p {
	margin-left: 5px;
	margin-right: 5px;
}

.destacados p {
	font-size: 12px;
}

.destacados span {
	margin-right: 10px;
	float: left;
	width: 130px;
	background-color: #D4D2D5;
}

.destacados span a {
	color: #0099CC;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 5px;
}

.destacados h3 {
	font-size: 140%;
	margin: 0px;
}

.destacados h4 {
	margin: 0pt;
	font-weight: normal;
	font-size: 11px;
	color: white;
	padding-bottom: 5px;
}

.destacados h4 strong {
	font-size: 12px;
	font-weight: bold;
}

.destacados div p {
	margin: 0px;
	font-size: 11px !important;
	font-family: tahoma !important;
}

.destacados ul {
	margin: 0;
	padding: 0;
}

.destacados ul li {
	list-style: none;
	margin: 5px;
}

.destacados .paginador {
	background-color: #EEE;
	margin-top: 10px;
	height: 35px;
	text-align: center;
}

.destacados .navegador {
	
}

.destacados .titulo {
	font-size: 10px;
	font-weight: bold;
}

.destacados .copete {
	font-size: 10px;
	font-weight: normal;
}

.opinion {
	border-bottom: 1px solid #BCBCBE;
	margin: 0 10px;
	min-height: 60px;
	padding: 10px;
}

/* Fin destacados */ /* Perfil de usuario, registracion y login */
.registerPanel {
	width: 700px !important; /* ref image width */
	background-color: #FFFFFF;
	font-size: 11px;
	background: transparent
		url(/recursos/media/images/box-header-orange-register.png) no-repeat
		scroll left top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	position: absolute;
	z-index: 1002;
	overflow: hidden;
	color: #494949;
	float: left;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
	margin: auto;
}

.registerPanel .registerFormContainer {
	padding: 20px;
	width: 620px;
	border: 1px solid #BCBABD;
	background: #DCDFE6 url(/recursos/media/images/register-background.png)
		repeat-x;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; /* solo mozilla */
}

.registerPanel h2 {
	color: white;
	height: 28px;
	margin: 0;
	padding-left: 15px;
	padding-top: 5px;
}

.registerPanel p {
	margin: 0 auto;
	/*clear: both;*/ /*border-top: 1px solid #C1C5CE;*/
}

.registerPanel .registerButton {
	background-position: 0 -44px;
}

.registerPanel .registerButton:hover {
	background-position: 0 -66px;
}

.registerPanel .cancelButton,#loginPanel .cancelButton {
	background-position: 0 -88px;
}

.registerPanel .cancelButton:hover,#loginPanel .cancelButton:hover {
	background-position: 0 -110px;
}

.registerPanel cite {
	display: block;
	margin-top: 20px;
	padding: 5px;
	border-top: 1px solid #C1C4CB;
	font-style: normal;
	font-weight: bold;
	clear: both;
}

.registerPanel legend span {
	position: absolute;
	top: 0;
	margin-top: -20px;
	margin-left: 10px;
	width: 200px;
}

.registerPanel .birthDate div {
	float: right;
	clear: none !important;
	width: 152px;
}

.registerPanel .birthDate .day,.registerPanel .birthDate .month {
	margin-right: 5px;
	text-align: center;
	width: 40px;
}

#day {
	text-align: center;
	width: 40px;
}

#month {
	text-align: center;
	width: 40px;
}

.registerPanel .birthDate .year {
	width: 54px;
}

.registerPanel .buttons {
	text-align: right;
}

.registerPanel .registerButton,.registerPanel .cancelButton {
	background: transparent
		url(/recursos/media/images/login-register-buttons.png) no-repeat
		scroll 0 0;
	height: 22px;
	width: 96px;
	border: none;
	text-indent: -500em;
	cursor: pointer;
	margin-top: -17px;
}

/* Fin Perfil de usuario, registracion y login */
#current-date {
	float: right;
	font-size: 11px;
	margin-top: 8px;
	color: #959595;
}

.destacados .image-box {
	border: none;
	cursor: pointer;
	position: relative;
}

.destacados .video-box {
	border: none;
	position: relative;
}

.destacados .image-box img {
	width: 344px;
}

.destacados .text-box {
	position: absolute;
	bottom: 0;
	color: white;
	display: none;
	background-color: #000000;
	border: 0px;
	opacity: 0.62325;
	filter: alpha(opacity = 62);
	padding: 5px;
	width: 334px;
}

.destacados .video-text-box {
	position: absolute;
	top: 0px;
	color: white;
	display: none;
	background-color: #000000;
	border: 0px;
	opacity: 0.62325;
	filter: alpha(opacity = 62);
	padding: 5px;
	width: 334px;
}

.destacados .text-box p {
	margin: 0 0 0 3px;
}

.enlaces {
	font-size: 75%;
	font-weight: bold;
}

.hpBodyBorderless {
	border: none;
}

.multicomponente-titleless {
	font-size: 11px;
}

.multicomponente-titleless span {
	margin-right: 10px;
	float: left;
	width: 130px;
	background-color: #D4D2D5;
}

.multicomponente-titleless a {
	text-decoration: none;
	color: #19697a !important;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.multicomponente-titleless a:hover {
	color: #19697a !important;
	text-decoration: underline;
}

.multicomponente-titleless span a {
	color: #0099CC;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 5px;
}

.multicomponente-titleless img {
	display: block;
	float: left;
	height: auto;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.multicomponente-titleless h3 {
	color: #196970 !important;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
}

.multicomponente-titleless div {
	position: relative;
	margin-bottom: 5px;
	clear: both;
	padding: 10px 0 0;
}

.multicomponente-titleless div p {
	margin: 0px;
	font-size: 11px;
	color: #5B5B5B;
	font-family: Verdana;
	font-weight: normal;
}

.multicomponente-titleless .links {
	clear: none !important;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 5px !important;
	padding: 0 !important;
}

.multicomponente-titleless .links li {
	margin-left: 0px;
}

.multicomponente-titleless .media-div {
	padding: 0px;
	margin: 0px;
	float: left;
	top: 0px;
}

.multicomponente-titleless .titleless-container {
	padding: 0px;
	margin: 0px;
}

.multicomponente-titleless .text-div {
	padding: 0px;
	margin: 0px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 62%;
}

.multicomponente-titleless .text-div-imageless {
	padding: 0px;
	margin: 0px;
}

/*** Menu ***/
div.site-menu {
	position: relative;
	width: 100%;
	margin-left: 100px;
}

div.site-menu .menu {
	float: left;
	padding-top: 15px;
}

div.site-menu .menu ul {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.site-menu .menu ul li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 6px;
	vertical-align: middle;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/recursos/media/images/fondo-menu.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

div.div-menu-holder {
	height: 29px;
}

div.shade1 {
	border: 1px solid #FDFDFD;
	margin: 0 auto 0 0;
	width: 100%;
}

div.shade2 {
	border: 1px solid #F8F8F8;
	height: 100%;
}

div.shade3 {
	border: 1px solid #F1F1F1;
	height: 100%;
}

div.shade4 {
	border: 1px solid #E7E7E7;
	height: 100%;
}

div.shade5 {
	border: 1px solid #DADADA;
	height: 100%;
}

div.shade6 {
	border: 1px solid #CACACA;
	height: 100%;
}

#container-canal7-menu,.fondo {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	min-height: 600px;
	background: transparent url(/recursos/media/images/ejemplo-articulos/fondo.png) repeat scroll -199px -121px;
	width: 100% !important;
}

/** Geniales y esperados estilos enviados por la diseñadora **/
#container-canal7-menu .titulo_seccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

#container-canal7-menu .fondo_cabecera {
	background-attachment: scroll;
	background-image: url(/recursos/media/images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container-canal7-menu .fondo {
	background-attachment: scroll;
	background-image: url(/recursos/media/images/fondo_blanco.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container-canal7-menu .titulo_seccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

#container-canal7-menu .periodo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}

#container-canal7-menu .fecha {
	color:#4C4C4C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	text-transform:none;
}

#container-canal7-menu .titulo_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}

#container-canal7-menu .texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}

#container-canal7-menu .texto_bold {
	color:#5B5B5B;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	text-transform:none;
}

#container-canal7-menu .enlace_noticias {
	color:#19697A;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#container-canal7-menu .epigrafe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}

#container-canal7-menu .linea {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4c4c4c;
	border-right-color: #4c4c4c;
	border-bottom-color: #4c4c4c;
	border-left-color: #4c4c4c;
}

/** Fin Geniales y esperados estilos enviados por la diseñadora **/
.menu-element-container .menu-articule-body h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
}

.menu-element-container .menu-articule-body .bajada {
	color: #7C7C7C;
	font-size: 13px !important;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.menu-element-container .menu-articule-body .firma {
	font-size: 11px !important;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #6c6c6c;
}

.menu-element-container .menu-articule-body .correo-autor {
	font-size: 10px;
	color: #1e7d91;
}

.menu-element-container .menu-articule-body .correo-autor:hover {
	font-size: 10px;
	color: #1e7d91;
}

.menu-element-container .menu-articule-body hr {
	background-color: #cecece;
	color: #cecece;
}

.menu-element-container h2 {
	font-size: 16px !important;
	margin: 0;
	padding-left: 17px;
}

.menu-element-container .menu-articule-body p {
	margin-top: 0px;
}

.menu-element-container {
	min-height: 400px !important;
}

.menu-element-container .article {
	
}

.menu-element-container .article div {
	padding-left: 10px;
}

.menu-element-container .menu-articule-body {
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5b;
}

.menu-element-container .menu-articule-body a {
	font-size: 11px;
	font-weight: normal;
	color: #1e7d91;
	text-decoration: none;
}

.menu-element-container .menu-articule-body a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #1e7d91;
	text-decoration: none;
}

.menu-element-container .menu-articule-body a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #1e7d91;
	text-decoration: underline;
}

.menu-element-container .menu-articule-body b a,.menu-element-container .menu-articule-body strong a
	{
	font-weight: bold !important;
}

.menu-element-container .menu-articule-body b,.menu-element-container .menu-articule-body strong
	{
	font-size: 11px;
	font-weight: bold;
}

.menu-element-container .menu-articule-body .epigrafe {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.listado-articulos-menu .articulo {
	
}

.listado-articulos-menu .articulo .imagen-articulo {
	float: left;
	width: 120px;
	margin-right: 15px;
}

.listado-articulos-menu .articulo .imagen-articulo img {
	border: none;
	width: 120px;
	height: 90px;
}

.listado-articulos-menu .articulo hr {
	margin-top: 2px;
}

.listado-articulos-menu .articulo .informacion-articulo {
	float: left;
	width: 375px;
}

.menu-element-container .menu-articule-body img {
	border: none;
}

.menu-element-container .menu-articule-body .imagen-derecha {
	margin: 0pt;
	padding: 2px;
	float: right;
	width: 250px;
}

.menu-element-container .menu-articule-body .imagen-izquierda {
	margin: 0pt;
	padding: 2px;
	float: left;
	width: 250px;
}

.menu-articule-body .fecha {
	font-size: 10px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #4c4c4c;
}

.menu-articule-body .texto {
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5b;
}

.menu-articule-body .titulo {
	padding: 0;
	margin: 0;
}

.menu-articule-body .titulo a,.menu-articule-body .titulo a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #19697a;
	text-decoration: none;
}

.menu-articule-body .titulo a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #19697a;
	text-decoration: underline;
}

li.menu-item-selected,.menu-item-table-selected {
	background: transparent url(/recursos/media/images/bg-menu-right.png)
		repeat-x scroll 0 0 !important;
}

li.menu-item-selected a,.menu-item-table-selected a,.botones_subotonera a {
	color: #5b5b5b !important;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
	vertical-align: text-bottom;
}



.menu-table {
	width: 100%;
	padding-left: 11px;
}

.menu-table .menu-item-table {
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	vertical-align: middle;
	/*
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/recursos/media/images/fondo-menu.png);
	background-position:0 0;
	background-repeat:repeat-x;
	*/
}

.menu-item-table span,.menu-item-table-selected span {
	padding: 5px;
	background-color: transparent;
}

div.site-menu .menu ul li a,.menu-item-table a {
	color: #5b5b5b;
	text-decoration: none;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

div.site-menu .menu ul li a:hover,.menu-item-table a:hover {
	color: #5b5b5b !important;
	text-decoration: underline !important;
}

div.site-menu .menu ul li a:visited,.menu-item-table a:visited {
	color: #5B5B5B;
	text-decoration: none;
}

div.site-menu .item-container {
	float: right;
	padding-left: 10px;
	position: relative;
	right: 5px;
	width: 99%;
	z-index: 1;
}

div.site-menu .item-container .hpNewsCol {
	width: 100% !important;
}

/** Mediateca black **/
div.medialibrary-black {
	margin: 0;
	height: 43px;
}
.medialibrary-black-container {
	margin-left:145px;
	margin-top:7px;
	width:741px;
}
#medialibrary-submit {
	background-image: url(/recursos/media/images/mediateca/lupita.png);
	text-indent: -500em;
	cursor: pointer;
	float: left;
	height: 11px;
	line-height: 11px;
	margin: 5px;
	width: 11px;
}


div.medialibrary-black .medialibrary-search hr {
	color: white;
	width: 100%;
	background-color: white;
	height: 30px;
}
.medialibrary-search{
	padding-top: 10px;
	height: 30px;
}
.medialibrary-search .verTodo{
	background: transparent url(/recursos/media/images/mediateca/bot_ver_todo.png) no-repeat scroll 0% 0%; 
	float: left; 
	height: 30px; 
	padding-top: 8px;
	text-align: center; 
	width: 81px; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
}
div.medialibrary-black .search-form input {
	border: thin solid #494949;
	padding-top: 3px; 
	padding-bottom: 0px;
	background-color: black;
	color: #5CAFD0;
	text-align: center;
	float: left;
	width: 90px;
	height: 18px;
	font-size: 11px;
}
div.medialibrary-black .search-form ul{
	padding: 0;	
	margin-top:10px;
}

div.medialibrary-black .search-form a{
	text-decoration: none;
	color:#5CAFD0;
}
div.medialibrary-black .search-form a:hover{
	text-decoration: underline;
	color:#5CAFD0;
}
div.medialibrary-black .search-form a:visited{
	color:#5CAFD0;
}


div.medialibrary-black .search-form {
	text-align: center;
	color: #5CAFD0;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: none;
}

div.medialibrary-black .search-form li {
	display: inline;
}

div.medialibrary-black .search-form .logo {
	text-align: left;
	font-weight: bold;
	font-size: 17px;
}

div.medialibrary-results {
	position: relative;
}

div.medialibrary-black .medialibrary-results-header {
	
}

div.medialibrary-black .medialibrary-results-header h1 {
	font-size: 14px;
	margin-left: 8px;
}

div.medialibrary-black .medialibrary-results-container {
	text-align: right;
}

div.medialibrary-black .medialibrary-results-container h2 {
	float: left;
	font-size: 12px;
	padding-left: 8px;
}

div.medialibrary-black .medialibrary-results-container .medialibrary-page-selection
	{
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 8px;
}

div.medialibrary-black .medialibrary-results-container .medialibrary-page-selection li
	{
	font-size: 10px;
	font-weight: bold;
	display: inline;
	line-height: 1.2em;
}

div.medialibrary-black .medialibrary-results-container .medialibrary-page-selection .current-page
	{
	color: #F54997;
	margin: 0 1px;
	padding: 0 4px;
}

div.medialibrary-black .medialibrary-results-container-wrapper {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	clear:both;

}

div.medialibrary-black .medialibrary-results-container-wrapper img {
	border: 0;
}

div.medialibrary-black .medialibrary-results-container-wrapper ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

div.medialibrary-black .medialibrary-results-container-wrapper ul result
	{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-thumbnail
	{
	float: left;
	height: 80px;
	text-align: left;
	margin-right: 10px;
	vertical-align: middle;
	width: 105px;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-details
	{
	min-height: 80px;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-details h3
	{
	color:#5CAFD0;
	font-size:12px;
	margin:0;
	padding:0;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-details a
{
	color:#5CAFD0;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	text-decoration:none;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-details a:hover
	{
	color:#5CAFD0;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	text-decoration: underline;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-details p
	{
	font-size: 11px;
	color: #cacaca;
	margin-bottom:1px;
	margin-top:1px;
}

div.medialibrary-black .result {
	background: transparent none repeat scroll 0 0;
	color: #999999;
	display: inline;
	float: left;
	padding: 8px 8px;
	width: 99%;
}

div.medialibrary-black li.even {
	background: transparent none repeat scroll 0 0 !important;
	border: 1px solid #373737 !important;
}

.medialibrary-results h2 {
	font-size: 14px;
	padding-left: 8px;
	font-weight: bold;
}

.medialibrary-results-container-wrapper h3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.medialibrary-results h3 {
	color:#CACACA;
	font-size:12px;
	padding-left:8px;
}

.medialibrary-results .related-items a {
	color: white;
	text-decoration: none;
}

.medialibrary-results .related-items a:visited {
	color: white;
	text-decoration: none;
}

.medialibrary-results .related-items a:hover {
	color: white;
	text-decoration: underline;
}

.medialibrary-results .related-items  h4 a {
	font-size: 11px;
	color: white;
	padding-left: 25px;
}

h3.related-title {
	clear: both;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 10px;
}

.live {
	position: relative;
	background-color: white;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.live a {
	text-decoration: none;
}

.live a img {
	border-width: 0;
	vertical-align: top;
}

.live a:hover {
	color: #F54997;
	text-decoration: underline;
}

/* mediateca pagina principal*/
.mediateca-main {
	color: white;
	margin: 0;
	font-size: 0px;
}

.mediateca-main .element-main {
	padding-top: 10px;
	height: 114px;
	background: transparent url(/recursos/media/images/mediateca/base_mediateca.png) repeat scroll 0 0;
}

.mediateca-main .element-main .izquierda-microprogramas {
	float: left;
}

.mediateca-main .element-main .derecha-microprogramas {
	float: left;
	position: relative;
}

.mediateca-main .element-main ul {
	padding-left: 27px;
}

.mediateca-main h2 {
	background-image: url(/recursos/media/images/mediateca/fondo_titulo.jpg)
		;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 25px;
	line-height: normal;
	padding-left: 22px;
	padding-top: 4px;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 0px;
	/*color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;*/
}

.mediateca-main .mediateca-title-container {
	margin: 0;
	height: 34px;
}

.mediatecaBack {
	background: #D3D3D3 url(../images/mediateca_subrayado.jpg) repeat-x
		scroll left center;
	margin: 0;
	padding-left: 27px;
	padding-top: 8px;
	height: 26px;
}

.mediateca-main h4 {
	margin: 0;
	font-weight: bold;
	clear: both;
	color: white;
	font-size: 9px;
	padding-top: 2px;
}

.mediateca-main h5 {
	margin: 0;
	clear: both;
	font-weight: bold;
	color: #d0d0d0;
	font-size: 9px;
}

.mediateca-main h6 {
	margin: 0;
	clear: both;
	color: #d0d0d0;
	font-size: 9px;
	font-weight: normal;
}

.mediateca-main h4 span {
	font-weight: normal;
}

.mediateca-main h2 a {
	width: 111px;
	height: 22px;
	text-decoration: none;
	display: block;
	text-indent: -500em;
	color: white;
}

.mediateca-main h2 a:hover {
	text-decoration: underline;
}

.mediateca-main a {
	text-decoration: none;
	color: white;
	display: block;
	clear: both;
}

.mediateca-main a:hover {
	text-decoration: underline;
}

/* if you remove this then the container disappears in IE */
* html .mediateca-main {
	height: 99%;
}

.mediateca-main a.more {
	display: block;
	clear: both;
	font-size: 10px;
}

.mediateca-main div {
	
}

.mediateca-main ul {
	text-align: left;
}

.mediateca-main ul a.mdes {
	display: block;
	float: left;
}

.mediateca-main a img {
	border: 1px solid gray;
	margin-right: 5px;
}

.mediateca-main li {
	padding-right: 15px;
	width: 114px;
	float: left;
	display: inline;
	color: #D0D0D0;
}

.mediateca-main li h3 {
	color: #CACACA;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	height: 15px;
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow:ellipsis;
}

.mediateca-main p {
	font-size: 11px;
}

.mediateca-main .image-box {
	width: 114px;
	height: 92px !important;
	border: none;
	position: relative;
}

.mediateca-main .element-info {
	border: none;
	position: relative;
}

.mediateca-main .image-box a img {
	width: 114px;
	height: 92px;
}

.mediateca-main .text-box {
	position: absolute;
	top: 0;
	color: white;
	display: none;
	background-color: #000000;
	border: 0px;
	opacity: 0.62325;
	filter: alpha(opacity = 62);
	padding: 5px;
	width: 109px;
	height: 92px;
}

.mediateca-main .text-box p {
	margin: 0 0 0 3px;
}

div.medialibrary-black .medialibrary-results-container-wrapper .result-thumbnail  .media-thumb
{
height:80px;
width:105px;
}

.hintsClass {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #000000;
	border: 1px solid #808080;
	padding: 5px;
}

#timeline-carousel li div .ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-moz-binding: url('ellipsis.xml#ellipsis');
	text-overflow:ellipsis;
	margin-top: 0px;
}

.space {
	margin-left: 0px;
}

.botones_subotonera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6d6f71;
	text-decoration: none;
}
.botones_subotonera:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6d6f71;
	text-decoration: underline;
}
.botones_subotonera .item-menu {
	margin-left:5px; 
	margin-right:5px;
	text-align: center;
}


.fondo_negro{
	background:transparent url(/recursos/media/images/mediateca/fondo_negro.jpg) repeat scroll -60px 3px;
	margin: 0px;
	width: 100%;
	clear: both;
	overflow: hidden;
	min-height: 600px;
}
.medialibrary-black-container-transparency{
	background:transparent url(/recursos/media/images/mediateca/base_mediateca.png);
}

.titulo_noticia_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold; 
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}

.tx_ademas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
	text-decoration: none;
}
.enlace_noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19697a;
	text-decoration: none;
}
.enlace_noticias:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19697a;
	text-decoration: underline;
}

.medialibrary-black-inner-transparency {
	padding-bottom:15px;
	padding-left:15px;
	width: 700px;
}

/*Acordion*/
#accordion {}
.accordion {font:12px; color:#033}
.accordion dt {background-image:url(/recursos/media/images/ejemplo-articulos/barra.jpg);
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin-top:0;
padding-bottom:5px;
padding-left:11px;
padding-top:5px;cursor:pointer; }
.accordion dt:hover {}
.accordion dd {margin-left:0;overflow:hidden; background:#fff}
.accordion span {display:block;text-align:center;}
.accordion span h3{margin-left: 13px; text-align: left; font-size: 12px;}
.accordion span p{margin-left:20px; text-align:left; font-size:11px; margin-top:0px}
.accordion span a{text-align:left; font-size:11px; margin-top:0px;text-decoration: none;color:#7C7C7C }
.accordion img{width:225px;border:none}

#accordion2 {width:259px; margin:50px auto; border:1px solid #333; border-top:none}
.accordion2 {width:259px; font:12px Verdana,Arial; color:#333}
.accordion2 dt {width:247px; padding:4px 6px; font-weight:bold; cursor:pointer; background-color:#666; background-image:url(images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#fff; border-top:1px solid #333}
.accordion2 dt:hover {background-color:#555}
.accordion2 .open {background-color:#444; background-image:url(images/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff}
.accordion2 span {display:block;}
/*Fin Acordion*/

.article-related-content .article-image {
	float: left; padding-left: 13px; padding-right: 5px;		
}
.article-related-content .article-image img {
	width:80px;
}
.link-related-content .link-image img {
	width:50px;
}


#container-comunicarnos-menu,.fondo {
        margin: 0 auto;
        clear: both;
        overflow: hidden;
        min-height: 600px;
        background: transparent url(/recursos/media-comunicarnos/images/articulos/fondoarticulo.png) repeat scroll -199px -121px;
        width: 100% !important;
}

/** Geniales y esperados estilos enviados por la diseñadora **/
#container-comunicarnos-menu .titulo_seccion {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}

#container-comunicarnos-menu .fondo_cabecera {
        background-attachment: scroll;
        background-image: url(/recursos/media/images/cabecera.jpg);
        background-repeat: no-repeat;
        background-position: center top;
}

#container-comunicarnos-menu .fondo {
        background-attachment: scroll;
        background-image: url(/recursos/media/images/fondo_blanco.jpg);
        background-repeat: no-repeat;
        background-position: center top;
}
#container-comunicarnos-menu .titulo_seccion {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}

#container-comunicarnos-menu .periodo {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #5b5b5b;
        text-decoration: none;
}

#container-comunicarnos-menu .fecha {
        color:#4C4C4C;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:10px;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;
        line-height:normal;
        text-decoration:none;
        text-transform:none;
}

#container-comunicarnos-menu .titulo_noticia {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #5b5b5b;
        text-decoration: none;
}
#container-comunicarnos-menu .texto {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #5b5b5b;
        text-decoration: none;
}

#container-comunicarnos-menu .texto_bold {
        color:#5B5B5B;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        font-style:normal;
        font-variant:normal;
        font-weight:bold;
        line-height:normal;
        text-decoration:none;
        text-transform:none;
}

#container-comunicarnos-menu .enlace_noticias {
        color:#19697A;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
}
#container-comunicarnos-menu .epigrafe {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: italic;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #5b5b5b;
        text-decoration: none;
}
#container-comunicarnos-menu .linea {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center top;
        margin: auto;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #4c4c4c;
        border-right-color: #4c4c4c;
        border-bottom-color: #4c4c4c;
        border-left-color: #4c4c4c;
}





