body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 100%;
	color: #000000;
	margin: 0px;
}

 a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #62A718;
	font-weight: bold;
}


/* SIN EDICION
----------------------------------------------------------------------------------------------- */
.cntSinEdicionNoticiasHtmlInt, .cntSinEdicionNoticiasHtmlExt{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.cntSinEdicionNoticiasHtmlInt .cntNoticias{
	padding-right: 20px;
	vertical-align: top;
}
.cntSinEdicionNoticiasHtmlInt .cntHtml{
	vertical-align: top;
}
.cntSinEdicionHtmlIntNoticias .cntNoticias{
	vertical-align: top;
	width:30%;
}
.cntSinEdicionHtmlIntNoticias .cntHtml{
	vertical-align: top;
	width:70%;
}

.cntSinEdicionNoticiasHtmlExt .cntNoticias{
	width: 65%;
	padding-right: 20px;
	vertical-align: top;
}
.cntSinEdicionNoticiasHtmlExt .cntHtml{
	width: 35%;
	vertical-align: top;
}
.cntNoticiasArriba{
	padding-bottom: 20px;
	vertical-align: top;
	height: 100%;
}
.cntNoticiasAbajo{
	padding-bottom: 20px;
	vertical-align: top;
	height: 100%;
}
.cntSinEdicionNoticiasHtmlInt .cntHtmlArriba{
	vertical-align: top;
}
.cntSinEdicionNoticiasHtmlExt .cntHtmlArriba{
	vertical-align: top;
	height: 200px;
}
.cntSinEdicionNoticiasHtmlInt .cntHtmlAbajo{
	vertical-align: top;
}
.cntSinEdicionNoticiasHtmlExt .cntHtmlAbajo{
	vertical-align: top;
	height: 200px;
}


/* CABECERA
----------------------------------------------------------------------------------------------- */
.cntBannHoriz {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
#cntCabecera {
	width: 944px;
	display: block;
	clear: both;
}
#cntCabecera .logoECG{
	margin:10px 0px 5px 5px;
	float: left;
}
#cntCabecera .logoGH{
	float: left;
}

#cntCabecera .cabeceraMenu{
	background-image: url(../img/separadorCabecera2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 944px;
	clear: both;
	color: #686868;
	background-color: #E6E6E6;
	font-size: 1em;
	padding: 9px 0px 3px 0px;
}
#cntCabecera .cabeceraMenu .menu{
	float: left;
	padding-left: 10px;
}

#cntCabecera .cabeceraMenu .menu a{
	color:#386CA5;
}

#cntCabecera .cabeceraMenu .info{
	padding-right: 10px;
	text-align: right;
}

#cntCabecera .cntImagen {
	text-align:right;
	background-repeat: no-repeat;
	background-position: top left;
	width:944px;
	height:121px;
}


/* MENÚ + CONTENIDO
----------------------------------------------------------------------------------------------- */
#cntMenuContenido { /* contiene menú + contenido */
	width: 944px;
	height: 100%;
	position: relative;
	top: -25px;
}



/* MENÚ
--------------------------------------------------------------------------------------- */
#cntMenuContenido .cntMenu { /* con sombra en lado derecho */
	background-image: url(../img/canales/fndMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	width: 141px;
	margin-right: 6px;
	position: absolute;
	z-index: 5;
	padding: 0px 0px 6px 0px;
}
.cntMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cntMenu a, .cntMenu a:visited, .cntMenu a:active, .cntMenu a:link {
	background-color: #92BF3E;
	color: #FFFFFF;
	border: 1px solid #7C944A;
	border-left: 0px;
	border-bottom: 0px;
	filter: Alpha(Opacity=100, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100%);
	text-decoration: none;
	padding-left: 8px;
	display: block;
	width: 128px;
	font-weight: normal;
	min-height: 20px;
	line-height: 20px;
}
*html .cntMenu a, .cntMenu a:visited, .cntMenu a:active, .cntMenu a:link {
	width: 136px;
}
.cntMenu a:hover,
.cntMenu a.sel, .cntMenu a.sel:visited, .cntMenu a.sel:active, .cntMenu a.sel:link, .cntMenu a.sel:hover {
	background-color: #9AA182;
	color: #FFFFFF;
}
#cntMenuContenido .cntMenu li.primerMenu { /* primer menú (con ángulo) */
	background-image: url(../img/canales/fndAjustePrimerMenu.gif);
	background-repeat: repeat-x;
	background-position: right -2px;
}
#cntMenuContenido .cntMenu a.ultimoMenu { /* último menú (con ángulo) */
	background-image: url(../img/canales/brdAnguloUltimoMenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 1px; /* ajuste para Firefox y Netscape */
	border-right: 0px;
}


