@charset "utf-8";
/* CSS Document */

.clear{
	border:none;
	visibility:hidden;
	overflow:hidden;
	clear:both;
	height:0;
}

div#content{
	background-color:#276480;
	padding:0 10px 0 10px;
	color:#333;
	line-height:1.7em;
}

#content h2, #content h2.h2-noticias, #content .title-noticias{
	font:1.7em/1.8em "Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
	font-weight:bold;
	margin-bottom:5px;
}

#content h4, #content #call-to-action .title, #content #call-to-action-rcol .title{
	font:1.5em/1.6em "Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
}

#content a, .prox-partidos div,  .prox-partidos-empty div{
	text-decoration:none;
	color:#00abe3;
	font-weight:bold;
}

#content a{
	font-size:1.1em;
	}

#content a:hover{
	text-decoration:underline;
}

#content a img{
	border:none;
}

#content .bold{
	font-weight:bold;
}

/* Cabezal */

#ligas-header{
	background-position:top center; /* the background-image must be linked from the header of the index.aspx */
	background-repeat:no-repeat;
	width:958px;
	height:354px;
	border:1px solid #fff;
	position:relative;
	}

.titular{
	width:320px;
	position:absolute;
	top:21px;
	left:28px;
	}
	
#ligas-header h1, #ligas-header p.presenta, #ligas-header p.canales, #ligas-header p.presenta span, #lHead h1, #lHead p.presenta, #lHead p.canales, #lHead p.presenta span{
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
	font-size:2em;
	font-weight:bold;
	color:#fff;
	}
	
#ligas-header h1, #lHead h1{
	margin: 9px 0 0;
	line-height:1;
}
	
#ligas-header p.presenta, #ligas-header p.presenta span, #lHead p.presenta, #lHead p.presenta span{
	font-size:1.14em;
	}

#ligas-header p.presenta span, #lHead p.presenta span{
	color:#69cbef;
	}
	
#ligas-header p.canales{
	font-size:1em;
	font-weight:normal;	
	word-spacing:2px;
	}

#ligas-header p.header-desc, #lHead p.header-desc{
	display:none;
}

#lHead h1{
	font-size:1.6em;
	line-height:0.9;
}

#lHead p.canales{
	font-size:1em;
	font-weight:normal;
	}

#sharebox {
	float:right;
	margin-top:5px;
	width:130px;
	position:relative; /*agregado */
	clear:right;
	z-index:10
}

#sharebox a {
	padding-left:16px;
	color:#7aa9bc;
	background:url(/img/minisitios/globo_link.gif) no-repeat;
	font-size:9px;
	text-decoration:none
}

#sharebox ul {
	position:absolute;/*cambiado */
	display:none;
	height:146px;
	margin-top:2px;
	padding:7px 0 0 16px;/*cambiado */
	background:url(/img/minisitios/sharebox_bg.png) no-repeat;
	width:97px;/*agregado */
}

#sharebox ul.show {
	display:block
}

#sharebox li {
	margin-bottom:3px;
	padding-left:24px
}

#sharebox ul a {
	padding-left:0;
	color:#62c1e9;
	font-family:"Trebuchet MS";
	font-size:10px;
	text-decoration:none;
	background: none!important;
}

#sharebox a:hover {text-decoration:underline}

li.enviar {background:url(/img/minisitios/share_enviar.png) 1px 3px no-repeat}
li.imprimir {background:url(/img/minisitios/share_imprimir.png) 0 3px no-repeat}
li.favoritos {background:url(/img/minisitios/share_favoritos.png) 0 3px no-repeat}
li.facebook {background:url(/img/minisitios/share_facebook.png) 0 3px no-repeat}
li.digg {background:url(/img/minisitios/share_digg.png) 0 3px no-repeat}
li.delicious {background:url(/img/minisitios/share_delicious.png) 0 3px no-repeat}
#sharebox li.close a {
	position:absolute;
	display:block;
	top:10px;
	right:11px;
	width:11px;
	height:11px
}

/* menu */
	/* common */

ul#liga-tabs{
	margin:0;
	position:absolute;
	bottom:0; /* Change according to the particular menu. Use body signatures if different pages need different separations */
	left:20px; /* Change according to the particular menu. */
	height:30px;
	outline:0;
}

