@charset "ISO-8859-1";
/*--ELEMENTOS HTML--*/
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#6d0000;
	color:#000;
	margin: 0;
	padding: 0;
	text-align:left;
}
a:link, a:visited {color:#6d0000; outline:none;}
a:hover, #currentpage {text-decoration:none; outline:none;}
h1 {
	display:block;
	width:520px;
	height:186px;
	background: url(../img/galas-y-eventos-logo.gif) no-repeat;
	margin:0;
}
h1 span { display:none;}
h2 {
	font-size:1.31em;
	font-weight: bold;
	color:#5c708f;
	margin:25px 0;
}
h3 {
	font-size:0.81em;
	font-weight: bold;
	color:#5c708f;
	margin:25px 0;
}
h4 {
	font-size:0.81em;
	font-weight: bold;
	margin:25px 0;
}
.txt-intro {
	font-size:0.94em;
	line-height:1.5em;
	color:#910a08;
	padding-right:50px;
	margin:0;
}
p {
	font-size:0.81em;
	line-height:1.3em;
	padding-right:50px;
}
.nota {color:#8b8a78;}
.lista {
	list-style: url(../img/bullet.gif) none;
	padding-left:17px;
	margin:25px 0 0 0;
	font-size:0.81em;
	line-height:1.6em;
}
.lista ul {
	list-style: url(../img/bullet2.gif);
	font-size:1em;
	padding-left:17px;
	margin:0 0 13px 0;
}
.lista-horiz {
	list-style:none;
	font-size:0.69em;
	font-weight:bold;
	margin:0 0 20px 0;
	overflow:hidden;
	padding:0;
	width:470px;
}
.lista-horiz li {
	display:inline;
}
.lista-horiz li a {
	border-right:1px solid #6d0000;
	display:block;
	float:left;
	height:11px;
	line-height:11px;
	margin:0 6px 7px 0;
	padding-right:7px;
	text-decoration:none;
	white-space:nowrap;
}
.lista-horiz li a:hover {
	text-decoration:underline;
}
.lista-horiz li a#currentpage {
	color:#960504;
}
/*--ESTRUCTURA--*/
#main {
	background:url(../img/f-body.jpg) no-repeat;
	width:1024px;
	float:left;
	display:inline;
	padding:0 0 35px 50px;
}
/*--MENU--*/
#menu {
	width:230px;
	height:336px;
	float:left;
	display:inline;
	position:relative;
	z-index:10;
	margin-left:55px;
	background:url(../img/f-menu.jpg) no-repeat;
}
* html #menu {margin-top:20px;} /*hack para ie 6*/
*:first-child+html #menu {margin-top:20px;} /*hack para ie 7*/
html>/**/body #menu {margin-top:25px;} /*hack para firefox y navegadores modernos*/
#menu ul {
	list-style:none;
	margin:62px 0 0 37px;
	padding:0;
}
#menu a {
	height:31px;
	display:block;
	background-repeat:no-repeat;
}
#menu a:link#inicio, #menu a:visited#inicio {background-image:url(../img/b-inicio.gif);}
#menu a:link#quienes_somos, #menu a:visited#quienes_somos {background-image:url(../img/b-quienes_somos.gif);}
#menu a:link#servicios, #menu a:visited#servicios {background-image:url(../img/b-servicios.gif);}
#menu a:link#audio, #menu a:visited#audio {background-image:url(../img/b-audio.gif);}
#menu a:link#videos, #menu a:visited#videos {background-image:url(../img/b-videos.gif);}
#menu a:link#fotos, #menu a:visited#fotos {background-image:url(../img/b-fotos.gif);}
#menu a:link#contacto, #menu a:visited#contacto {background-image:url(../img/b-contacto.gif);}
#menu a:hover#inicio {background-image:url(../img/b-inicio_over.gif);}
#menu a:hover#quienes_somos {background-image:url(../img/b-quienes_somos_over.gif);}
#menu a:hover#servicios {background-image:url(../img/b-servicios_over.gif);}
#menu a:hover#audio {background-image:url(../img/b-audio_over.gif);}
#menu a:hover#videos {background-image:url(../img/b-videos_over.gif);}
#menu a:hover#fotos {background-image:url(../img/b-fotos_over.gif);}
#menu a:hover#contacto {background-image:url(../img/b-contacto_over.gif);}
#menu span { display:none}
/*--CONTENT--*/
#content {
	width:540px;
	float:left;
	display:inline;
	position:relative;
	z-index:5;
	background:#eeecdc url(../img/f-content.jpg) no-repeat;
	padding:70px 0 0 70px;
	background-color: #eeecdc;
}
* html #content { margin:-34px 0 0 -30px;} /*hack para ie 6*/
*:first-child+html #content {margin:-34px 0 0 -30px;} /*hack para ie 7*/
html>/**/body #content {margin:-29px 0 0 -30px;} /*hack para firefox y navegadores modernos*/
#content-bottom {
	height:35px;
	clear:both;
	background:url(../img/f-content_bottom.jpg) no-repeat;
	margin-left:-70px;
	margin-top:35px;
}
/*--FOOTER--*/
#footer {
	width:100%;
	clear:both;
	background:url(../img/f-pie.jpg) repeat-x;
}
#footer div {
	height:71px;
	width:916px;
	text-align:right;
	padding:15px 108px 0 0;
	color: #eeecdc;
	font-size:0.63em;
}
#footer a:link, #footer a:visited {color:#eeecdc; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
#intercambio { text-decoration:none; color: #8b8a78 ! important;}
/*--AUXILIARES--*/
img { border:0;}
#main_height_hack {
	width:1px;
	height:504px;
	float:right;
}
#content_height_hack {
	width:1px;
	height:322px;
	float:right;
}
.float-right { float:right; margin-right:70px;}
.clear { clear: both;}
.clear2 { clear:left; }
.font-weight-normal { font-weight:normal;}
.borderCero {
	border:0 ! important;
}
/*--SECCIONES--*/
/*--inicio--*/
#presentaciones {
	width:280px;
	float:left;
	border-top:1px solid #8b8a78;
	margin:50px 16px 0 0;
}
/* AGENDA
#presentaciones ul { line-height: normal;}
#presentaciones ul .presentaciones-tit { color:#8b8a78; font-weight:bold;}
#presentaciones ul .presentaciones-fecha { color:#cb6f14;}
*/
#social {
	margin:0;
	padding:0;
}
#social li {
	display:inline;
	margin:0;
	padding:0;
}
/*ROTADOR FLASH
#flash {
	width:232px;
	float:left;
	margin-top:8px;
}
#flash p {
	color:#8b8a78;
	font-size:0.63em;
	line-height:normal;
	margin:0.63em 0;
}
*/
#rotador {
 	float:left;
    height:202px;
	margin-top:8px;
    position:relative;
	width:232px;
}
#rotador IMG {
    left:0;
    opacity:0.0;
    position:absolute;
    top:0;
    z-index:8;
}
#rotador IMG.active {
    opacity:1.0;
    z-index:10;
}
#rotador IMG.last-active {
    z-index:9;
}
/*quienes somos*/
.quienes_somos p {font-size:0.94em;}

