body {
	width: 100%;
	position: absolute;
	text-align: center;
	padding: 0px;
	margin: auto;
}

/* Header */
#title-centenario {
	font-family: 'Helvetica', Arial, sans-serif;
	text-align: right;
	padding: 10px 20px;
}
#arriba {
    padding: 0px 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#arriba .logo {
    height: 60px;
  	padding: 15px;
	border-bottom: 1px solid red;
}
#arriba .foto img {
	height: 120px;
	border: 1px solid #000;
}
#arriba .foto {
	width: 190.4px;
}
#arriba > .foto:nth-child(3) {
	text-align: right;
}
#arriba #hamburger {
	width: 50px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	display: none;
	border: 1px solid #ff0000be;
	padding: 15px;
}
#arriba #hamburger span {
	display: block;
	height: 4px;
	background-color: #FF0000;
	border-radius: 2px;
}
#text-under-logo {
	font-family: 'Helvetica', Arial, sans-serif;
	border-bottom: 1px solid red;
}
#text-under-logo > p:first-child {
	text-align: right;
	padding: 0px 20px;
	margin: 0px;
}
#text-under-logo > p:last-child {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#menu {
	border-bottom: 1px solid #ff0000be;
}
#menu ul {
    display: flex;
	flex-wrap: wrap;
    text-wrap: nowrap;
	list-style-type: none;
	justify-content: center;
	gap: 8px;
}
#menu li a {
    font-family: 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	line-height: 1em;
    color: #000;
	text-decoration: none;
	font-weight: 500;
	padding: 0px 10px;
}
#menu li a.selected,
#menu li a:hover {
	color: #FF0000;
}
@media (max-width: 980px) {
	#title-centenario {
		padding: 20px 60px 0px;
	}
	#arriba {
		padding: 20px 60px;
	}
	#arriba .foto {
		display: none;
	}
	#arriba .logo {
		height: 100px;
		border: none;
		padding: 0;
	}
	#arriba #hamburger {
		display: flex;
	}
	#text-under-logo > p:first-child {
		padding: 5px 60px;
	}
	#menu ul {
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	#menu li a {
		font-size: 30px;
		line-height: 2.5em;
		text-wrap: wrap;
	}
}

.total {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	width: 100%;
}
.bloque {
	padding-top:15px;
	padding-bottom:0px;
}
@media (max-width: 980px) {
	.bloque {
		display: flex;
		flex-direction: column;
		padding: 25px
	}
	.colum1, .colum2, .colum3 {
		width: 100% !important;
		border: none !important;
		padding: 0px !important;
	}
}
.colum-secc {
	border-radius: 10px;
	float: left;
	padding: 0px 6px;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
	width: 63%;
	clear: none;
	position: static;
	background-color: #FFFFFF;
}
.derecha-publis {
	float: left;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 35%;
	font-size: 13px;
	background-color: #b8ffff;
	text-align: center;
}
@media (max-width: 980px) {
	.colum-secc,
	.derecha-publis {
		width: 100% !important;
	}
}
.colum1 {
	float: left;
	padding: 0px 6px;
	width: 33%;
	clear: none;
	position: static;
	background-color: #FFFFFF;
	border-right: 1px dotted #b3b3b3;
}
.colum2 {
	float: left;
	padding: 0px 6px;
	width: 33%;
	clear: none;
	position: static;
	background-color: #FFFFFF;
	border-right: 1px dotted #b3b3b3;
	border-left: 1px dotted #b3b3b3;
}
.colum3 {
	float: left;
	padding: 0px 6px;
	width: 30%;
	clear: none;
	position: static;
	background-color: #FFFFFF;
	border-left: 1px dotted #b3b3b3;
}
#pie {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 30px;
	padding: 30px 0px 10px;
	text-align: center;
	width: 100%;
	color: #000;
	border-top: 2px solid #f00;
	clear: both;
}
.linea-hor {
	color: #b8ffff;
	height: 0px;
	border:1px dashed;
	width: 90%;
}
.linea-hori { 
	height: 1px;
	border: 0;
	color: #cc0000;
	background-color: #333333;
	width: 75%;
}
.opinion {
	font-family: Arial, Verdana, Georgia;
	font-size: 16px;
	height:100%;
	width: 100%;
	text-align: center;
}
.mail {
	font-family: Arial, Verdana, Georgia;
	font-size: 16px;
	background: url("images/726.png") repeat;
	height:100%;
	width: 100%;
	text-align: center;
}
.cueropi {
	text-align: left;
}
.bajopi {
	text-align: right;
}
.feopi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #FF9900;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
	font-style: oblique;
	text-align: right;
}
.resopi {
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 1px;
}
.neopi {
	font-weight: bold;
	color: #327232;
}
.cuerpo {
	font-family: "TheSans", Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
}
.fecha {
	font-family: "TheSans", Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	color: #4e8196;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	font-style: oblique;
	line-height: normal;
}
.titulo {
	font-family: "TheSans", Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #ff0000;
}
.titulo a {
	text-decoration: none;
	color: #ff0000;
}
.titulo-seccion
	{font-size:18;
	font-family: Arial, Tahoma;
	color:#1c3804;
	background-color:#d2ff8a;
	margin-top:5px;
	padding: 5px 0px 5px;
	text-align:center;
  border-style:solid;
  border-color:grey white black;
  border-width:1px 0px 1px;
	}
