@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body, html{
	/*height:100%; */
}
body{
	background-color: #edebdc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
margin: 0px auto;
background-color: white;
border-left: 1px solid black;
border-right: 1px solid black;
width: 700px;
/*height:100%;*/
}
#header {
	background-color: #fbedd3;
	background-image: url(../images/header_ramo.gif);
	height: 150px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#header h1 a{
	background: transparent url(../images/header_h1.gif) no-repeat top left;
	width: 209px;
	height: 32px;
	top: 20px;
	position: relative;
	left: 150px;
	display: block;
	}
#header h1 span {
	display:none
	}
#header h2 a{
	background: transparent url(../images/header_h2.gif) no-repeat top left;
	width: 168px;
	height: 24px;
	position: relative;
	top: 30px;
	left: 200px;
	display: block;
	}
#header h2 span {
	display:none;
	}
#header h3 {
	background: transparent url(../images/header_h3.gif) no-repeat top left;
	width: 344px;
	height: 26px;
	position: relative;
	top: 60px;
	left: 340px;
	}
#header h3 span {
	display:none;
	}
#menu {
	height: 22px;
	margin: 5px 3px;
	float: left;
}	
#menu ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li {
	padding:0px 12px;
	float:left;
}
#menu ul li a {
	display:block;  /*Quito el padding, pero le pongo altura.*/
	text-decoration:none;
	background-repeat: no-repeat;
	height: 22px;
}
#menu ul li a:hover {
	background-position:bottom;
	height: 22px;
}
#menu ul li a span {
	display:none; /*Oculto el texto.*/
}
#menu .servicios {
	background-image:url(../images/menu_servicios.gif);
	width:73px;
}
#menu .preguntas {
	background-image:url(../images/menu_preguntas.gif);
	width:80px;
}
#menu .comentarios {
	background-image:url(../images/menu_comentarios.gif);
	width:103px;
}
#menu .eventos {
	background-image:url(../images/menu_eventos.gif);
	width:61px;
}
#menu .repertorio {
	background-image:url(../images/menu_repertorio.gif);
	width:86px;
}
#menu .contacto {
	background-image:url(../images/menu_contacto.gif);
	width:73px;
}
#menu .links {
	background-image:url(../images/menu_links.gif);
	width:41px;
}
#submenu {
	height: 12px;
	margin: 5px 10px;
}	
#submenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#submenu ul li {
	padding:0px 10px;
	float:left;
}
#submenu ul li a {
	display:block;  /*Quito el padding, pero le pongo altura.*/
	text-decoration:none;
	background-repeat: no-repeat;
	height: 16px;
	background-position:top;
}
#submenu ul li a:hover {
	background-position:bottom;
}
#submenu ul li a span {
	display:none; /*Oculto el texto.*/
}
#submenu .ceremonia {
	background-image:url(../images/submenu_ceremonia.gif);
	width:80px;
}
#submenu .fiesta {
	background-image:url(../images/submenu_fiesta.gif);
	width:41px;
}
#submenu .pcp {
	background-image:url(../images/submenu_pcp.gif);
	width:128px;
}
#content {
	width: 680px;
	float: left;
	padding: 10px;
	text-align: justify;
}
#content h2.eventos a{
	background: transparent url(../images/content_eventos.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin-top: 80px;
	display: block;
	margin-left: auto;
}
#content h2.eventos a:hover {
	background-position:bottom;
}

#content h2.eventos span {
	display:none;
	}
#content h3.experiencia {
	background: transparent url(../images/content_experiencia.gif) no-repeat top left;
	width: 196px;
	height: 17px;
	margin-top: 30px;
	display: block;
	margin-left: auto;
	}
#content h3.experiencia span {
	display:none;
	}
#gallery {
	text-align:right;
	float: right;
	margin-right: 10px;
}
#gallery h1 a {
	display:block;  /*Quito el padding, pero le pongo altura.*/
	text-decoration:none;
	background: transparent url(../images/content_galeria.gif) no-repeat top left;
	width: 62px;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#gallery h1 a:hover {
	background-position:bottom;
	height: 18px;
}
#gallery h1 span {
	display:none
	}	
#photos {
	clear: both;
	height: 120px;
}
#footer {
	padding: 20px 0px 10px 0px;
	text-align: center;
}
p {
	margin-bottom: 1em;
	font-size: 1em;
}
#content h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#content .link{
	cursor:pointer;
	color: #D96933;
	font-weight: normal;
	}
#content .link span:hover{
	color:#888888;
	text-decoration:none;
	}
#content .link2{
	cursor:pointer;
	color: #D96933;
	font-weight: bold;
	}
#content .link2 span:hover{
	color:#888888;
	text-decoration:none;
	}
