/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Enlaces */
a:link, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	font-style: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF9933;
	font-style: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	font-style: normal
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Botones cabecero */
a.botones {
	background-color: #CDCDCD;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 20px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
a:link.botones, a:visited.botones, a:hover.botones, a:active.botones {
	color: #666666;
	font-weight:bold;
}
a.botones span {
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
/* Estado OVER de los botones */
a:hover.botones {
	display: block;
	background-color: #999999;
	color: #FFFFFF;
}
.anchura-boton { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 240px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Botones selector */
.apartados {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #666666;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Botones sub-selector */
a.sub-selector {
	background-color: #F4DEFF;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 20px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
a:link.sub-selector, a:visited.sub-selector, a:hover.sub-selector, a:active.sub-selector {
	color: #660066;
	font-weight:bold;
}
a.sub-selector span {
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
/* Estado OVER del selector */
a:hover.sub-selector {
	display: block;
	background-color: #999999;
	color: #FFFFFF;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Botones pag-actual */
a.pag-actual {
	background-color: #B576D4;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 20px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
a:link.pag-actual, a:visited.pag-actual, a:hover.pag-actual, a:active.pag-actual {
	color: #FFFFFF;
	font-weight:bold;
}
a.pag-actual span {
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
/* Estado OVER del selector */
a:hover.pag-actual {
	display: block;
	background-color: #999999;
	color: #FFFFFF;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #660066;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Botón ROJO No callados */
a.pag-atencion {
	background-color: #FF0000;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 20px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
a:link.pag-atencion, a:visited.pag-atencion, a:hover.pag-atencion, a:active.pag-atencion {
	color: #FFFFCC;
	font-weight:bold;
}
a.pag-atencion span {
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
/* Estado OVER del selector */
a:hover.pag-atencion {
	display: block;
	background-color: #A559CD;
	color: #F1D4FF;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ FOOTER */
.footer {
	background-color: #EEEEEE;
	margin: 0;
	padding: 0px;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.footer-2 {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
}
.footer-hisparooba {
	background-image: url(../../hispagenda/componentes-plantillas/imagenes-paginas-2010/footer-hisparroba.png);
	background-repeat:no-repeat;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.footer-inf-L {
	background-image: url(../../hispagenda/componentes-plantillas/imagenes-paginas-2010/pagina-bottom-L.jpg);
	background-repeat:no-repeat;
}
.footer-inf-R {
	background-image: url(../../hispagenda/componentes-plantillas/imagenes-paginas-2010/pagina-bottom-R.jpg);
	background-repeat:no-repeat;
}
.footer-inf-C {
	border-top: 1px solid #999999;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Contenidos pagina */
.bloque {
	border-right: solid 1px #CCCCCC;
	padding: 10px;
	padding-top: 4px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Noticias */
.noticia-titulo {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #990099;
	padding-top: 20px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #660066;
}
.lista {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #990099;
	font-weight: bold;
	padding: 2px;
}
.noticia-destacada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #454545;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Cabecero */
.cabecero {
	background-image: url(../../hispagenda/componentes-plantillas/cabeceros/cabecera-violencia-1000.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
}
.header {
	background-color: #EEEEEE;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.fecha-actual {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990099;
}
.epigrafe {
	background-color: #EDFFCD;
	padding: 5px;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 0.04em;
	color: #666600;
	border: 1px solid #CCCCCC;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Textos de colores */

.txt-rojobold {
	color: #FF0000;
	font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Articulos */
.titulos {
	background-color: #660066;
	color: #EDFFCD;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 0.08em;
}
.titulos2 {
	background-color: #454545;
	color: #FFFFCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 0.08em;
}
.titulo-rojo {
	background-color: #FF0000;
	color: #FFFFCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0.08em;
}
.sub-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #990099;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Contenido del lateral derecho */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EVENTOS */

.eventos-bloque {
	background-color: #FFFFCC;
	margin: 20px;
	padding: 4px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990099;
	border: solid 1px #990099;
}
td#eventos a {
	background-color: #FFCC00;
	display: block;
	margin: 0;
	padding: 4px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #AA0000;
	border-top: solid 1px #FFFFCC;
	border-left: solid 1px #FFFFCC;
	border-bottom: solid 1px #FF9900;
	border-right: solid 1px #FF9900;
}
td#eventos a:hover {
	display: block;
	background-color: #AA0000;
	color: #FFFFCC;
	border-top: solid 1px #FFCC00;
	border-left: solid 1px #FFCC00;
	border-bottom: solid 1px #FF9900;
	border-right: solid 1px #FF9900;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MENUS */
.menu-epigrafe {
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	background-color: #B576D4;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 11px;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 0.04em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Utilidades */
.utilidades-epigrafe {
	background-color: #EEEEEE;
	padding: 5px;
	padding-left: 10px;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 0.04em;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.utilidades-menu {
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	background-color: #669900;
	color: #EDFFCD;
	padding: 5px;
	padding-left: 11px;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 0.04em;
}
td#utilidades a {
	background-color: #FFFFDD;
	display: block;
	margin: 0;
	padding: 4px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AA0000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid silver;
}
td#utilidades a:hover {
	display: block;
	background-color: #AA0000;
	color: #FFFFDD;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ INFO (portal) */

.contenido-info {
	font-family: Arial, Helvetica, sans-serif;
	color: #990099;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	background-color: #FFFFDD;
	border: solid 1px #990099;
}