.cuadro {
	float: none;
	clear: none;
	position: static;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	line-height: 0px;
	padding-top: 10px;
	text-align: justify;
}
#clima-encuesta {
	width:100%;
	text-align:center;
	height:200px;
}
#clima {
	float:left;
	text-align: center;
	width:50%;
}
.encuesta {
	float: left;
	text-align: center;
	width:50%;
}
#opin {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
	padding-bottom: 10px;
}
.volverycategorias {
	text-align:center;
	font-size: 20px;
}
.volverycategorias a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #d2872e;
}
.servicios {
	text-decoration: none;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	clear: none;
	text-align: left;
	padding-left: 15px;
}
.profesional {
	border-top: 1px dashed #0000FF;
	border-bottom: 1px dashed #0000FF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.profesionales {    
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	padding: 4px; 
	margin:10px;
	clear:none;
	float:left;
	background-color: #846079; 
	color: #FFFFFF; 
	text-decoration: none;
} 
.profesionales:a {
	text-decoration: none; 
}
.profesionales:link, 
.profesionales:visited { 
	border-top: 1px solid #cccccc; 
	border-bottom: 2px solid #666666; 
	border-left: 1px solid #cccccc; 
	border-right: 2px solid #666666; 
} 
.profesionales:hover { 
	border-bottom: 1px solid #cccccc; 
	border-top: 2px solid #666666; 
	border-right: 1px solid #cccccc; 
	border-left: 2px solid #666666; 
} 

/*Codigo para el slide */
.coin-slider { overflow: hidden; zoom: 1; position: relative; background-repeat: no-repeat;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 315; padding-bottom: 10px; font-family:"Arial Black"; font-size: 16; background-color: #000000; color: #ffe400; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
/*Find del codigo para el slide */






.foto {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.publi {
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	clear: both;
	height: 20px;
	line-height: 25px;
	color: #FFFFFF;
}
#titulos {
	background-position: left;
	float: left;
	padding: 10px 6px;
	clear: none;
	position: static;
	line-height: 16px;
	color: #003366;
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#titulos a {
	color: #003366;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pubder {
	text-align: center;
	margin-top: 20px;
}
#depo1 {
	background-position: 20px 7px;
	float: left;
	clear: none;
	position: static;
	background-image:  url(images/deportes.gif);
	background-repeat: no-repeat;
	padding-top: 53px;
	padding-bottom: 10px;
}
#provi {
	background-position: 12px 10px;
	float: left;
	clear: none;
	position: static;
	background-image:  url(images/provincia.gif);
	background-repeat: no-repeat;
	padding-top: 54px;
	padding-bottom: 10px;
}
#cine {
	background-position: 20px 10px;
	float: left;
	clear: none;
	position: static;
	background-image:  url(images/cine.gif);
	background-repeat: no-repeat;
	padding-top: 54px;
	padding-bottom: 10px;
}
.vermas {
	background-color: #FFFFCC;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	float: right;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}
.vermas a {
	text-decoration: underline;
}
.vermas a:hover {
	text-decoration: none;
}
#contador {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	clear: right;
	float: right;

	position: static;
	text-align: right;
	width: 130px;
	margin-top: 4px;
}
.imagen {
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	line-height: normal;
	padding: auto;
	margin: auto;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 100%;
	overflow: auto;
}
.ima {
	padding:0px;
	margin: 0px;
	float: left;
	text-align: left;
}
.descripcion {
	background-color: #FFFFFF;
	color: black;
	font-weight:bold;
	font-size:14px;
	width: 100%;
}
.descrip {
	margin: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
#pripublis {
	text-align: center;
	float: left;
	height: 105px;
	width: 580px;
	margin-top: 13px;
}
#amimagen {
	background-color: #FFCC99;
	background-position: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
