/*   

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

*/

/* Elementos que queremos limpiar completamente: */

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

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style:disc;
	list-style-type:disc;
	font-size:16px;
	line-height:150%;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 5px 20px;
}

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

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

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

li, dd, blockquote {
	margin-left: 16px;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	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: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	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;
}

h2 {
	font-size: 29px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

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

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background-color:#422505;
}

.encabezado{
	width:1000px;
	height:326px;
	margin:0 auto;
	background:url(../images/foto-encabezado.jpg) no-repeat;
}

.menu {
	width:1000px;
	height:50px;
	margin:0 auto;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	/*background:url(../images/fondo.jpg) repeat-x;*/
	width:1000px;
	height:auto;
	overflow:hidden;
	background-color:#F2D86B;
 	padding:5px 0 15px 0;
}

.wrapper_down{
	width:1000px;
	height:30px;
	margin:0 auto;
	margin-top:-13px;
}

#down_izq{
	width:30px;
	height:30px;
	background-image:url(../images/marco_redondo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

#down_medio{
	width:940px;
	height:30px;
	float:left;
	background-color:#CEB446;
}

#down_der{
	width:30px;
	height:30px;
	background-image:url(../images/marco_redondo.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}

.pie{
margin-top:30px;
background-color:#C19A44;
clear:both;
}

.pie p{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bolder;
	font-size:17px;
	margin:5px 0;
	_margin:10px 0;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;
	margin:5px 20px;
	font-weight:bold;
	color:#4B2B03;
}

h2 {
	font-size:16px;
}
	

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	margin:5px 20px;
	line-height:170%;
	font-weight:bold;
}

.recuadro_contenedor {
	width:224px;
	height:334px;
	float:left;
	margin:36px 0 15px 20px;
	_margin:30px 0 15px 15px;
}

.recuadro_top {
	width:223px;
	height:20px;
	background:url(../images/recuadro_top.jpg) no-repeat left top;
}

.recuadro_medio {
	width:223px;
	height:295px;
	background:url(../images/recuadro_medio.jpg) no-repeat left top;
}

.recuadro_medio img {
	margin:7px 0 0 5px;
}

.recuadro_medio p#tit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#4A2E11;
	margin-top:-5px;
}

.recuadro_medio p#sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#4A2E11;
	margin-top:-8px;
}

.recuadro_medio img#info {
	margin:-2px 0 0 55px;
}

.recuadro_bottom {
	width:223px;
	height:16px;
	background:url(../images/recuadro_bottom.jpg) no-repeat left top;
}

.seccion_descripcion {
	width:250px;
	height:auto;
	float:left;
}

.seccion_fotos {
	width:718px;
	height:auto;
	float:right;
	margin:10px 20px 15px 0;
}

.rec_left {
	width:15px;
	height:351px;
	background:url(../images/rec_left.jpg) no-repeat left top;
	margin:18px 0 5px 42px;
	_margin:18px 0 5px 21px;
	float:left;
}

.rec_medio {
	width:880px;
	height:351px;
	background:url(../images/rec_medio.jpg) repeat-x left top;
	margin:18px 0 5px 0;
	float:left;
}

.rec_right {
	width:15px;
	height:351px;
	background:url(../images/rec_right.jpg) no-repeat left top;
	margin:18px 0 5px 0;
	float:left;
}

.lista_vinieta li {
	list-style-image:url(../images/vinieta.jpg);
	padding:0;
	margin:0;
	line-height:150%;
}

ul.fotos {
	padding:0;
	margin:0;
	list-style:none;
	margin-top:20px;
}

ul.fotos li {
	display:inline;
	margin:0 5px 0 0;
}

ul.fotos li img {
	margin:0 0 5px 0;
}

input {
	margin:5px;
	width:350px;
	height:23px;
	background-color:#F2E199;
	border:1px solid #4B2B03;
}

textarea {
	margin:5px;
	width:350px;
	height:75px;
	background-color:#F2E199;
	border:1px solid #4B2B03;
}

.tarifas{
	width:900px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	border:1px solid #C19A44;
	font-weight:bold;
}

	.tarifas td, .tarifas th{
		padding:8px;
	}
	
	.tarifas tr#tab_tit{
		background-color:#C19A44;
	}
	
	.tarifas tr#tab_tipo{
		background-color:#d3b470;
	}
	
.rec_top{
	width:914px;
	height:14px;
	background-image:url(../images/rec_top.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:10px;
}

.rec_med_horizontal{
	width:914px;
	height:auto;
	overflow:hidden;
	background-image:url(../images/rec_medio_horizontal.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
}

.rec_bottom{
	width:914px;
	height:14px;
	background-image:url(../images/rec_bottom.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}