/* CONTENIDO
--------------------------------------------------------------------------------------- */
#cntMenuContenido .cntBaseContenido {
	height: 100%;
	width: 100%;
	position: relative;
}
#cntMenuContenido .brdSupCentralContenido {
	background-color: #FFFFFF;
	border: 1px solid #7C944A;
	border-right: 0px;
	border-bottom: 0px;
}
#cntMenuContenido .cntBordeContenido { /* bordes izquierdo, inferior, derecho para el contenido  */
	background-color: #FFFFFF;
	border: 1px solid #7C944A;
	border-top: 0px;
	height: 100%;
	width: 100%;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
}
table.cntTotal {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.cntTotal td {
	vertical-align: top;
}


/* COLUMNA DERECHA
--------------------------------------------------------------------------------------- */
.cntDerecha {
	float: right;
	width: 150px;
	margin: 0px;
	position: relative;
}

.icoPortada {
	text-align: right;
	margin-bottom: 12px;
}


/* BANNERS
--------------------------------------------------------------------------------------- */
/* cabecera */

.cntBannersDerecha {
	background-color: #D3D5C7;
	width: 100%;
	color: #000000;
	float: left;
	padding-bottom: 10px;
}

/* excepciones para banners según su posición */
.bannerPos12 {
	text-align: center;
	margin: 10px 5px 0px 5px;
}
.bannerPos11 {
	float: left;
	margin: 0px;
}


/* BARRA DE BOTONES - atrás, imprimir ...
----------------------------------------------------------------------------------------------- */
h6 {
	background-image: url(../img/fndSeparadorSeccion.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px dashed #E8E8E8;
	height: 22px;
/*	width: 100%;*/
	color: #666666;
	font-size: 13px;
	line-height: 22px;
	text-indent: 10px;
	padding: 4px 0px 0px 0px;
}

h6.accionesNoticia{ /* barra de botones (recomendar, imprimir, atrás) */
	background-image:none;
	background-color: #E6E6E6;
	height: 23px;
	color: #6B6B6B;
	border:none;
	text-indent: 10px;
	padding:0px;
	margin: 0px;
}

h6 a {
	float: right;
}


/* CONTENEDORES DE NOTICIAS
 ---------------------------------------------------------------------------------------------- */

/* NOTICIAS PORTADA A DOS COLUMNAS */
#portadaNoticiasDosColumnas {
	padding: 0px 0px 10px 0px;	/* top right bottom left */
	float: left;
	width: 100%;
}
.noticiaPortadaDosColumnas {
	width: 100%;
    vertical-align: top;
	clear: both;
	float: left;
    padding-bottom: 2px;
	margin-bottom: 12px;
    border-bottom: 1px dashed #E6E6E6;
}

/* NOTICIAS PORTADA COLUMNA IZDA */
#portadaNoticiasColumnaIzda {
	float: left;
	width: 65%;
	border-right: 1px solid #E6E6E6;
}
.noticiaPortadaIzda {
    vertical-align: top;
	clear: both;
    padding-bottom: 2px;
	margin-bottom: 12px;
	margin-right: 10px;
    border-bottom: 1px dashed #E6E6E6;
}

/* NOTICIAS PORTADA COLUMNA DERECHA */
#portadaNoticiasColumnaDcha {
	float: right;
	width: 33%;
	margin-left: 10px;
}
.cntSinEdicionHtmlIntNoticias .cntNoticias #portadaNoticiasColumnaDcha {
	width:100%;
	margin:0px;
}
.noticiaPortadaDcha {
	vertical-align: top;
	clear: both;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dashed #E6E6E6;
}

/* LISTADO DE NOTICIAS */
.seccionListaNoticia {
	width: 100%;
	vertical-align: top;
	clear: both;
	margin-top: 20px 0px 16px 0px;
	border-bottom: 1px dashed #E6E6E6;
}


/* NOTICIA EN DETALLE */
.noticiaDetalle {
	width : 100%;
	vertical-align: top;
	clear: both;
	font-size: 0.75em;
	word-spacing: 3px;
}	