#amplia {
	font-size: 18px;
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 5px;
	background-image:  url(images/fonamp.jpg);
	background-repeat:  repeat-x;
}
#ampie {
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin: 0px;
	padding: 3px;
	height: 35px;
	background-image:  url(images/fonfot.jpg);
	background-repeat:  repeat-x;
}
#amdescri {
	background-color: #FF6600;
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 3px;
	vertical-align: middle;
}
.cuerpo a {
	text-decoration: none;
	color: #000000;
}
#enviar {
	font-family: "Times New Roman", Times, serif;
}
.audios {
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 12px;
	line-height: normal;
	color: #999999;
	background-color: #FFCC99;
	text-align: left;
	margin: 2px;
}
#opiniones {
	float: left;
	padding: 0px;
	border: none;
	margin: 0px;
	clear: none;
	position: static;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
}
.nume {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 12px;
	background-color: #ffffcc;


}
.numero {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
.nuiz {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:  url(images/nuiz.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 4px;


}
.nude {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:  url(images/nude.gif);
	background-repeat: no-repeat;


}
#numeros {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: center;
	width: 575;
	width: expression('585px');
	font-family: Tahoma, Arial, "Times New Roman", Georgia;
	font-size: 11px;
}
#numeros a {
	color: #FF3300;
	text-decoration: none;
}
#numeros a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#enlace a {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;

}
#enlace a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;

}
#director {
	text-align: center;
	float: left;
	height: 132px;
	width: 42px;
}
#buscador {
	width:60%;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #0066FF;
	margin-top: 7px;
}
#buscador form {
	margin: 0px;
}
#saludos {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px 6px;
	clear: none;
	position: static;
	background-color: #FFFFFF;
	line-height: normal;

}
.chima {
	border: thick solid #FFFFFF;
}
#ivideo {
	background-color:#0099cc;
	padding:5px;
	font-weight:bold;
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:14px;
	width:300px;
	width:expression('310px');
	text-align:left;
}
#ivideo a {
	color:#dddddd;
	text-decoration:none;
}
#ivideo a:hover {
	text-decoration:underline;
}
#mvideo a {
	color:#ffffff;
}
#ivideos {
	background-color:#0099cc;
	padding:5px;
	font-weight:bold;
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:14px;
	width:575px;
	width:expression('585px');
	text-align:left;
}
#ivideos a {
	color:#dddddd;
	text-decoration:none;
}
#ivideos a:hover {
	text-decoration:underline;
}
#ranking {
	background-position: 18px 10px;
	float: left;
	clear: none;
	position: static;
	background-image:  url(images/ranking.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-right: 6px;
	padding-top: 74px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}
.masnoticias {
	text-align: right; 
	color: #61380B; 
	font-size: 20px; 
	font-weight: bold; 
	margin: 20px;
}
.link-insertado-noticia {
	color:#369cbe !important;
	text-decoration: underline !important;
}