#content .more{
	margin:0px 0px 1em 20px;
	color: #000000;
	}
.separator {
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a9896;
	clear: both;
	line-height: 0px;
	height: 0px;
}
.underline {
	text-decoration: underline;
}
#content .index_box {
	width: 435px;
	border: 1px solid #E69F7C;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#content .note {
	font-size: 0.9em;
	clear: both;
}
#content .box_right {
	float: right;
}
#content .services_box {
	width: 480px;
	float: left;
}
#content h2.calidad {
	background: transparent url(../images/content_calidad.gif) no-repeat top left;
	width: 181px;
	height: 45px;
	margin-left: auto;
	display: block;
	margin-top: 40px;
	}
#content h2.calidad span {
	display:none;
	}
#content h3.promos a{
	background: transparent url(../images/content_promos.gif) no-repeat top left;
	width: 130px;
	height: 32px;
	margin-top: 25px;
	display: block;
	margin-left: auto;
	}
#content h3.promos a:hover{
	background-position:bottom;
	}
#content h3.promos span {
	display:none;
	}
#content .services_list {
	margin-left: 20px;
	color: #E69F7C;
}
#content h1.tit1 {
	background-image: url(../images/serv_tit1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 287px;
	margin-bottom: 5px;
}
#content h1.tit1 span {
	display: none;
}
#content h1.preguntas {
	background-image: url(../images/preguntas.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 180px;
	margin-bottom: 5px;
}
#content h1.preguntas span {
	display: none;
}
#content h1.fiestas {
	background-image: url(../images/serv_fiestas.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 160px;
	margin-bottom: 5px;
}
#content h1.fiestas span {
	display: none;
}
#content h1.links {
	background-image: url(../images/links.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 42px;
	margin-bottom: 5px;
}
#content h1.links span {
	display: none;
}
#content h1.avisos {
	background-image: url(../images/avisos.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 54px;
	margin-bottom: 5px;
}
#content h1.avisos span {
	display: none;
}
#content h1.contacto {
	background-image: url(../images/contacto.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 77px;
	margin-bottom: 5px;
}
#content h1.contacto span {
	display: none;
}
#content h1.promos {
	background-image: url(../images/promos.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 224px;
	margin-bottom: 5px;
}
#content h1.promos span {
	display: none;
}
#content .clear {
	clear: both;
}
#content .note2 {
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px dotted #D96933;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#content h2.presupuesto a{
	background-image: url(../images/presupuesto.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 152px;
	margin: 5px 0px;
}
#content h2.presupuesto a:hover{
	background-position:bottom;
}
#content h2.presupuesto span {
	display: none;
}
.small {
	font-size: 0.9em;
}
#content .nombreFechaLugar {
	font-weight: bold;
	color: #E69F7C;
}
#content .pregunta {
	font-weight: bold;
	margin-bottom: 0px;
}
#content .pregunta_nueva {
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E69F7C;
	line-height: 0px;
	height: 0px;
}
.list_eventos {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 10px;
	color: #D96933;
	font-size: 0.9em;
	line-height: 1.5em;
}
.eventos_anio {
	font-weight: bold;
	color: #D96933;
}
#temas {
	background-color: #FFFFFF;
}
img {
	border: 0;
}
#player1, #player2, #player3, #player4, #player4b, #player5, #player6, #player7, #player8, #player9, #player10, #player11 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	margin:-1em 0px 1em 20px;
}
#content .linkDesc {
	font-weight: bold;
	color: #E69F7C;
	margin-bottom: 3px;
}
#content .linkLink a {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#content .linkLink a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .avisoDesc {
	font-size: 0.9em;
}
.linkRep a {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.linkRep a:hover {
	color: #000000;
	text-decoration: underline;
}
.NombresCampos {
	font-size:1em;
	padding-bottom:3px;
	padding-top:3px;
	vertical-align:top;
}
input {
	border:1px solid #E69F7C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color: #FFFFFF;
}
textarea {
	border:1px solid #E69F7C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:245px;
}
.subtitulo {
	font-weight: normal;
	color: #000000;
}
#repertorio p {
	margin: 0px;
	padding: 0px;
}
#temas h1.rep_ceremonia {
	background-image: url(../images/rep_ceremonia.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 332px;
	margin-bottom: 5px;
}
#temas h1.rep_ceremonia span {
	display: none;
}
#temas h1.rep_fiesta {
	background-image: url(../images/rep_fiesta.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 495px;
	margin-bottom: 5px;
}
#temas h1.rep_fiesta span {
	display: none;
}
#temas h1.rep_pcp {
	background-image: url(../images/rep_pcp.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 272px;
	margin-bottom: 5px;
}
#temas h1.rep_pcp span {
	display: none;
}