ul#liga-tabs li {
	float:left;
	display:inline;
	height:30px;
	line-height:30px;
}

ul#liga-tabs li a {
	float:left;
	display:inline;
	background-image:url(/img/minisitios/bLeft.png); /* the path to this image may need to be changed */
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	padding:0 14px 0 20px;
}
ul#liga-tabs li span {
	background:url(/img/minisitios/bRight.png) 0 0 no-repeat; /* the path to this image may need to be changed */
	float:left;
	display:inline;
	height:30px;
	width:6px;
}

ul#liga-tabs li:hover span,
body#intro ul#liga-tabs li.intro span,
body#subpage ul#liga-tabs li.subpage span,
body#subpage-2 ul#liga-tabs li.subpage-2 span,
body#subpage-3 ul#liga-tabs li.subpage-3 span,
body#guia ul#liga-tabs li.guia span,
body#masters ul#liga-tabs li.masters span
{background-position:0 -30px}

ul#liga-tabs li:hover a,
body#intro ul#liga-tabs li.intro a,
body#subpage ul#liga-tabs li.subpage a,
body#subpage-2 ul#liga-tabs li.subpage-2 a,
body#subpage-3 ul#liga-tabs li.subpage-3 a,
body#guia ul#liga-tabs li.guia a,
body#masters ul#liga-tabs li.masters a
 {
	background-position:0 -30px;
	color:#333;
	text-decoration:none;
}

/* /uMenu */

/* /menu */

#content #call-to-action, #content #call-to-action-rcol{
	background:url(/img/minisitios/bg_calltoaction.png) top center no-repeat;
	width:182px;
	height:195px;
	float:right;
	margin:88px 30px 0 0;
	padding:0 17px 15px;
	font-size:0.85em;
}

#intro #content #call-to-action, #content #call-to-action-rcol {
	padding:0 0 15px 17px;
	width:199px;
}

#content #call-to-action{
	background:url(/img/minisitios/bg_calltoaction.png) top center no-repeat;
}

#content #call-to-action{
	clear:right;
	display:inline;
	}

#content #call-to-action .title, #content #call-to-action-rcol .title{
	line-height:22px;
	text-align:center;
	margin-bottom:10px;
	font-size:1.4em;
}

#call-to-action p, #call-to-action-rcol p{
	font-size:1.3em;
	}

#call-to-action .cuadrogris{
	font-size:1em;
	margin-left: -10px;
	margin-top:6px;
	width: 216px;
	}

#call-to-action p{
	font-size:12px;
	}
	
#call-to-action .cuadrogris p.question{
	float:left;
	font-size:1.1em;
	font-weight:bold;
	line-height:30px;
	margin:0 0 0 3px;
	width:111px;
}

#content #call-to-action .cuadrogris a.calltoaction_btn{
	margin: 7px 16px 0pt 0pt; 
	float: right;
}
	
.highlight{
	font-weight:bold;
	color:#009fcc;
}

#call-to-action .subtittle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left: 66px;
	padding-top:10px;
	padding-bottom: 15px;
	color:#666;
	font-weight: bold;
}

#content a.calltoaction_btn{
	background:url(/img/minisitios/btn_cuenta.gif) top left no-repeat;
	width:83px;
	height:17px;
	color:#fff;
	text-align:center;
	font-size:1.2em;
	display:block;
	line-height:17px;
	margin:5px 0 10px;
}
#content #call-to-action a.calltoaction_btn{
	background:url(/img/minisitios/btn_cuenta.gif) top left no-repeat;
}


#content a.calltoaction_btn:hover{
	text-decoration:none;
}

/* Contenido principal*/

#content #ligas-content {
	background-color:#fff;
	background-position:bottom center; /* the background-image must be linked from the header of the aspx file */
	background-repeat:no-repeat;
	padding:17px 30px 127px 30px;
}

#content .main{
	width:680px;
	float:left;
	display:inline
}

#content .main p{
	margin-bottom:19px;
	font-size:1.3em;
}

#content .main a{
	font-size:1em;
}

#content .main-intro{
	background-position:bottom right; /* the background-image must be linked from the header of the index.aspx */
	background-repeat:no-repeat;
	padding-bottom:30px
}


