@charset "utf-8";
/* CSS Document */
/*Reseteo global--------------------------------------------------------------------------------------*/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
body {
	/*background:#000 url(../img/pag/bgserrano.jpg) repeat-x top center;*/
	background:#000 url(../img/pag/fondo-funky.jpg) repeat-x top center;
	text-align:center;
	font-size: 62.5%;
	color:#333;
}
a {
	color:#FF0000;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#fff;
	background-color:#f00;
}
strong {
	font-weight:bold;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:1.2em;
	margin:10px 0;
}
p.ultimo{
	margin-bottom:30px;
}
h2 {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:2.2em;
	letter-spacing:-1px;
	padding:6px 0px 3px;
	color:#000;
	border-bottom:2px solid #000;
}
p.titulo3, h3 {
	display:inline;
	font-family:"Century Gothic",Verdana,Arial,Sans-Serif;
	font-size:1.8em;
	/*letter-spacing:-1px;*/
	padding:2px 0 0;
	margin:30px 0 10px 0;
	color:#000;/*333*/
	border-bottom:1px solid #000;/*999*/
}
.titulo4 a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:1.4em;
}
.titulo4 a:hover{
	text-decoration:none;
}*/
h4{
	color:#FFFFFF;
	font-family:'Arial','Trebuchet MS','Verdana',sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.separador {
	clear:both;
}
.mini {
	padding:5px 0 0 0;
	font-size:10px;
	color:#999;
}
/*-------------------------------------------------------------------------------------------------------*/
/*Estructura----------------------------------------------------------------------------------------------*/
#cabecera{
	margin:0 auto;
	width:736px;
	padding-left:130px;
}
#cabecera h1,#cabecera .cabeceraH1, #cabecera .contacto{
	display:inline;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}