/* NOTICIAS RELACIONADAS */
.noticiasRelacionadas {
    margin: 0px 0px 8px 0px;
	padding: 6px;
    background-color: #F8F8F8;
    border: 1px solid #E6E6E6;    
	color: #386CA5;
    font-size: 12px;
    font-weight: normal;
	clear: both;
}
.noticiaDetalle .noticiasRelacionadas{
	font-size: 1em;
}
.noticiasRelacionadas h4.tema {
	margin : 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	color: #656565;
	height: 15px;
	font-size: 12px;
}
.noticiasRelacionadas h4.temaOtro {
	margin : 10px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	color: #656565;
	height: 15px;
	font-size: 12px;
}

.noticiasRelacionadas h4.galeria {
	margin : 10px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	color: #656565;
	height: 15px;
	font-size: 1em;
}

.noticiasRelacionadas ul {
	list-style: none;
	margin: 2px 0px 0px 3px;
	padding: 0px;
}
.noticiasRelacionadas ul.otrasNoticiasRelacionadas {
	margin-top: 10px;
}
.noticiasRelacionadas li {
	background-image: url(../img/canales/bulletCuadradoRelacionadas.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-bottom: 2px;
	list-style: none;
}



/* ANTETITULOS, TITTULOS, SUBTITULOS, TEXTOS...
----------------------------------------------------------------------------------------------- */
/* ANTETÍTULOS */
h3,
.noticiaPortadaDosColumnas h3,
.noticiaPortadaIzda h3,
.seccionListaNoticia h3,
.noticiaDetalle h3 {
	margin : 0px 0px 5px 0px; /* top right bottom left */
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #266D02;
}

.noticiaPortadaDcha h3{
    font-size: 10px;
}

.noticiaDetalle h3 {
	font-size: 0.9em;
}

/* TITULOS */
h1,
.noticiaPortadaDosColumnas h1,
.noticiaPortadaIzda h1,
.seccionListaNoticia h1,
.noticiaDetalle h1 {
	font-weight: bold;
	color: #62A718;
	margin : 0px 0px 6px 0px; /* top right bottom left */
	font-size: 22px;
}
.seccionListaNoticia h1 { 
	margin : 0px 0px 8px 0px;
	font-size: 20px;
}
.noticiaDetalle h1{ 
	margin : 0px 0px 12px 0px;
	font-size: 1.7em;
}



/* TITULARES CON ENLACE */
.noticiaPortadaDosColumnas h1 a,
.noticiaPortadaDosColumnas h1 a:link, .noticiaPortadaDosColumnas h1 a:visited, .noticiaPortadaDosColumnas h1 a:hover, .noticiaPortadaDosColumnas h1 a:active,
.noticiaPortadaIzda h1 a,
.noticiaPortadaIzda h1 a:link, .noticiaPortadaIzda h1 a:visited, .noticiaPortadaIzda h1 a:hover, .noticiaPortadaIzda h1 a:active { 
	font-size: 22px;
}



/* ENLACES */ 
.noticiaPortadaDosColumnas a,
.noticiaPortadaDosColumnas a:link, .noticiaPortadaDosColumnas a:visited, .noticiaPortadaDosColumnas a:hover, .noticiaPortadaDosColumnas a:active,
.noticiaPortadaIzda a,
.noticiaPortadaIzda a:link, .noticiaPortadaIzda a:visited, .noticiaPortadaIzda a:hover, .noticiaPortadaIzda a:active,
.noticiaPortadaDcha a,
.noticiaPortadaDcha a:link, .noticiaPortadaDcha a:visited, .noticiaPortadaDcha a:hover, .noticiaPortadaDcha a:active {
	font-size: 12px;
}
.noticiaPortadaDcha a,
.noticiaPortadaDcha a:link, .noticiaPortadaDcha a:visited, .noticiaPortadaDcha a:hover, .noticiaPortadaDcha a:active {
	display: block;
	margin: 0px 0px 5px 0px;
}
.noticiasRelacionadas a,
.noticiasRelacionadas a:link, .noticiasRelacionadas a:visited, .noticiasRelacionadas a:hover, .noticiasRelacionadas a:active {
    font-size: 1em;
	font-weight: normal;
}
/* Enlace galerías */
a.comenGal, a.comenGal:link, a.comenGal:visited, a.comenGal:hover, a.comenGal:active {
	font-weight: normal;
	display: block;
	margin: 0px 0px 2px 0px;
}



/* SUBTITULOS */
h2,
.seccionListaNoticia h2,
.noticiaDetalle h2 {
	margin : 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.noticiaDetalle h2 {
	margin : 0px 0px 12px 0px;
	font-size: 1.1em;
}

/* subtitulo en portada, columna derecha*/
.noticiaPortadaDcha p { 
	margin : 0px 0px 5px 0px;	
    font-size: 12px;
    word-spacing: 3px;
    color: #000000;
}




/* FIRMAS */
h4, 
.seccionListaNoticia h4,
.noticiaDetalle h4 {
	margin : 0px 0px 7px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #9A9A9A;
}

.noticiaDetalle h4 {
	font-size: 1em;
}


/* PÁRRAFOS DE NOTICIAS */ 
p,
.noticiaPortadaDosColumnas p,
.noticiaPortadaIzda p,
.seccionListaNoticia p,
.noticiaDetalle p {
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	word-spacing: 3px;
}
.noticiaDetalle p {
	margin: 0px 0px 15px 0px;
	font-size: 1.1em;
}

.noticiaDetalle p strong { 
	color: #666666;
	font-weight: bold;
}



/* INFORMACIÓN ADICIONAL EN DETALLES DE UNA NOTICIA
----------------------------------------------------------------------------------------------- */

/* MAS INFO - Despieces, datos ... */
.masInfo { /* contenedor */
	display: block;
	overflow: auto;
	width:100%;
	color: #656565;
	border: 1px solid #E6E6E6;
	margin-bottom: 15px;
}
.masInfo .epigrafe { /* título */
	background-image: url(../img/canales/bulletCuadrado.gif);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-color: #E6E6E6;
	font-weight: bold;
	color: #656565;
	padding: 6px 6px 6px 25px;
	height: 15px;
/*	font-size: 0.9em;*/
}
.masInfo p { /* párrafos */
	margin : 10px 10px 10px 10px;	
	word-spacing: 3px;
	color: #7F7F7F;
}
.masInfo p strong { /* negrita */
	color: #7F7F7F;
}


/* Marcadores Deportivos */
.tblResultadosDeportivos{
	width: 100%;
	margin: 10px 0px 10px 0px;
	border: 1px solid #E6E6E6;
	background-color: #F8F8F8;
	font-size:0.9em;
}
.tblResultadosDeportivos td{
	font-size:0.9em;
}

.resultadosMarcadores{
	padding: 10px 10px 0px 10px;
}
.tblMarcadores{
	width: 100%;
	font-size:1.2em;
}
.tblMarcador{
	width: 50%;
}
.tblResultadosBloque{
	width: 100%;
	margin-bottom: 10px;
	font-size:1.4em;
}

.separadorResultadosBloques{
	padding: 5px;
}

.resultadosEquipo{
	border: 1px solid #666666;
	border-right: 0px;
	background-color: #E6E6E6;
	color: #666666;
	width: 100%;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 5px;
	height: 22px;
}

.resultadosMarcador{
	border: 1px solid #666666;
	background-color: #999999;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}

.resultadosAlineacion{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 1em;
}

.txtAlineacionSeparador{
	color: #E6E6E6;
}

.resultadosInfoPartido{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px 10px 0px 10px;
}



/* TEXTOS ADICIONALES
 ---------------------------------------------------------------------------------------------- */
.txtFoto { /* pié de las imágenes */
	font-size: 11px;
	color: #666666;
	padding: 10px;
}
.noticiaDetalle .txtFoto { 
	font-size:0.7em;
}
.txtHora, .txtFechaEdicion {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.noticiaDetalle .txtHora, .noticiaDetalle .txtFechaEdicion {
	font-size: 1.09em;
}

.txtLadillo {
	font-weight: bold;
}
.txtApoyosNombre {
	font-weight: bold;
}
.txtApoyosCargo{
}

.txtResaltado{
	font-weight: bold;
	color: #E20001;
}

.txtBusqueda{
	font-weight: bold;
	color: #62A718;
}


/* IMÁGENES
 ---------------------------------------------------------------------------------------------- */
/* Imagen asociada a la noticia */
.noticiaPortadaDosColumnas p img,
.noticiaPortadaIzda p img {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 0px 10px 5px 0px;
}
.noticiaPortadaDcha img {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

/* Tabla para las imágenes en el cuerpo de la noticia */
table.fotoNoticia {
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0px 5px 0px;
	width: 5px;
	border-collapse: collapse;
	font-size:1.3em;
}

.imgBulletTriangulo {	/* triangulo separador */
	background-image: url(../img/canales/bulletTriangulo.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #62A718;
	font-size: 12px;
	font-weight: normal;
	width: 5px; /* conservar para evitar errores en i.e. cuando coincide en el corte de línea */
}

/* PIE DE LA WEB
 ------------------------------------------------------------------------------------------------- */
.contPie{
	background-color:#FFFFFF;
	width:934px;
	position:absolute;
	height:72px;
	font-size: 11px;
	border: 1px solid #E6E6E6;
	padding: 0px;
	left:10px;
	margin:35px 0px 24px 0px;
}

.contPie .logoPie{
	text-align: center;
	float: left;
	clear: left;
	vertical-align: middle;
	margin: 8px 20px 0px 22px !important;
	margin: 8px 20px 0px 12px;
}
.contPie .contacto, .contPie .copyRight{
	text-align: left;
	vertical-align: top;
	float: left;
	clear: none;
	margin: 10px 35px 0px 0px;
	padding-bottom: 10px;
}
.contPie .logoOjd{
	float: left;
	clear: right;
	margin: 6px 35px 0px 0px;
	vertical-align: middle;
}
.contPie .logoTitRSS{
	width: 100px;
	float: left;
	clear: right;
	margin-top: 20px;
}
.contacto a, .contacto a:link, .contacto a:visited,  .contacto a:hover, .contacto a:active{
	color: #366693;
	font-weight: normal;
}
/* PIE DE LA WEB FIN */

/* MUNDIAL DE FUTBOL */
.tblMundial{
	border-collapse:collapse;
	border:1px solid #B2C295;
	width:90%;
	margin-bottom: 30px;
}
.tblMundial td, th{
	padding:5px;
	border:1px solid #B2C295;
	text-align:center;
	font-size:12px;
}

.tblMundial th.grupo{
	background-color: #458310;
}

.tblMundial th{
	background-color: #63A718;
	color:#FFFFFF;
	font-weight:normal;
}

.tblMundial .fila_1{
	background-color: #E5E5E5;
}

/* CALENDARIO */

.cntCalendario{
	border: 1px solid #E6E6E6;
	width: 100%;
	border-collapse: collapse;
}
.fndCalendarioCabecera{
	background-color: #62A718;
}
.txtCalendarioCabecera{
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 22px;
	font-size: 12px;
}

.txtCalendarioDia0 {	/* dia sin información asociada */
	border-bottom:1px solid #E6E6E6;
	font-size: 12px;
	text-align: center;
	height:22px;
	color:#666666;
}

.txtCalendarioDiaHoy {	/* hoy */
	padding: 0px 2px 1px 2px;
	border: 1px solid #E20001;
}

.txtCalendarioDia1 {	/* dia con información asociada */
	border-bottom: 1px solid #E6E6E6;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 22px;
}
.txtCalendarioDia1 a, .txtCalendarioDia1 a:link, .txtCalendarioDia1 a:visited, .txtCalendarioDia1 a:active, .txtCalendarioDia1 a:hover{
	color: #62A718;
	text-align: center;
}

/* PAGINACION */
.tblPaginacion .sel{
	color: #E20001;
	font-weight: bold;
	text-align: center;
}

.tblPaginacion .noSel{
	height: 17px;
}


/* EVENTOS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* enlaces */
#cntEventos .cntInfoEvento a { /* titular evento */
	font-size: 14px;
	display: block;
	margin: 0px 0px 5px 0px;
}

/* textos */
#cntEventos p { /* párrafo evento */
	margin: 0px 0px 5px 0px;
}
#cntEventos .nRegistros{
	font-weight:bold;
	font-size:16px;
	color:#999999;
}

/* titulares */
.bloqueBuscador h4 {
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 5px 0px;
}

#cntEventos h6 {
	color: #FFFFFF;
	line-height: 16px;
	clear: both;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #999999;
}

/* contenedores */
#cntEventos { /* global */
	font-size: 12px;
	width: 100%;
}
.cntEventosContenido table {
	font-size: 12px;
	float: left;
}

.bloqueBuscador, #cntEventos .bloqueCalendario {
	color: #656565;
	display: inline;
	height: 210px;
	margin: 0px 0px 15px 0px;
}
.bloqueBuscador {
	float: left;
	width: 64%;
	position: relative;
	border-style: solid;
	border-color: #E6E6E6;
	border-width: 0px 1px 1px 1px;
}
#cntEventos .bloqueCalendario {
	text-align: center;
	float: right;
	position: relative;
	width: 33%;
	border: 1px solid #E6E6E6;
}
.bloqueBuscador .bloque {
	padding: 10px;
	border-top: 1px solid #E6E6E6;
}

