

/* BANNER SEGÚN POSICIÓN - cada banner tiene asignado un estilo en función de su posición
 ---------------------------------------------------------------------------------------------- */
/* banners en columnas */
.bannerPos1, .bannerPos2, .bannerPos3, .bannerPos4, .bannerPos5, .bannerPos7, .bannerPos8, .bannerPos9,
.bannerPos12, .bannerPos13, .bannerPos14, .bannerPos15, .bannerPos20, .bannerPos21, .bannerPos22, .bannerPos23,
.bannerPos27, .bannerPos28, .bannerPos29, .bannerPos30 {
	display: inline;
	float: left;
	margin: 0px 0px 5px 0px;
}

/* banners en filas */
.bannerPos6, .bannerPos10, .bannerPos11, .bannerPos16, .bannerPos17, .bannerPos18, .bannerPos19,
.bannerPos24, .bannerPos25, .bannerPos26, .bannerPos32 {
	display: inline;
	margin: 0px 5px 5px 0px;
}

/* EXCEPCIONES */
/* sección */
.bannerPos10{
	margin: 0px 5px 0px 0px;
}

/* encima del pié */
.bannerPos18{
	margin: 10px 5px 5px 0px;
}

/* cabecera portada */
.bannerPos19, .bannerPos24{
	margin: 5px 5px 0px 0px;
}

/* portada entre noticias principales y cintillos */
.bannerPos26, .bannerPos33{
	margin: 5px 5px 5px 0px;
}

/* menús sin edición - patrocinador de cabecera */
.bannerPos11{
	margin: 0px;
}

/* Grupos de banners horizontales */
.cntBannHoriz{
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* BANNERS PROPIOS El Correo Gallego
 ---------------------------------------------------------------------------------------------- */
.tblBanner {
	border: 1px solid #E6E6E6;
	width: 140px;
}
.tblBanner a,  .tblBanner a:link, .tblBanner a:visited, .tblBanner a:hover, .tblBanner a:active{
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
.separadorImgBanner {
	border-top: 1px solid #E6E6E6;
}
.bannCntInfo {
	font-family: Verdana, Arial;
	color: #666666;
	font-size: 10px;
	padding: 5px;
	font-weight: normal;
}
.cntTitMenuBanner {
	vertical-align: top;
	background-color: #E6E6E6;
	padding: 5px 0px 5px 0px;
}

/* marcador deportivo */
.tblBannMDep{
	border: 1px solid #E6E6E6;
	width: 141px;
	margin-bottom: 8px;
}
.bannMDepPortadaTit {
	padding: 5px 7px 5px 7px;
	color: #366DA3;
	text-decoration: blink;
	font-weight: bold;
}
.bannMDepPortadaEquipos {
	padding: 2px 7px 5px 7px;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}
.bannMDepPortadaInfo {
	padding: 0px 7px 7px 7px;
}
.bannMDepPortadaResultado {
	color: #386CA5;
}


/* BANNERS PROPIOS Galicia Hoxe
 ---------------------------------------------------------------------------------------------- */
.tblBannerGH {
	border: 1px solid #E6E6E6;
}
.tblBannerGH a,  .tblBannerGH a:link, .tblBannerGH a:visited, .tblBannerGH a:hover, .tblBannerGH a:active{
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
.bannGHCntInfo {
	font-family: Verdana, Arial;
	color: #666666;
	font-size: 10px;
	padding: 4px;
	font-weight: normal;
}
.bannGHFndTit {
	/*background-color: #F57921;*/
	border-right: 1px solid #FFFFFF;
}

.bannGHFndDer {
	background-color: #E6E6E6;
}
.tblBannerGH img.bannImg {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

/*	BANNER de enlaces
 ---------------------------------------------------------------------------------------------- */
.tblBannerEnlaces {
	border: 1px solid #E6E6E6;
	width: 140px;
}

.tblBannerEnlaces td{
	padding:3px 3px 3px 3px;
}

.tblBannerEnlaces td.separador{
	border-bottom: 1px dashed #E6E6E6;
}

.tblBannerEnlaces a,  .tblBannerEnlaces a:link, .tblBannerEnlaces a:visited, .tblBannerEnlaces a:hover, .tblBannerEnlaces a:active{
	font-size: 10px;
	font-weight: normal;
	width:130px;
}
