/******************* Reset css  *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************* Estructura  *******************/

.resolucion {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

p.acceso	{
	position: absolute; 
	left: -9999px;
}

a {
	color: #7d7741;
}

a:hover {
	color: #3a3719;	
}

body, html {
	text-align: center;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	background-color: #fff;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, sans-serif;	
}

h1 {
	text-align: left;
	margin-right: 15px;
	padding-top: 20px;
}

h2, h3 {
	margin-bottom: 5px;
}

#fondocabecera {
	background: url(../img/cabecera_fondo.png) top center repeat-x;
	height: 144px;	
}

#menu  {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

#menu li {
	background: url(../img/menu_linea.png) bottom no-repeat;
}

#menu li a {
	display: block;
	height: 29px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}


#menu li a:hover {
}

#menu li a.activo {
	color: #3a3719;	
}

#montonfoto {
	float: right;
	margin-top: -124px;
	margin-right: 20px;
}

#contenidos {
	margin-top: 10px;
}

#contenidos #foto_puerta {
	float: left;
	margin-bottom: 30px;
}

#texto {
	width: 510px;
	float: right;
	margin-bottom: 30px;
}

#texto .fotocont {
	float: right;
	vertical-align: middle;
}

#texto #alrededores {
	float: left;
	width: 285px;
	padding-right: 10px;
	margin-top: 10px;

}

#texto #alrededores .foto {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#texto #contacto {
	float: left;
	width: 215px;
	margin-top: 10px;
}

#texto #contacto_caja {
	background: url(../img/contacto_caja.png) top center no-repeat;
	width: 176px;
	height: 128px;
	padding: 10px 10px 10px 20px;
}

#texto #contacto_caja p {
	margin-bottom: 8px;
	}

#texto #contacto_caja ul {
	margin-left: 15px;
}

#piefondo {
	clear: both;
	background: url(../img/pie_fondo.png) top repeat-x;
	height: 56px;
}

#pie  {
	padding-top: 10px;
	text-align: center;
}

#pie ul {
	margin-left: 180px;
}

#pie li {
	float: left;

}

#pie li span {
	margin-right: 10px;
	margin-left: 10px;
	color: #868261;	
}

#pie #copy {
	margin-top: 15px;
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #868686;
}


/******************* formulario  *******************/


.formulario {
	margin-left: 15px;
}

.formulario input, .formulario textarea, .formulario select {
	background-color: #f3f6de;
	border: 1px solid #8e8b5a;
	color: #6c6a64;
	padding: 5px;	
	font-size: 1.0em;
}

label {
	display: block;
}

hr {
	border: 1px snow #dea303;
	margin-top: 20px;
	margin-bottom: 10px;
}

.formulario textarea {
	overflow: auto;
	height: 100px;		
}

.formulario .boton {
	width: 75px;
	padding: 4px;
	background-color: #8e8b5a;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}


/******************* generales  *******************/

.flotader {
	float: right;
}

.flotaizq {
	float: left;
}

.clear {
	clear: both;
}

p.centrar {
	text-align: center;
}

/******************* clearfix  *******************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;	
}

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
