﻿@charset "utf-8";
/* CSS Document */

/* =================================================================
												ELEMENTOS GENERALES
================================================================= */
		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			text-align: justify;
			margin: 0;
			background: #F9F9F9;
		}
		#contenedor {
			width: 960px;
			margin: 0 auto;
			background: #FFF;
		}
		a img {
			border: none;
		}
		blockquote {
			font-style: italic;
			padding: 5px 10%;
			background: #F3F3F3;
			margin-left: 5%;
			margin-right: 5%;
		}
/* =================================================================
												CLASES GENERALES
================================================================= */
		.centrado {
			text-align: center;
		}
		.exponente {
			vertical-align: top;
			font-size: smaller;
		}
		.subindice {
				vertical-align: sub;
				font-size: smaller;
		}
		.importante, .importante_color {
			text-align: center;
			font-size: 24px;
			font-weight: bold;
		}
		.importante_color {
			color: #F00;
		}
		.prensa {
			color: #000000;
			font-size: 16px;
		}
			.prensa h2 {
				color: #FF0000;
				font-size: 20px;
			}
		.resumen_noticia {
			font-weight: bold;
		}
		.fuente_noticia {
			font-style: italic;
		}
		.origen_noticia {
			font-size: 18px;
			font-weight: bold;
		}
		.foto_centrada {
			color: #660000;
			font-style: italic;
			text-align: center;
			width: 600px;
			margin-left: auto;
			margin-right: auto; 
		}
		.remarcado_pequeno {
			font-size: medium;
			color: #660000;
			font-style: italic;
		}
		.remarcado_normal {
			color: #660000;
			font-weight: bold;
		}
		.remarcado_rojo {
			color: #F00;
		}
/* =================================================================
												HIPERVÍNCULOS
================================================================= */
			/* Vínculos no visitados */
			a:link {
			}
			/* Vínculos visitados */
			a:visited {
			}
			/* Vínculo con el ratón encima o seleccionado con el teclado */
			a:hover, a:focus {
				color: #FFF;
				background: #00F;
				text-decoration: none;
			}
			/* Vínculo pulsado */
			a:active {
			}
/* =================================================================
												ENCABEZADO
================================================================= */
		#encabezado {
			clear: both;
			background: transparent url(../imagenes_basicas/fondo_cabecera.png) no-repeat top left;
			height: 140px;
		}
		#logo{
			float: left;
			width: 140px;
			height: 140px;
			background: url(../imagenes_basicas/logotipo.gif) no-repeat top left;
		}
		#incinera {
			text-align: right;
			color: #000000;
			font-family:"Times New Roman", Times, serif;
			font-size: 30px;
			font-weight: bold;
			padding-right: 10px;
			padding-top: 65px;
		}
		#tenerife {
			text-align: right;
			color: #F59094;
			font-family:"Times New Roman", Times, serif;
			font-size: 30px;
			font-weight: bold;
			padding-right: 10px;
		}
		
/* =================================================================
												HERRAMIENTAS GOOGLE
================================================================= */
#google {
	clear: both;
	padding-top: 3px;
}
	#google_translate_element {
		position: relative;
		top: -5px;
		padding-left: 10px;
		width: 400px;
		height: 10px;
	}
		
	#search {
		float: right;
		padding-right: 10px;
	}
		#search #buscadorbox {
			width: 200px;
			height: 20px;
			border-radius: 15px;
			background:transparent url("http://www.google.es/coop/intl/es-ES/images/google_custom_search_watermark.gif") left 5px no-repeat;
			color:#000;
			padding:0 !important;
		}

/* =================================================================
												CUERPO
================================================================= */
		#cuerpo {
			text-align: center;
			background-color: #FFFFCC;
			color: #FF0000;
			font-size: 18px;
			padding: 25px 0;
			clear: both;
		}
		#obras {
			padding: 0 25px;
		}
		#cuerpo_noticias {
			background-color: #FFFFFF;
			text-align: center;
			
		}
		#texto_noticia p {
			text-indent: 50px;
		}
		#titulo_noticia {
			color:#000000;
			font-family: 'Times New Roman', Times, serif;
			background-color: #F59094;
			min-height: 104px;
			float: right;
			width: 870px;
			border-radius: 15px;
			margin-bottom: 5px;
		}
			#titulo_noticia h1 {
				font-size: 24px;
				font-weight: bold;
				text-align: center;
				padding: 5px 15px 5px 35px;
			}
		#fecha_noticia {
			float: left;
			width: 128px;
			height: 41px;
			background: url(../imagenes_basicas/Calendario.png) no-repeat top left;
			color: #000000;
			font-family: 'Times New Roman', Times, serif;
			font-size: 18px;
			padding-top: 45px;
			padding-bottom: 40px;
			padding-left: 5px;
			padding-right: 5px;
			position: absolute;
			top: 180px;
		}
		#texto_noticia {
			color: #000000;
			font-family: 'Times New Roman', Times, serif;
			font-size: 18px;
			text-align: justify;
			padding-top: 10px;
			padding-right: 10px;
			padding-left: 10px;
			padding-bottom: 10px;
			clear: both;
			border-left: solid medium #F59094;
			border-right: solid medium #F59094;
			min-height: 250px;
		}
			#texto_noticia h2 {
				font-size: 22px;
				font-weight: bold;
				text-align: center;
			}
		#texto_noticia .foto_centrada,
		#texto_noticia .centrado,
		#texto_noticia .importante,
		#texto_noticia .importante_color,
		#texto_noticia .fuente_noticia,
		#texto_noticia .origen_noticia {
			text-indent: 0;
		}
		#navegador {
			width: 100%;
			height: 25px;
		}
			#navegador #anterior, #navegador #subir, #navegador #siguiente {
				float: left;
				width: 32.3%;
				background-color: #F59094;
				padding: 0.5%;
			}
			#navegador #anterior {
				text-align: left;
				border-bottom-left-radius: 10px;
				border-top-left-radius: 10px;
			}
			#navegador #siguiente {
				text-align: right;
				border-bottom-right-radius: 10px;
				border-top-right-radius: 10px;
			}
			#navegador #subir {
				text-align: center;
			}
		#navegador #subir a, #navegador #siguiente a, #navegador #anterior a {
			border-radius: 10px;
			display: block;
			padding: 5px;
		}
		#navegador #subir a {
			border-radius: 0px;
		}
		#navegador #siguiente a {
			border-bottom-left-radius: 0;
			border-top-left-radius: 0;
			padding-right: 15px;
		}
		#navegador #anterior a {
			border-bottom-right-radius: 0;
			border-top-right-radius: 0;
			padding-left: 15px;
		}
		#navegador #subir a:hover, #navegador #siguiente a:hover, #navegador #anterior a:hover {
			background-color: #00F;
		}
			
/* =================================================================
												PIE
================================================================= */
		#pie {
			clear: both;
			padding: 15px 0 60px 0;
			background-color: #fff;
			border-radius: 20px;
			margin: 25px 0 25px 0;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		#pie #noticias, #pie #enlaces, #pie #correo {
			width: 312px;
			float: left;
			text-align: center;
			background: transparent;
			padding: 3px;
		}
		#pie #correo {
			float: right;
		}
		#correo a, #noticias a, #enlaces a {
			background-color: #FC3;
			border-radius: 20px;
			display: block;
			padding: 10px;
		}
		#noticias a {
			background-color: #F59094;
		}
		#enlaces a {
			background-color: #CCF;
		}
		#correo a:hover, #noticias a:hover, #enlaces a:hover {
			background-color: #00F;
		}