#cntEventos .bloqueCalendario .bloque {
	text-align: center;
	position: relative;
	width: 180px;
	margin: auto;
	padding: 10px;
}

#cntEventos .fechaDesde {
	float: left;
	margin: 0px 5px 0px 0px;
}

#cntEventos .fechaHasta {
	margin: 0px 0px 0px 0px;
}

.bloqueBuscador .btnBuscar {
	text-align: right;
	margin: 0px 10px 0px 0px;
}

#cntEventos .cntEventosContenido { /* todo el contenido */
	background-color: #FFFFFF;
	color: #656565;
}

#eventosCabecera {
	display: block;
	margin: 0px 0px 15px 0px;
	border: 1px solid #E6E6E6;
}

#eventosCabecera .eventosInfoBusqueda {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
	background-color: #F8F8F8;
}

#eventosCabecera .cntNumRs {
	text-align: left;
	float: left;
	margin: 4px 0px 0px 10px;
}

#eventosCabecera .paginacion {
	clear: both;
	height: 25px;
	padding: 5px 10px 5px 0px;
}

#eventosCabecera .paginacion .tblPaginacion {
	float: right;
}

#eventosCabecera .paginacion .tblPaginacion img {
	margin: 0px 5px 0px 5px;
}

#cntEventos td.cntFichaEvento { /* cada evento */
	vertical-align: top;
	width: 49%;
	border: 1px solid #E6E6E6;
	background: #F8F8F8;
}
#cntEventos .cntImgEvento {
	text-align: center;
	margin: 0px;
}