#content .main-intro p{
	padding-right:35px;
}

#content .main-intro p.img-pad{
	padding-right:245px;
}

#content .h2-line{
	background:url(/img/minisitios/line.gif) bottom left no-repeat;
	margin-bottom:13px;
}

#content .main p.controlplus, #content .main p.bernabeu{
	float:left;
	font-size:1.2em;
	margin-left:19px;
	width:486px;
	line-height:1.3em;
}

#content .main p.controlplus a{
	font-size:0.9em;
}

#content .main p.bernabeu{
	width:435px;
	margin-top:10px;
	font-size:1.35em;
}

#content .call-to-action-wrapper{
	margin-top:28px;
}

#content .call-to-action-wrapper h3{
	font-family:"Trebuchet MS";
	font-size:1.45em;
	font-weight:bold;
}

#content .call-to-action-wrapper p{
	margin-bottom:12px;
}

#content .big-call-to-action{
	background:url(/img/minisitios/bg_cuenta.gif) top left no-repeat;
	width:565px;
	height:80px;
	padding:10px 15px;
	font-size:0.9em;
}

#content .main .big-call-to-action p{
	margin:0;
	font-size:1.3em;
}

#content .cliente, #content .no-cliente{
	float:left;
	font-size:1em;
}

#content .cliente{
	width:52%;
	padding:0 0 0 15px;
	border-left:1px dashed #b2b2b2;
}

#content .no-cliente{	
	width:45%;
}

#content .cliente a.calltoaction_btn, #content .no-cliente a.calltoaction_btn, #content .noticia p, #content .main-intro p.subtitulo{
	margin-bottom:0;
}

#content .no-cliente a.calltoaction_btn{
	margin-top:23px;
}

#content .no-cliente a.calltoaction_btn, #content .cliente a.calltoaction_btn{
	font-size:1.1em;
}

#content .partidos-tabs li a{
	float:left;
	display:block;
	height:25px;
	margin-right:2px;
	cursor:pointer;
	background:url(/img/minisitios/bg_tabs.gif) top center no-repeat;
	width:70px;
	color:#333;
	font-size:11px;
	text-align:center;
	line-height:30px;
}

#content .partidos-tabs li.current a, #content .partidos-tabs li a:hover{
	line-height:25px;
}

#content .partidos-tabs li a:hover, #content .partidos-tabs li.current a{
	background-position:0 -25px;	
	text-decoration:none;
}

#content .resultados{
	border:1px solid #e6e6e6;
	margin-bottom:40px;
	width:664px;
}

#content .vs th{
	text-align:left;
	font-size:1em;
	padding-left:10px;
	background:url(/img/minisitios/bg_th_resultados.gif) center left repeat-x;
	height:18px;
	font-weight:bold;
}

#content .vs td{
	padding:4px 5px 3px;
	font-size:1em;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

#content .vs td img{
	vertical-align:middle;
	margin:0 15px;
}

#content .vs td, #content .vs th{
	text-align:center;
}

#content .vs td.nombre-eq, #content .vs th.nombre-eq{
	text-align:left;
	width:250px;
}

#content .vs td.puntos, #content .vs th.puntos{
	width:50px;
}

#content .vs td.matches, #content .vs th.matches{
	width:25px;
}

#content .vs td.gols, #content .vs th.gols{
	width:88px;
}

#content .vs, #content .vs th{
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
}

#content .vs th.puntos ,#content .vs th.matches, #content .vs th.gols{
	padding:0;
}

#content .vs tr.non, #content .non{
	background-color:#fafafa;
}

.intro-list{
	margin:5px 0 20px;
	padding-left:10px;
}

.intro-list li{
	background:url(/img/minisitios/bullet_arrow.gif) center left no-repeat;
	font-size:1.3em;
	margin-bottom:5px;
	padding-left:25px;
}

.img {
	float:left;
	margin: 3px 12px 9px 0;
}

#content .nextEvent {
	margin:0 17px 50px 0;
	overflow:hidden;
}

#content .nextEvent h3 {
	margin-bottom:4px;
	font-family:"Trebuchet MS";
	font-size:1.3em;
	font-weight:bold
}

#content .nextEvent img {
	float:left;
	display:inline;
	margin:0 17px 0 0
}