/*--fotos--*/
#slideshow span {display:none}
#wrapper {width:450px; display:none}
#fullsize {position:relative; width:450px; height:337px; background: url(../img/f-fotos.jpg)}
#image {width:450px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:3px; background:url(../img/left.gif) left center no-repeat}
#imgnext {right:4px; background:url(../img/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100;}
#thumbnails {margin:15px 0}
#slideleft {float:left; width:20px; height:42px; background:url(../img/scroll-left.gif) center center no-repeat;}
#slideleft:hover {background-image:url(../img/scroll-left_over.gif)}
#slideright {float:right; width:20px; height:42px; background:url(../img/scroll-right.gif) center center no-repeat}
#slideright:hover {background-image:url(../img/scroll-right_over.gif)}
#slidearea {float:left; position:relative; width:400px; margin-left:5px; height:42px; overflow:hidden}
#slider {position:absolute; left:0; height:42px}
#slider img {cursor:pointer; padding:2px}

/*--audio--*/
object { margin-bottom:25px;}
.audio p {
	font-size:0.63em;
	color:#6d0000;
	line-height:normal;
	margin:0.63em;
}
.interprete {
	color:#5e4213;
	font-style:italic;
}
.lista-audio_serv {
	list-style: url(../img/bullet.gif) none;
	padding-left:17px;
	margin:25px 0 0 0;
	font-size:0.81em;
	font-weight:bold;
	line-height:1.6em;
}
.lista-audio_serv li { margin-bottom:1em;}
/*--contacto--*/
form, fieldset { margin:0; padding:0; border:0;}
legend { display:none;}
form {
	background:url(../img/f-form.jpg) no-repeat;
	width:450px;
	height:300px;
}
form div {
	width:180px;
	float:left;
	display:inline;
	padding:110px 20px 0 20px; 
}
form p {
	width:180px;
	float:left;
	display:inline;
	margin:0;
	font-size:0.63em;
	color:#5e4213;
	padding:0 20px;
}
label, input, textarea {display:block; font-size:0.81em;}
label { margin-bottom:1px; color:#5e4213;}
input, textarea {
	margin-bottom:8px;
	background-color:transparent;
	border:1px dotted #5e4213;
	width:176px;
	padding:2px;
	font-family:"Courier New", Courier, monospace;
	color:#000;
}
input {height:15px;}
textarea {height:110px;}
#b-enviar {
	width:60px;
	height:18px;
	float:right;
	display:inline;
	border:0;
	padding:0;
	margin:0 28px 0 0;
	background-color:#6d0000;
	color:#FFF;
	text-align:center;
}
#tels {
	float:left;
	margin:0 10px 0 100px;
}
/*--servicios - fiestas--*/
.foto-show_galasyeventos {
	float:right;
	margin:-2.5em 70px 1em 0;
}
#claseCanto {
	background:url(../img/img_aviso-canto.jpg) no-repeat center;
	height:400px;
	margin:0 70px 20px 0;
}
#claseVals {
	background:url(../img/img_aviso-vals.jpg) no-repeat center;
	height:400px;
	margin-right:70px;
}
#claseCanto span,
#claseVals span {
	display:none;
}