#cntEventos .cntInfoEvento { /* información del evento */
	margin: 10px 10px 10px 10px;
}

/* formularios */

.boton{
	background-color: #0069AA;
	border: 1px solid #676767;
	padding: 0px 2px 0px 2px;
	color: #FFF;
}

/* imágenes */
.cntFichaEvento img {
	width: 94%;
	margin: 10px 0px 0px 0px;
	border: 1px solid #62A718;
}

/* separadores */
#cntEventos td.separadorFicha {
	width: 15px;
	height: 15px;
}


/* DETALLES de un evento */
.eventoDetalle {
    vertical-align: top;
	clear: both;
    font-size: 12px;
    word-spacing: 3px;
    color: #000000;
	margin-top: 20px;
}

/* Título del evento */
.eventoDetalle h1 { 
	margin : 0px 0px 6px 0px;
    font-size: 20px;
	line-height:25px;
    font-weight: bold;
    color: #62A718;
}

/* breve */
.eventoDetalle h2 { 
	margin : 0px 0px 12px 0px;
    font-size: 12px;
    font-weight: bold;
	color: #666666;
}

/* descripción */ 
.eventoDetalle p { 
	margin : 0px 0px 15px 0px;	
    font-size: 12px;
    word-spacing: 3px;
    color: #000000;
}