#content .nextEvent p {
	margin-bottom:0;
	font-size:1.1em;
	line-height:1.545em
}

.diferenciales{
	overflow:hidden;
	margin-bottom:28px;
	clear:both
	}
	
.diferenciales .trio-dif{
	overflow:hidden;
	float:left;
	padding-bottom:22px;
}

.diferenciales .trio-dif div{
	float:left;
	width:214px;
}

.diferenciales .trio-dif .dif-medio{	
	margin:0 12px;
}

.diferenciales .trio-dif div img{
	margin-bottom:9px;
}

#content .diferenciales h3 {
	margin-bottom:4px;
	font-family:"Trebuchet MS";
	font-size:1.3em;
	font-weight:bold
}

div#content .main .diferenciales div.trio-dif div p, div#content .main .diferenciales div.trio-dif div p a {
	font-size:12px;
	margin-bottom:0;
	line-height:17px;
}

#content .highlighted {
	margin-bottom:50px;
	padding:20px 10px 0;
	background:url(/img/minisitios/highlighted-bg.png) 0 0 repeat-x;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#content .highlighted img{float:left}

#content .highlighted h3{
	margin:0 0 5px 231px;
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS"
}

#content .highlighted p{
	margin-left:231px;
	font-size:12px;
	line-height:19px
}

#easySteps {
	margin-bottom:50px
}

.easyStep {
	margin-bottom:20px;
	padding-left:45px;
	overflow:hidden
}

.easyStep.one {background:url(/img/icon-1.png) 0 0 no-repeat}
.easyStep.two {background:url(/img/icon-2.png) 0 0 no-repeat}
.easyStep.three {background:url(/img/icon-3.png) 0 0 no-repeat}

.easyStep h3 {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold
}

#content .easyStep p {
	margin-bottom:0;
	font-size:12px;
}

#content .easyStep a {
	font-size:12px
}

.easyStep img {
	float:right;
	display:inline;
	margin:0 30px 0 20px
}


/* Columna derecha */
#content .right-col{
	width:215px;
	float:right;
}

#content .prox-partidos{
	background:url(/img/minisitios/mid_proximos_partidos.gif) top center repeat-y;
	width:214px;
	margin:11px 0 30px;
}

#content .prox-partidos h3,  #content .prox-partidos-empty h3{
	background:url(/img/minisitios/bg_th_proximamente.gif) top center no-repeat;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
}

#content .prox-partidos div,  #content .prox-partidos-empty div{
	padding:5px 10px;
	font-size:1em;
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
	border:1px solid #e5e5e5;
	border:1px 0;
	margin:0 0 -1px;
}

#content .prox-partidos div.alternate{
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	border:1px 0;
	margin:0 auto -1px;
	width:192px;
}

#content .prox-partidos div.partidos-foot{
	background:url(/img/minisitios/footer_proximos_partidos.gif) top center no-repeat;
	padding:9px 35px;
	border:none;
}

#content .prox-partidos div.partidos-foot a{
	background:url(/img/minisitios/btn_grabar_partidos.gif) top left no-repeat;
	width:137px;
	height:27px;
	display:block;
	text-indent:-99999px;
}

#content .noticias-brief{
	background:url(/img/minisitios/bg_contenedor_noticias.jpg) top left no-repeat;
	height:366px;
	padding:10px;
	font-size:0.85em;
	line-height:1.25em;
}

#content .resumen{
	height:140px;
	margin-top:14px;
}

#content .resumen p{
	font-size:1.1em;
	line-height:1.3em;
}

#content .resumen p span{
	font-size:1em;
}

#content .resumen-desc{
	margin-top:7px;
}

#content .mas-noticias{
	height:135px;
	margin:18px 0 0;
}

#content .mas-noticias p.subtitle{
	font-size:1.45em;
}

#content .noticias-brief h3{
	background:url(/img/minisitios/icono_noticias.gif) center left no-repeat;
	padding-left:47px;
	line-height:34px;
	height:44px;
	font-size:1.9em;
	font-weight:bold;
	margin-bottom:0;
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
	}
	
#content .noticias-brief .subtitle, .club{
	font-weight:bold;
	font-size:1.55em;
	margin:2px 0 1px;
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
}

