*{ margin:0; padding:0; border:none; list-style:none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#46130B;
	line-height:160%;
	background: #812514 url(../imagenes/bg.png) repeat-x 0 109px;
}
body.home {
	background-position: 0 447px;
}

h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#A82A00; }

h2{
	border-bottom: 1px dotted #46130B;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height:35px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-shadow: #fff 1px 1px 0px;

}

h3{
	border-bottom: 1px dotted #46130B;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height:35px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-shadow: #fff 1px 1px 0px;
}

h3.fechacamada{
	border-bottom:none;
	font-size:25px;
	line-height:35px;
	margin-bottom:0;
}

p { margin-bottom:15px; }

form, input, textarea, select{ font-family:Arial, Helvetica, sans-serif; font-size:12px; border:none; }

a{
	color:#A82A00;
	text-decoration:none;
}

/* GENERALES */

.dentro{
	position:relative;
	width: 1000px;
	margin: 0 auto;
}

.corner{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

hr{
	display:block;
	height:44px;
	margin:10px 0 15px 0;
	background:url(../imagenes/bghr.png) no-repeat center;
}

.azul{ color:#39C; }
.rosa{ color:#F6C; }
.verde{ color:#390; }
.rojo{ color:#c00; }
.naranja{ color:#F90; }

.foto.izq{
	float:left;
	margin:0 20px 10px 0;
}

/* CABECERA */

#cabecera{
	width:100%;
	height:105px;
	margin-bottom:30px;
	background:url(../imagenes/bgcabecera.png) repeat-x;
	border-top:5px solid #28120B;
}
body.home #cabecera{
	margin-bottom:0px;
}
#cabecera .dentro{
	position:relative;
	height:105px;
	z-index:10;
}

/* LOGO */

#cabecera .dentro h1{
	position: absolute;
	top:5px;
	left:0;
	width:244px;
	height:86px;
	text-indent:-666em;
	z-index:2;
}
#cabecera .dentro h1 a{
	display:block;
	width:244px;
	height:105px;
	background:url(../imagenes/logo.png) no-repeat;

}

/* MENU */

#cabecera .dentro #menu{
	position: absolute;
	top:37px;
	right:-20px;
}
#cabecera .dentro #menu ul{
	float:right;
}
#cabecera .dentro #menu ul li{
	float:left;
	margin-left:5px;
	font-size: 15px;
	line-height:33px;
}
#cabecera .dentro #menu ul li a{
	display: inline-block;
	height:33px;
	padding:0 20px;
	color: #eee;
}
#cabecera .dentro #menu ul li a:hover{
	color: #fff;
	text-decoration:underline;
}
#cabecera .dentro #menu ul li a.activo{
	background:url(../imagenes/bgboton.png) repeat-x;
}

/* TELÉFONO */

#cabecera .dentro .telefono{
	position: absolute;
	bottom:14px;
	left:3px;
	font-size:11px;
	color:#ddd;
}
#cabecera .dentro .telefono strong{
	color:#fff;
	text-shadow: #000 0px 1px 0px;
}

#cabecera .dentro .localidad{
	text-indent:-666em;
}

#flash_mainecoon{
	position:relative;
	width:100%;
	height:338px;
	margin-bottom:30px;
	overflow:hidden;
}

/* CONTENDIO */

#contenido{
	overflow:hidden;
}

/* TXT */

#txt{
	float:left;
	width:680px;
	padding:20px;
	background:#FAF1CD;
	overflow:hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.camadas{
	width:100%;
	margin:0 0 15px 0;
	border-collapse: collapse;
}
.camadas td{
	border:1px solid #FAF1CD;
	background:#fff url(../imagenes/bgtd.png) repeat-x top;
	text-align:center;
}
.camadas td img.macho{
	margin-bottom:1px;
}
.camadas tr.tit td{
	font-weight:bold;
	text-align:center;
	height:40px;
	background:#313131;
	color:#fff;
}
.camadas td span{
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
}

/* LISTADO */

.listado{
	overflow:hidden;
}

.listado li{
	margin:0;
	padding:20px 0;
	border-bottom: 1px dotted #F2DC82;
	border-top: 1px dotted #FDFAEC;
	overflow:hidden;
}
.listado li:last-child{
	border-bottom:none;
}
.listado li a img{
	float:left;
	margin-right:20px;
	padding:1px;
	border:1px solid #46130B;
	background:#fff;
}
.listado li a:hover img{
	border:1px solid #A82A00;
}
.listado li p strong{
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
}

.album{
	overflow:hidden;
}
.listado.fotos{
	margin-left:-20px;
}
.listado.fotos li{
	float:left;
	margin:0 0 20px 20px;
	padding:0;
	border:none;
}
.listado.fotos li a img{
	float:none;
	margin-right:0;
}

/* SIDEBAR */

#sidebar{
	float:right;
	width:250px;
	padding:20px 0;
	background:#EBEBE8;
	overflow:hidden;
}

#sidebar .caja{
	width:210px;
	margin:0 0 15px 0;
	padding:0 20px;
	text-align:justify;
	overflow:hidden;
}

/* FORMU */
#formu { overflow:hidden; }
#formu label{ display:block; margin-bottom:3px; }
#formu input,
#formu textarea{
	width:200px;
	padding:7px 4px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(../imagenes/bginputformu.png) no-repeat top;
	font-size:11px;
}
#formu p{
	margin-bottom:5px;
}
#formu label.error{
	margin-top:3px;
	padding-left:20px;
	background:url(../imagenes/ico_error.png) no-repeat 0 3px;
	font-size:11px;
	color:#c00;
}
#formu input.boton{
	width:auto;
	margin-top:5px;
	padding:0 20px;
	color: #CDCDCD;
}

.info{
	font-size:11px;
}
.info img{
	float:left;
	margin:0 10px 5px 0;
}

/* GALERIA */

.galeria{
	margin-left:-5px;
	overflow:hidden;
}
.galeria li{
	float:left;
	width:66px;
	height:56px;
	margin:0 0 5px 5px;
	line-height: inherit;
	overflow:hidden;
}
.galeria li img{
	line-height:normal;
	margin:0;
	padding:0;
}

/* ENLACES */

.enlaces{
	overflow:hidden;
}
.enlaces li{
	list-style: square;
	list-style-position:inside;
	overflow:hidden;
}
.enlaces li a:hover{
	text-decoration:underline;
}

/* PIE */

#pie{
	width:100%;
	height:105px;
	margin-top:30px;
	background:url(../imagenes/bgcabecera.png) repeat-x;
	color:#FAF1CD;
}
#pie .dentro{
	height:105px;
}
#pie .dentro .izq{
	float:left;
	width:65%;
	margin:42px 0 0 0;
}
#pie .dentro .der{
	float:right;
	width:35%;
	margin:42px 0 0 0;
	text-align:right;
}
#pie .dentro a{
	color:#FAF1CD;
}
#pie .dentro a:hover{
	color:#fff;
	text-decoration:underline;
}

/* BOTONES */

a.boton,
input.boton{
	display: inline-block;
	height:33px;
	line-height:33px;
	padding:0 20px;
	color: #eee!important;
	background:url(../imagenes/bgboton.png) repeat-x!important;
	border:none!important;
	font-size:15px!important;
	cursor:pointer;
}
a.boton:hover,
input.boton:hover{
	color: #fff!important;
	background:#777!important;
}