/* negrita dentro del texto */
.eventoDetalle p strong{ 
    font-size: 12px;
    word-spacing: 3px;
    color: #666666;
	font-weight: bold;
}

/* FICHAS ****************************************************************************************/

#cntFichasDosColumnas{
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	float: left;
	width:100%;
}
#cntFichasColumnaIzda{
	float: left;
	width: 294px;
}
#cntFichasColumnaDcha{
	float: right;
	width: 290px;
}
#cntFichasDosColumnas .ficha, #cntFichasColumnaIzda .ficha, #cntFichasColumnaDcha .ficha{
	margin:0px 0px 20px 0px;
	overflow:hidden;
	height:1%;
	position:relative;
}

#cntFichasDosColumnas .ficha .texto{
	margin:0px 0px 0px 0px;
	height:140px !important;
	height:152px;
	width:350px !important;
	width:352px;
	float:left;
	border:1px solid #CCCCCC;
	padding:0px 0px 10px 0px;
	position:relative;
}
#cntFichasColumnaIzda .ficha .texto, #cntFichasColumnaDcha .ficha .texto{
	margin:0px 0px 0px 0px;
	height:95px !important;
	height:107px;
	width:196px !important;
	width:198px;
	float:left;
	border:1px solid #CCCCCC;
	padding:0px 0px 10px 0px;
	overflow:hidden;
	position:relative;

}
#cntFichasDosColumnas .ficha .imagen, #cntFichasColumnaIzda .ficha .imagen, #cntFichasColumnaDcha .ficha .imagen{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
#cntFichasDosColumnas .ficha .lineaHorizontal{
	height:8px;
	background:#62A718;
	width:557px;
	float:right;
	overflow:hidden;
	margin:0px 0px 0px 0px !important;
	margin:-3px 0px 0px 0px;
}
#cntFichasColumnaIzda .ficha .lineaHorizontal, #cntFichasColumnaDcha .ficha .lineaHorizontal{
	height:8px;
	background:#62A718;
	width:247px;
	float:right;
	overflow:hidden;
	margin:0px 0px 0px 0px !important;
	margin:-3px 0px 0px 0px;
}
#cntFichasDosColumnas .ficha h1, #cntFichasColumnaIzda .ficha h1, #cntFichasColumnaDcha .ficha h1{
	font-size:120%;
	font-weight:normal;
	clear:both;
	margin: 5px 0px 10px 40px;

}
#cntFichasDosColumnas .ficha h2, #cntFichasColumnaIzda .ficha h2, #cntFichasColumnaDcha .ficha h2{
	font-size:90%;
	clear:both;
	margin: 0px 0px 0px 42px;
}
#cntFichasDosColumnas .ficha h3, #cntFichasColumnaIzda .ficha h3, #cntFichasColumnaDcha .ficha h3{
	padding:2px 0px 1px 3px;
	margin:5px 0px 0px 5px;
	float:left !important;
	float:none;
	width:auto !important;
	width:1%;
	white-space:nowrap;
	color: #FFFFFF;
	background-color: #9AA182;
	border:1px solid #6C4F65;
	font-size:90%;
}
#cntFichasDosColumnas .ficha p, #cntFichasColumnaIzda .ficha p, #cntFichasColumnaDcha .ficha p{
	background:#F2F2F2;
	font-size:70%;
	padding:3px 10px 8px 10px;
	margin: 0px 0px 0px 40px;
	position:absolute;
	bottom:0px;
	right:0px;
	width:285px !important;
	width:305px;
	height:65px !important;
	height:70px;
	vertical-align:top;
}
#cntFichasColumnaIzda .ficha p, #cntFichasColumnaDcha .ficha p{
	width:130px !important;
	width:150px;
	height:35px !important;
	height:45px;
	overflow:hidden;
}
#cntFichasDosColumnas .ficha p b, #cntFichasColumnaIzda .ficha p b, #cntFichasColumnaDcha .ficha p b{
	color: #266D02;
	text-transform:uppercase;
	display:block;
	margin:0px 0px 5px 0px;
	font-size:100%;
}
#cntFichasDosColumnas .ficha .imagen img, #cntFichasColumnaIzda .ficha .imagen img, #cntFichasColumnaDcha .ficha .imagen img{
	border:solid #CCCCCC;
	border-width: 1px 1px 1px 0px;
} 
#cntFichasListado{
	clear:both;
}
#cntFichasListado .ficha{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	background: url("../img/fndSeparador_TC.gif") no-repeat center bottom;
}
#cntFichasListado .ficha .puesto{
	padding:1px 2px 1px 2px;
	margin:0px 0px 3px 0px;
	float:left !important;
	float:none;
	clear:right;
	width:auto !important;
	width:1%;
	color: #FFFFFF;
	background-color: #9AA182;
	border:1px solid #6C4F65;
	font-weight:bold;
	font-size:75%;
}
#cntFichasListado .ficha h3{
	clear:both;
	font-size:12px;
}
/* NOTICIA DE LAS FICHAS */

