@charset "UTF-8";
/* CSS Document */

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: inherit;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pie_pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#bannersuperior {
	width: 450px;
	height: 75px;
	display: inline;
	float: right;
}
#logo1 {
	display: inline;
	float: left;
}
.oneColFixCtrHdr #mainmenu {
	height: 25px;
	background-color: #00A0C6;
	text-align: center;
	padding: 5;
}
#homeseparador1 {
	background-color: #00A0C6;
	height: 15px;
	width: 780px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.linkmainmenu {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-right: 12px;
}

.linkmainmenu:hover {
	color: #000000;
	font-weight: normal;
}
#encontruccion {
	height: 300px;
	padding-top: 150px;
}
#homeflashintro {
	width: 780px;
}
#homecontizq {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-left: 5px;
}
#homecontder {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#noticiasportada {
	background-image: url(/html2/imagenes/noticiasportadafondo.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 210px;
}
#homeconmedio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 225px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.hometitulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00A0C6;
}
.hometexto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	padding-left: 20px;
}

#homecontenedor {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.homelinea1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #585858;
}
.homelink1 {
	color: #00A0C6;
	text-decoration: none;
}

.homelink1:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.deportestitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: underline;
}
.deporteslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:  #00A0C6;
	text-decoration: none;
}
li {
	color: #0066CC;
}

.deporteslink:hover {
	color:  #000000;
}

.titulo_deportes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
	padding-top: 10px;
}

.titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.texto_arial12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
}

.texto_arial12 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000033;
	padding: 8px;
}


.texto_arial12 li {

		color:#000000;
}


.texto_arial12 hr {
	color:#CCCCCC;
}

.texto_arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10;
}
.texto_arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cuardo_imagen_inicio {
	margin-top: 20px;
	text-align: center;
}
a {
	color: #00A0C6;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
.datos_contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sociostitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
}
.cuardo_imagen_inicio2 {
	margin-top: 20px;
	text-align: right;
	float: right;
}

.listado_defunciones {
	background-image: url(/html/images/defunciones_fondo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 360px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 70px;
}

.menu_dia {
	font-family: Arial, Helvetica, sans-serif;
}

.td_menu_valor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
.td_dia_cumpleanios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-style: normal;
	color: #000066;
}
.cumpleaniostitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
}
.calendariotitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
}
.contactitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
}
.formularioreservas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.reservas_condiciones {
	display: block;
}

.reservas_condiciones li {
	color: #000000;
	text-align: left;
	padding-top: 10px;
}

.restotitulomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-align: center;
}
.restotablamenu {
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.restotextoplatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.restotituloplatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.restotextovalor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}
.restotextodescuento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}
.datos_resto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}
.galeriastitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
	padding: 10px;
}
.texto_bajo_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


.img_gal {
	border: 1px solid #CCCCCC;
}
.noticiasportadatitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.noticiasportadatexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:  #000000;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.noticiasportadatextolink {
	color:  #000000;
	text-decoration: underline;
	font-size: 10px;
}
.noticiasportadalistado {
	overflow: auto;
}
.historiatitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #00A0C6;
	text-decoration: none;
	padding: 10px;
}
.noticiasfechapublicacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding: 10px;
	margin: 15px;
}
.restotextoplatosdetalles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