#content .noticias-brief .subtitle{
	font-size:1.7em;
	line-height:1em;
    }

#content .noticia-autor{
	font-size:1.1em;
	line-height:normal;
}

#content .noticia-autor img, #content .h2-noticias img{
	vertical-align:middle;
}

#content .mas-noticias ul{
	margin:7px 0;
}

#content .mas-noticias ul li{
	padding-left:10px;
	margin-bottom:10px;
	background:url(/img/minisitios/bullet_circular_azul.gif) 0 5px no-repeat;
}

#content .mas-noticias ul li a, #content div.lateralDynamic div.lDChild ul li a{	
	color:#333;
	font-weight:normal;
	line-height:1.3em;
}

#content .noticias-box{
	font-size:0.9em;
	line-height:1.25em;
}


/* calendario */
#content div#lHead {
	background-position:top center; /* the background-image must be linked from the header of the aspx file */
	background-repeat:no-repeat;
	width:958px;
	height:118px;
	border:1px solid #FFF;
	position:relative;
}

#content div#lContent {
	background-color:#FFF;
	padding:28px 0 0 28px;
}
#content div#lContent div#lCSide {
}
#content div#lContent div#lCMain {
	width:680px;
}
#content div#lContent div#lCMain h2 {
	color:#333;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 11px 0;
}
#content div#lContent div#lCMain big {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	line-height:19px;
	margin:0 0 42px 2px;
	display:block;
}
#content div#lContent div#lCMain iframe#lframe {
	border:1px solid #e6e6e6;
	margin:8px 0 0 2px;
}

body#guia iframe{
	border:1px solid #e6e6e6;
	}
	
.mundial-wrapper{
	margin-bottom:27px;
	}
	
.mundial-wrapper h3{
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:1.3em;
	}
	
.mundial-wrapper p.mundial-desc, .mundial-wrapper h3{
	margin-left:234px;
	width:429px;
	}
	
#content .main p.mundial-desc{
	font-size:1.1em;
	}
.mundial-wrapper img{
	float:left;
}

#content .prox-partidos{
	background:url(/img/minisitios/mid_proximos_partidos.gif) top center repeat-y;
	width:214px;
	margin:11px 0 30px;
}

#content .prox-partidos h3,  #content .prox-partidos-empty h3{
	background:url(/img/minisitios/bg_th_proximamente.gif) top center no-repeat;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
}

#content .prox-partidos div,  #content .prox-partidos-empty div{
	padding:5px 10px;
	font-size:1em;
	font-family:"Trebuchet MS", sans-serif, Helvetica, Arial, Verdana;
	border:1px solid #e5e5e5;
	border:1px 0;
	margin:0 0 -1px;
}

#content .prox-partidos div.alternate{
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	border:1px 0;
	margin:0 auto -1px;
	width:192px;
}

#content .prox-partidos div.partidos-foot{
	background:url(/img/minisitios/footer_proximos_partidos.gif) top center no-repeat;
	padding:9px 35px;
	border:none;
}

#content .prox-partidos div.partidos-foot a{
	background:url(/img/minisitios/btn_grabar_partidos.gif) top left no-repeat;
	width:137px;
	height:27px;
	display:block;
	text-indent:-99999px;
}

#content .prox-partidos div.clear{
	padding:0;
	}
	
#content .prox-partidos span.partido-fecha{
	float:left;
	width:55px;
	color:#333;
	}
	
#content .prox-partidos span.partido-desc{
	width:195px;
	float:left;
	text-align:center;
}

/* calendario */

/* equipos */
#content .equipos-intro{
	margin-bottom:40px;
}

#content .equipos-desc{
	background-color:#f6f9f9;
	border:1px solid #f2f2f2;
	width:654px;
	margin-bottom:40px;
	padding:17px 0 0 11px;
	margin-top:19px;
}

#content #call-to-action-rcol{
	margin:6px 0 30px;
	float:none;
	}
	
#content .equipo{
	float:left;
	height:80px;
	margin-bottom:38px;
	padding-right:2px;
	width:216px;
}

#content .equipo p{
	margin:0;
	font-size:1em;
}
	
#content .equipos-iso{
	background:url(/img/minisitios/bg_logos_equipos.gif) top center no-repeat;
	width:82px;
	height:76px;
	float:left;
	margin-right:3px;
	padding-top:13px;
	text-align:center;
}