#cabecera .contacto{
	float:right;
}
#cabecera .cabeceraH1{
	
}
#wrapper{/*Para posibles fondos*/
	margin:0 auto;
	width:860px;
	text-align:left;	
}
#inner{/*Contiene todo*/
	width:860px;
	margin: 0 0 20px 0;
	margin:0 auto;
}
#header{
	position:relative;
	height:160px;/*Lo cambiaremos en función del tamaño de la img de fondo*/
	background:transparent url(../img/pag/Cab.png) top center no-repeat;
	width:860px;
	padding:0;
	margin-top:20px;
}
#logo{
	padding:47px 0 0 50px;
}
#logo a{
	background:none;
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#000;
}
#content{/*Contiene las dos columnas*/
	background:transparent url(../img/pag/contenido.jpg) top center repeat-y;
	width:860px;	
}
#principal{
	float:left;
	width:555px;
	padding:10px 0 30px 45px;
}
#principal-t{
	float:left;
	width:610px;
	padding:15px 0 30px 25px;
}
#sidebar{
	float:right;
	width:190px;
	padding:15px 45px 0px 15px;
}
/*#index #sidebar{
	padding:0 15px 0 15px;
}*/
#bgfooter{
	background:#000000 url(../img/pag/pie.jpg) no-repeat;
	width:980px;
	margin:0 auto;
}
#footer{
	position:relative;
	margin:0 auto;
	clear:both;
	width:860px;
	height:633px;
	padding:240px 0 30px;
}
#footer .web{
	color:#000;
	margin-top:20px;
	font-size:20px;
}
#footer p{
	font-size:11px;
	margin:0;
	padding:7px 0;
}
#footer a{
	color:#666;
	text-decoration:underline;
}
/*-------------------------------------------------------------------------------------------------------*/
/*MENU----------------------------------------------------------------------------------------------*/
#menu {
	width:800px;
	margin:3px 0 0 27px;
	float:left;
	border-top:2px dotted #ddd;
	border-bottom:5px solid #000;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
	margin-bottom:-5px;
	background:url(../img/pag/menu-b.jpg) no-repeat right;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 16px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	/*border-right: #ddd 1px solid;*/
	border-bottom:5px solid #000;
	color: #000;
}
#menu a:hover, #index #menuindex a, #eventos #menueventos a,  #reservas #menureservas a, #invitaciones #menuinvit a, #flyers #menuflyers a, #galerias #menugalerias a{
	color: #333;
	border-bottom:5px solid #f00;
	background:transparent;
}
/*-------------------------------------------------------------------------------------------------------*/
/*INDEX-------------------------------------------------------------------*/
.seccion {
	margin:10px 0 20px;
	/*background:#fefefe;*/
}
#sidebar .seccion{
	/*background:#f60;*/
}
.fecha {
	color:#898989;
	background:transparent url(../img/pag/img08.jpg) no-repeat scroll left ;
	border-bottom:1px dotted #BDBDBB;
	font-size:9px;
	padding:0 30px 2px 16px;
	margin:5px 0 10px;
}
/*noticias-------------------------------------------------------------*/
.imgnot {
	width:160px;
	float:left;
}
.txtnot {
	width:385px;
	float:right;
}
/*otras secciones-------------------------------------------------------*/
#pequeña{
	width:205px;
	float:left;
	padding-right:15px;
}
#grande{
	width:355px;
	float:right;
	padding-left:15px;
}
/*FLYERS---------------------------------------------------------------*/
.flyerglobal{
	margin:20px 0;
}
.flyerglobal .fiestaFlyer{
	font-family:'Helvetica-neue',helvetica,arial,sans-serif;
	font-size:3.0em;
	margin-top:0;
	border:0;
	padding:4px 0;
	font-weight:bold;
}
.flyerglobal .fiestaFlyer a{
	color:#000;
	text-decoration:underline;
}
.flyerlarge{
	width:130px;
	float:left;
	margin:10px 0;
}
.flyerinfo{
	width:450px;
	float:right;
}
.meta_header{
	font-family:"Trebuchet MS",Arial,Verdana;
	color:#999;
	margin:10px 0 0;
}
/*Imprimir*/
#popup table td.imprimir{
	text-align:center;
}
/*GALERIAS-------------------------------------------------------------*/
.gder, .gizq{
	width:120px;
	float:left;
}
.gder a img, .gizq a img{
	padding:2px;
	border:1px solid #ccc;
}
.gder a:hover, .gizq a:hover{
	background:transparent;
}
.gder a:hover img, .gizq a:hover img{
	padding:2px;
	border:1px solid #f60;
}
.gder{
	padding:5px 21px 5px 5px;
}
.gizq{
	padding:5px 5px 5px 21px;
}
/*-EVENTOS-------------------------------------------------------------*/
#imgsala{
	margin:20px 0;
	text-align:center;
}
#imgsala a img{
	padding:2px;
	margin:4px;
	display:inline;
	border:1px solid #e7e7e7;
}
#imgsala a:hover{
	background:transparent;
}
#imgsala a:hover img{
	border:1px solid #ec008c;
}


/*SIDEBAR--------------------------------------------------------------*/
.miniflyer{
	width:190px;
	text-align:center;
}
.miniflyer a:hover,.imgnot a:hover, #social a:hover img, #social a:hover{
	background:none;
}
.miniflyer a img,.imgnot a img{
	padding:3px;
	border:1px solid #ddd;
	margin:10px 0;
}
.miniflyer a:hover img,.imgnot a:hover img{
	background:#f00;
}
.entrada{
	padding-bottom:10px;
}
.entrada p{
	margin:6px 0;
}
.fechablog{
	color:#898989;
	font-size:10px;
	margin:0;
	line-height:14px;
}

#apDiv1 {
	position:absolute;
	left:660px;
	/*top:10px;*/
	width:286px;
	height:230px;
	z-index:1;
	text-align:center;
	background:transparent url(../img/pag/tocadiscosWeb.png);
}
#subtitulo {
	margin:-10px 0 0 0;
	padding-left:86px;
	color:#222;	
}
#subtitulo p{
	font-size:11px;
	letter-spacing:-1.2px;
	margin:10px 0;
}
