/* estilos basicos */

p,dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset{margin-bottom:20px}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.clear {
	clear:both;
}

a {
	color:#9B231B;
}

a:hover {
	text-decoration:none;
}

h2 {
	font-size:32px;
	color:#9B231B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

/* plantilla base y elementos comunes */

body {
	background:#AE2320 url(../images/fondo.jpg) repeat-y center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:1.3em;
}

#contenedor_sombra {
	width:820px;
	margin:0 auto;
	background:url(../images/sombra_contenedor.png) repeat-y;
	position:relative;
}

#contenedor_texto {
	width:780px;
	margin:0 20px;
	background:url(../images/fondo_contenedor.jpg) repeat-y;
}

.boton_volver {
	background:url(../images/b_volver.gif) no-repeat;
	color:#BDAB6B;
	position:absolute;
	right:0;
	top:35px;
}

.boton_volver a {
	display:block;
	color:#BDAB6B;
	text-decoration:none;
	width:62px;
	height:18px;
}

/* encabezado y botonera */

#header {
	width:100%;
	background:url(../images/fondo_header.jpg) no-repeat top center;
}

p.tope, #makeMeScrollable p {
	margin:0;
}

#contenedor_botonera {
	width:700px;
	height:50px;
	margin:0 auto 100px auto;
}

.botonera {
	margin: 0;
	padding: 0;
	height:50px;
	list-style: none;
}

.botonera li {
	margin: 0 39px;
	list-style: none;
	background-repeat: no-repeat;
}

.botonera li a, .botonera li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	text-align:center;
	height: 50px;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
}

.b_salon {background-image: url(../images/b_salon_1.jpg); width: 44px;}
.b_salon a {background-image: url(../images/b_salon_2.jpg);}
.b_catering {background-image: url(../images/b_catering_1.jpg); width: 70px;}
.b_catering a {background-image: url(../images/b_catering_2.jpg);}
.b_fotos {background-image: url(../images/b_fotos_1.jpg); width: 43px;}
.b_fotos a {background-image: url(../images/b_fotos_2.jpg);}
.b_ubicacion {background-image: url(../images/b_ubicacion_1.jpg); width: 80px;}
.b_ubicacion a {background-image: url(../images/b_ubicacion_2.jpg);}
.b_contacto {background-image: url(../images/b_contacto_1.jpg); width: 73px;}
.b_contacto a {background-image: url(../images/b_contacto_2.jpg);}
ul.botonera li a:hover {background: none;}
.botonera li {float: left;}
.botonera:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#logo {
	width:377px;
	height:220px;
	margin-left:64px;
}

#texto_introductorio {
	width:389px;
	height:256px;
	text-indent:-3000px;
	background:url(../images/texto_introductorio.jpg) no-repeat;
	margin:25px 0 75px 64px;
}

#fotos_header {
	width:403px;
	height:516px;
	background:url(../images/fotos_header.png) no-repeat;
	position:absolute;
	left:495px;
	top:210px;
}

/* salon */

#seccion_salon {
	width:450px;
	background:url(../images/deco_salon.jpg) no-repeat bottom left;
	padding-left:260px;
	position:relative;
}

.recuadro {
	border:1px solid #9B231C;
	background:#E2DDCB;
	padding:5px 15px;
	width:280px;
	font-size:15px;
	color:#9B231B;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* fotos */

#seccion_fotos {
	width:780px;
	height:182px;
	background:url(../images/fondo_fotos.jpg);
	clear:both;
	padding:20px 0;
}

/* catering */

#seccion_catering {
	width:450px;
	background:url(../images/deco_catering.jpg) no-repeat top left;
	padding:30px 0 0 260px;
	position:relative;
}

#fotos_catering {
	width:384px;
	height:384px;
	background:url(../images/fotos_catering.png) no-repeat;
	position:absolute;
	left:-43px;
	bottom:-60px;
}

#deco_chef {
	width:203px;
	height:265px;
	background:url(../images/deco_chef.png) no-repeat;
	position:absolute;
	left:600px;
	bottom:-60px;
}

#logo_canela {
	margin:70px 0 0 130px;
}

#logo_canela a {
	display:block;
	background:url(../images/logo_canela.png) no-repeat;
	width:147px;
	height:95px;
	text-indent:-3000px;
}

#logo_canela a:hover {
	background-position:right;
}

/* ubicacion */

#seccion_ubicacion {
	width:480px;
	margin-top:70px;
	padding:10px 0 0 260px;
	position:relative;
}

#seccion_ubicacion p {
	font-size:18px;
	color:#9B231B;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
}

#map {
	width:460px;
	height:310px;
	margin-bottom:30px;
	border:1px solid #9B231B;
}

/* contacto */

#seccion_contacto {
	width:480px;
	margin-top:70px;
	padding:10px 0 0 260px;
	position:relative;
}

div#container {
	padding: 10px;
	width: 460px;
	background:url(../images/deco_contacto.png) no-repeat bottom left;
}

.clearing { clear: both; }
.alert, .error { color:#9B231B;font-style:italic; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	width:130px;
}

ol.forms input { 
	width:308px; 
	padding:5px;
}

ol.forms textarea {
	height:190px; 
	width:308px; 
	padding:5px;
}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	width: 20%;
	padding-left:380px;
}

/* pie */

#seccion_pie {
	width:100%;
	height:120px;
	background:url(../images/pie.png) no-repeat;
}

/* sIFR styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 28px;
	height:60px;
	margin-bottom:10px;
}

.sIFR-hasFlash .recuadro  p{
	visibility: hidden;
	margin:0;
	height:60px;
}

.sIFR-hasFlash #seccion_ubicacion p {
	visibility: hidden;
	font-size: 22px;
	height:46px;
}

/* facebook */
#facebook{
	position:absolute;
	right: 0px;
	bottom: 9px;
	background:url(../images/facebook.png);
	width:65px;
	height:69px;
	line-height:0;
	font-size:0;
	text-indent:-3000px;
}