#content .equipo p.club{
	font-size:1.3em;
	margin-top:1px;
}

#content .bernabeu-wrapper{
	margin-bottom:35px;
	}

/* Noticias */
#content h2.h2-noticias{
	font-size:1.5em;
	line-height:1.25em;
}

#content h2.h2-noticias span{
	color:#4c4c4c;
	font-size:0.8em;
	font-weight:normal;
	line-height:0;
}

#content .main-noticias{
	background-color:#ededed;
	padding:15px 10px;
	font-size:1em;
	width:620px;
	margin-bottom:13px;
	}

#content .main-noticias img.foto-nota{
	float:left;
	margin:5px 10px 0 0;
}

#content .main-noticias p{
	font-size:1em;
	margin:5px 0 5px 175px;
	margin-left:175px;
	}

#content .noticia p.title-noticias{
	font-size:1em;
	margin-bottom:6px;
}

#content .fecha-noticias{
	color:#999;
	font-weight:normal;
}

#content .noticia{
	margin-bottom:20px;
}

#content .noticia a{
	font-weight:normal;
	text-decoration:underline;
}

#content .noticia a:hover{
	text-decoration:none;
}

#content .proyecciones{
	margin:37px 0 28px;
}


/* Lateral Dynamic */

div.lateralDynamic {
	width:214px;
	background-image:url(/img/minisitios/bLateralDynamicUp.png);
	background-position:0 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	color:#333;
/* the following can change*/
	margin:30px 0 0 0;

}
div.lateralDynamic div.lDChild {
	background-image:url(/img/minisitios/bLateralDynamicDown.png);
	background-repeat:no-repeat;
	background-position:0 100%;
	padding:16px 8px 8px 9px
}

div.lateralDynamic div.lDChild h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.2em;
	margin:9px 0 8px 0;
	font-weight:bold;
}

div#content div.lateralDynamic div.lDChild h3.h3-gray {
	color:#999;
	font-size:1.64em
}

/*div.lateralDynamic div.lDChild p {
	font-size:1.1em	
}*/

div.lateralDynamic p.title-banner-hd{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin:5px 0;
}
	
div.lateralDynamic p.banner-hd-lk{
	margin:12px 0 10px;
}

div.lateralDynamic div.lDChild ul li {
	background-image:url(/img/minisitios/bullet_circular_azul.gif);
	background-repeat:no-repeat;
	margin:0 0 17px 0;
	padding:0 0 0 10px;
	background-position:0 4px;
	line-height:1.3em;
	font-size:1.1em
}


div.lateralDynamic div.child-eq-hd{
	padding-top:10px;
}

div.lastCositin {
	width:10px;
}

div#content div.lateralDynamic div.lDChild ul li, div#content div.lateralDynamic div.lDChild ul.faq-box li, div#content div.lateralDynamic div.lDChild ul.down-box li, div#content .main .controles ul li, div#content .main ul.servicio-destacado li{
	background-image:url(/img/bullet_circular_3d_azul.gif);
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 22px;
	background-position:3px 7px;
}

div#content div.lateralDynamic div.lDChild ul.faq-box li.num1{
	background:url(/img/num_1.png) 0 0 no-repeat;
	}
div#content div.lateralDynamic div.lDChild ul.faq-box li.num2{
	background:url(/img/num_2.png) 0 0 no-repeat;
	}
div#content div.lateralDynamic div.lDChild ul.faq-box li.num3{
	background:url(/img/num_3.png) 0 0 no-repeat;
	}
div#content div.lateralDynamic div.lDChild ul.faq-box li.num4{
	background:url(/img/num_4.png) 0 0 no-repeat;
	}
div#content div.lateralDynamic div.lDChild ul.faq-box li.num5{
	background:url(/img/num_5.png) 0 0 no-repeat;
	}			
div#content div.lateralDynamic div.lDChild ul.faq-box li a {
	color:#00abe3;
	font-weight:bold
}

/*mlb*/
.canales h3 {
font-family: Trebuchet MS;
font-weight: bold;
font-size: 1.3em;
}
#content .main p.canales-desc {
font-size: 1.1em;
}
/* /Lateral Dynamic */