/* Elementos que queremos limpiar completamente: */

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

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

ul {
	list-style: none;
	list-style-type: none;
}

li{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	margin-bottom:12px;
}

ul.servicios{
	list-style-image:url(../images/lista.gif);
	margin-left:20px;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 16px 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 7px;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.6px;
	vertical-align: baseline;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 11px;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 9px;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 32px;
	font-family:"Times New Roman", Times, serif;
	margin:15px;
	color:#FF6600;
}

h2 {
	font-size: 29px;
	font-family:"Times New Roman", Times, serif;
	color:#FF6600;
}

h3 {
	font-size: 26px;
	color:#FF6600;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

/*** 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 {
	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:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}


body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

.wrapper {
	margin: 0 auto;
	width:900px;
	height:auto;
	overflow:hidden;
	background-color:#FCFCFC;
}

.bloque_menu{
	width:900px;
	height:46px;
	margin:0 auto;
}

	.bloque_menu a{
		color:#04AB98; /*verde agua*/
	}
	
	.bloque_menu a:active, .bloque_menu a:hover{/*naranja*/
		color:#FF6600;
	}
	
	.bloque_menu li{
		display:inline;
		font-size:33px;
		font-family:"Times New Roman", Times, serif;
		color:#04AB98;
	}


.pre_encabezado{
	width:900px;
	margin:0 auto;
	height:120px;
	background-image:url(../images/pre_encabezado.jpg);
	background-repeat:no-repeat;
}

.encabezado{
	width:900px;
	height:276px;
	margin:0 auto;
	background-image:url(../images/encabezado.jpg);
	background-repeat:no-repeat;
}

.bloque_central{
	width:840px;
	height:auto;
	overflow:hidden;
	margin:0 0 30px 30px;
	background-color:#EFEBCA;
}

.bloque_izq{
	width:auto;
	height:auto;
	float:left;
}

.bloque_der{
	width:auto;
	height:auto;
	float:right;
}

.div_1, .div_2, .div_3{
	margin:20px 12px 12px 12px;
}

.div_1{
	width:255px;
	height:auto;
	float:left;
}

.div_2{
	width:255px;
	height:auto;
	float:left;
}

.div_3{
	width:255px;
	height:auto;
	float:right;
}

.div_clear{
	clear:both;
	margin-bottom:12px;
}

.fondo_form{
	width:255px;
	height:170px;
	background-image:url(../images/fondo_form.jpg);
	background-repeat:repeat-x;
}

.pie{
	width:900px;
	height:auto;
	margin:0 auto;
	clear:both;
	background-color:#B9B193;
}

	.pie p{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		text-align:center;
		line-height:120%;
		padding:15px 0;
		font-weight:bold;
	}

.seccion_fotos{
	width:900px;
	height:auto;
	margin:0 auto;
}

	.seccion_fotos h1{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#0069BF;
		text-align:left;
		font-weight:bold;
		margin:20px 5px 20px 5px;
	}
	
	#seccion_fotos img{
		width:230px;
		height:153px;
		border:3px solid #0069BF;
		margin:0 10px 26px 0;
		border: 5px solid #0D6AB7;

	}
	
	.seccion_fotos{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		text-align:center;
		line-height:100%;
		padding:0 5px 0 10px;
		font-weight:bold;
		margin-top:10px;
	}
	
table.consulta{
	margin-left:15px;
}

table.consulta p{
	font-size:12px;
	text-align:right;
	margin:0 5px 3px 0;
}

table.consulta tr{
	height:20px;
}

input, select, textarea{
	border:none;
}

input{
	height:12px;
	width:130px;
}

textarea{
	width:130px;
	height:33px;
}

input#nombre, input#telefono, input#email, input#ciudad, input#mayores, input#menores, select, textarea{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	font-size:11px;
	background-color:#DCDAC3;
}

.contacto{
	width:450px;
	background-color:#CEC793;
	margin:0 0 30px 30px;
	padding:10px
}

.contacto input{
	height:18px;
	width:250px;
}

.contacto textarea{
	width:250px;
	height:60px;
}


.contacto td{
	font-size:13px;
}

#villa_rumipal img{
	width:230px;
	height:154px;
	margin-bottom:20px;
}

#villa_rumipal p{
	font-size:12px;
}