#cntSinEdicionFichasNoticia h6 {
	margin:0px;
}
#cntSinEdicionFichasNoticia h1{
	clear:both;
}
#cntSinEdicionFichasNoticia h3{
	padding:2px 3px 1px 3px;
	margin:15px 0px 10px 0px;
	float:left !important;
	float:none;
	width:auto !important;
	width:1%;
	color: #FFFFFF;
	background-color: #9AA182;
	border:1px solid #6C4F65;
	font-size:100%;
}

/* FIN FICHAS */


/* COMENTARIOS DE UNA NOTICIA
 ------------------------------------------------------------------------------------------------- */
#noticiasComentarios {
	margin: 5px 0px 0px 0px;
	width : 100%;
}
#noticiasComentarios h3 {
	background-image: url(../img/bulletComentarios.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #646464;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 0px;
	height:18px;
	font-weight: bold;
	font-size: 1em;
	text-align:right;
	border-bottom: 1px dashed #E6E6E6;
	text-transform: lowercase;
	word-spacing:0px;
}
#noticiasComentarios h4 { /* título del comentario */
	background-color: #B3B3B3;
	color: #FFFFFF;
	font-size: 1em;
	padding: 3px 3px 3px 10px;
	margin: 0px;
	word-spacing:0px;
}
#noticiasComentarios h4.titFormulario {
	background-color: #FFFFFF;
	color: #9A9A9A;
	padding: 3px;
	margin: 0px;
}
#noticiasComentarios .cntComentario {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 4px 0px 0px 0px;
}
.cntComentario .cntAutorFecha {
	color: #999999;
	margin: 4px 5px 4px 10px;
	height: 15px;
	font-size: 1em;
}
.cntAutorFecha .comentarioAutor {
	float: left;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;	
	font-size: 1em;
}
.cntAutorFecha .comentarioHora {
	float: right;
	text-align: right;
	font-size: 1em;
}
.cntComentario .comentarioTexto {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #F8F8F8;
	border: 1px solid #E6E6E6;
	font-size: 1em;
	word-spacing:0px;
}
.cntComentario .comentarioTexto p {
	border: 0px;
	font-size: 12px;
}
.cntComentariosFrm {
	margin-top: 5px;
	background-color: #E6E6E6;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
.cntComentariosFrmEspacio{
	margin: 15px;
	width: 95% !important;
	width: 100%;
}
.cntComentariosFrmEspacio .error{
	font-weight:bold;
	color:#A82221;
	padding:0px 0px 10px 0px;
}
.cntComentariosFrm p {	/* Etiqueta */
	font-size: 12px;
	color : #666666;
	/*font-weight: bold;*/
	width: 585px;
	margin: 0px;
	padding: 0px;
}
.cntComentariosFrm .columna{
	width:150px;
	float:left;
	margin:0px 10px 0px 0px;
}
.cntComentariosFrm .columna .boton{
	float:left;
}
.cntComentariosFrm .columna p {	/* Etiqueta */
	width: 150px;
}

#noticiasComentarios .caja {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 100%;
	margin: 0px 0px 9px 0px;
	border: 1px solid #B3B3B3;
	padding: 2px;
	font-size: 12px;
	height: 20px;
}
#noticiasComentarios .boton {
	background-color: #CCCCCC;
	color: #666666;
	border: 1px solid #999999;
	font-size: 12px;
	float: right;
}
#noticiasComentarios .columna .boton {
	float:left;
}
#noticiasComentarios .pie {
	clear: both;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	width: 100%;
}
#noticiasComentarios .pie p{
	color: #666666;
	font-size: 11px;
	margin: 5px;
	width: 90%;
	font-weight: normal;
}
/* COMENTARIOS DE UNA NOTICIA FIN */



