@charset "utf-8";
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;
}
/* top menu */
#top {
	width: 100%;
	height: 184px;
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
}
#contacto {
	width: 280px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E3CFAC;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contacto a {
	font-weight: bold;
	color: #E3CFAC;
	text-decoration: none;
}
#contacto a:hover {
	color: #FFFFFF;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #49270E;
}

.contenedor {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.bg_logo {
	background-image: url(bg_logo.gif);
	height: 80px;
	width: 940px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#top ul {
	background-image: url(bg_menu.gif);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 920px;
	padding-left: 20px;
	margin-top: 16px;
}
#top li {
	display: inline;
	float: left;
	margin-right: 10px;
}
#top li a {
	display: block;
	float: left;
	font-size: 16px;
	color: #E3CFAC;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#top li a:hover {
	color: #FFFFFF;
}

#top #activo {
	color: #DDC77C;
	display: block;
	background-image: url(bg_btn.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
	font-weight: bold;
}
#top #activo a {
	background-image: url(bg_btn_izq.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* contenido */
#bg_contenido {
	background-image: url(flor_bg.gif);
	background-repeat: no-repeat;
	background-position: 33% bottom;
	display: block;
	height: 380px;
}
#musica {
	float: right;
	width: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

.galeria {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.columna_izquierda {
	width: 310px;
	color: #DDDCDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.columna_derecha {
	width: 610px;
	float: right;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDCDB;
}
/* pie */
#pie {
	background-color: #261207;
	width: 100%;
	clear: both;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDCDB;
	line-height: 18px;
	padding-top: 20px;
}
#pie a {
	color: #DDDCDB;
	font-weight: bold;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
}
.ipatsa {
	font-size: 10px;
	float: right;
	text-align: left;
	clear: right;
	padding-top: 10px;
}
/* formulario */
br {
	clear: left;
}
.tabla_titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDCDB;
	background-color: #48230B;
	padding: 10px;
	font-weight: bold;
}
.tabla_fila1 {
	background-color: #5F3412;
	padding: 10px;
}
.tabla_fila2 {
	background-color: #6F3E15;
	padding: 10px;
}
label {
	display:block;
	font-weight:normal;
	float: left;
	width: 120px;
	font-size: 12px;
	color: #DDDCDB;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
} 
input, textarea {
	border:1px solid #261207;
	float: left;
	background-color: #C9A360;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #271406;
} 
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 126px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #92531A;
}
input:focus, textarea:focus {
	background-color: #EAE4C2;
}  

