/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial/
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/*** HACKS PARA IE ***/

/* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */

*html {
}

/* Si necesitas aplicarlo a IE7 utiliza este:*/

*:first-child+html {
}

/*** NEUTRALIZANDO ESTILOS: 
	elementos que queremos limpiar completamente: ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
}

/*** NEUTRALIZANDO ESTILOS:
	elementos con margen vertical: ***/

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

/*** Algunos ajustes basicos: ***/

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

/*** LINKS:
	recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/*** FORMULARIOS: ***/

label, button {
cursor:pointer;
}

input, select, textarea {
	font-size: 100%;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/*** Algunas clases útiles: ***/

.clear {
	clear: both;
}

.float-left {
	float: left;
}
.titulo_contenido {
	text-align: right;
}


.float-right {
	float: right;
}

.helvetica {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}#contenedor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: auto;
	width: 800px;
	margin: 0 auto;
}
#cabecera {
	text-align: center;
}
#menu {
	border-top: 1px solid #007030;
	margin-top: 10px;
	padding-top: 5px;
}
#slogan {
	height: 40px;
	width: 100%;
}
#contenido {
	min-height: 425px;
	width: 100%;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #156b13;
	border-bottom-color: #156b13;
	background-image: url(../images/fondo_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#pie {
	text-align: center;
}
#pie p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#foto {
	float: left;
}
#foto_mini {
	float: left;
	width: 40px;
}
#desc {
	margin-top: -400px;
	color: #ffffff;
	margin-right: 10px;
	text-align: right;
	font-weight:bold;
}
.franja_verde {
	float: left;
	width: 8px;
	background-color: #156b13;
	height: 426px;
}
.franja_verde_reserv {
	float: left;
	width: 8px;
	background-color: #156b13;
	height: 426px;
	*height: 500px;
}

.marco_mini {
	margin-top: 1px;
	*margin-top: -1px;
}
.cont_derecha {
	margin-top: 20px;
	float: right;
	width: 415px;
	border-left: 2px solid #d6d6d6;
	padding-left: 10px;
}
.titulo_contenido {
	margin-bottom: 15px;

}
.texto {
	float: right;
	line-height: 175%;
	background-color: #f6f5f5;
	margin-right: 3px;
	width: 100%;
	min-height: 255px;
	background-image: url(../images/inferior_texto.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.texto p {
	margin-left: 20px;
	margin-right: 1px;
}

.inferior_texto img {
	margin-right: 20px;
	
}
.paginacion_oculto {
	float: right;
	width: 300px;
	text-align:right;
	padding-right: 50px;
	margin-top: -30px;
	visibility: hidden;
}
.paginacion_visible {
	float: right;
	width: 300px;
	text-align:right;
	padding-right: 50px;
	margin-top: -30px;
}
.texto li {
	list-style-type: none;
	margin-left: 40px;
	list-style-position: inside;
	list-style-image: url(../images/flecha01.jpg);
}
.tabla_tarifas {
	width: 90%;
	padding-right: 10px;
	padding-left: 100px;
}
.td_primero {
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
}
.td_comun {
		border-bottom: 1px dotted #666666;
		border-right: 1px dotted #666666;
}
.tabla_tarifas td {
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
}
.tabla_tarifas h1 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -5px;
		
}
.tabla_tarifas h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -5px;
		
}
.formulario-titulo {
	text-align: right;
	font-size:10px;
}
.google_map {
	margin-left: 8px;
}
.letra_pequena {
	font-size: 9px;
}
.tabla_reservas {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
.tabla_reservas .formulario-titulo {
	text-align:left;
	width: 23%;

}
.tabla_reservas input {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #333333;
}
.tabla_reservas .formulario-boton{
	margin-top: 10px;

}
.texto input {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #333333;
}
.texto textarea {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #333333;
	font-size:10px;
}
.lista_enlaces_izq {
	margin-left: 25px;
	float: left;
	font-size: 10px;
}
.lista_enlaces_der {
	margin-right: 55px;
	float: right;
	font-size: 10px;
	
}
.texto a:link, .texto a:visited {
color: #666666;
text-decoration: underline;
	
}
.texto a:hover {
color: #15680B;
text-decoration: none;
	
}

a:link, a:visited {
color: #666666;
text-decoration: underline;
	
}
a:hover {
color: #15680B;
text-decoration: none;
	
}
.indicaciones {
	font-weight: bold;
	color: #15680B;
}
.titulo002 {
	background-color: #15680B;
	font-weight: bold;
	color:#FFFFFF;
}
.negrita {
	font-weight: bold;
	font-size: 10px;	
}
.llegar {
	font-size: 10px;
	margin-bottom: 30px;
}
.situacion {
	width: 350px;;
	margin-top: 0px;
	line-height: 150%;
	padding-right: 10px;
	
}
.localiza_amplia {
	text-align: right;
	margin-right: 12px;
}
.lssi_index {
	width: 100%;
	text-align: center;
	color: #156B13;
	font-size: 12px;
	font-weight: bold;
}
h1.seo {
	font-size: 10px;
	color: #fff;
}
p.seo {
	font-size: 10px;
}