/* CABECERA
---------------------------------------------------------------------------------------------*/
#cntCabeceraECG{
	height: 71px;
	border-top: 1px solid #CCC;
	background: #0069AA;
}

#cntLogosECG{
	text-align: right;
	padding: 5px 15px 0 0;
}
#cntLogosECG img{
	margin-left: 10px;
}
#logoECG{
	float: left;
}
#cntFrmBuscadores{
	float: right;
	padding: 5px 5px 0 5px;
	margin: 6px 15px 0 0;
	background: #FFF;
	text-align: right;
}
#cntCabecera form{
	margin-bottom: 4px;
}
#cntCabecera form#frmGoogle{
	margin-top: 2px;
	margin-bottom: 0;
}
*html #cntCabecera form#frmGoogle {
	margin-bottom:-24px;
}
#cntCabecera form img.logo{
	margin-bottom: -4px;
}
#cntCabecera input.caja{
	width: 150px;
}
#cntCabecera input.boton{
	width: 52px;
}
#cntCabecera .menu{
	clear: both;
	overflow: hidden;
	height: 23px;
	background: #3387BB;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}
#cntCabecera .menu li{
	float: left;
	list-style: none;
}
#cntCabecera .menu li a{
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 4px 10px 5px 10px;
}
#cntCabecera #lstMenuPrincipal li a:hover{
	color: #FFF;
	background: #58B;
}
.info .nRegistros{
	color: #999;
	font-size: 150%;
}
/* CABECERA FIN
---------------------------------------------------------------------------------------------*/
