/*
        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 ***/
		img, div {
		behavior: url(iepngfix/iepngfix.htc);
		}
        /* 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 {
        }
/** PNG FIX **/
		
		*html img, *html div, *html span, *html a {
		behavior: url(iepngfix/iepngfix.htc);
		}
		*html a img {
		behavior: url(iepngfix/iepngfix.htc);
		position: relative;
		cursor: pointer;		
		}
		*html .cuadradito_casasavi a, *html .cuadradito_casasavi img {
		position: relative;
		}
/*** 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: ***/
body {
	margin:0px;
	background-image: url(../imagenes/background.jpg);
	}
        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 {
	text-decoration: none;
	color: #FFFFFF;
}
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%;
	font-family: inherit;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}
fieldset {
	border: none;
}
/* CSS CARBALLAS */
#base{
	margin: auto;
	width: 1024px;
	
}
#cabecera {
	background-image: url(../imagenes/Cabecera_v007.png);
	background-repeat: no-repeat;
	height: 148px;
	width: 916px;
	margin: auto;
}
#menu_cabecera {
	width: 100%;
	margin-top: 120px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	
}
.opcion_cabecera {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#cuerpo {
	background-color: #FFF;
	/*background-image: url(../imagenes/background.jpg);*/
	/*margin: auto;*/
	float:left;
	margin-left:59px;
	_margin-left:22px;
	width: 908px;
	height: 400px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#cuadrado_izq {
	background-image: url(../imagenes/frame%20texto_v002.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_casa {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_planta.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_interes {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_mari%C3%B1a.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_llegar {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_ourol.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_servicios {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_servicios.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_comedor {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_comedor.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_habitaciones {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_habitacion.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_izq_salas {
	background-image: url(../imagenes/Nueva%20carpeta/frame%20texto_chimenea.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
	_margin-left: 10px;
}
#cuadrado_dch {
	background-image: url(../imagenes/frames/cuadrado_fotos.png);
	width: 408px;
	float: left;
	height: 333px;
	margin-top: 30px;
	margin-left: 30px;
}
#pie {
	float:left;
	margin-left:59px;
	_margin-left: 22px;
	width: 908px;
	height: 20px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align:center;
	font-size:12px;
	margin-top:2px;
	color: #4D4948;
	font-family: Arial, Helvetica, sans-serif;
}
#submenu_izq {
	float:left;
	border-top-color:#4D4948; 
	border-top-style:solid; 
	border-top-width:1px; 
	width:50px; 
	margin-left:35px;
	_margin-left:15px;
	margin-top:9px; 
	margin-right:10px;
}
#submenu_dcha {
	float:left;
	border-top-color:#4D4948; 
	border-top-style:solid; 
	border-top-width:1px; 
	width:480px; 
	margin-left:10px;
	_margin-left:5px;
	margin-top:9px;
}
#submenu{
	float: left; 
	width:290px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin-top:2px;
}
.loading {
    background: url(loading.gif) no-repeat center center;
}
.loaded {
	background: none;
}
.igape {
	float: right;
	position: fixed;
	margin: 10px;
	bottom: 0px;
	right: 0px;
}