@charset "utf-8";
/* CSS Document */

@import url('/css/lightbox.css');

@import url('agenda.css');
@import url('blog.css');
@import url('catalogo.css');
@import url('enlaces.css');
@import url('espectaculos.css');
@import url('galeria.css');
@import url('noticias.css');


body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	font-size: 36px;
	margin: 0;
	padding: 3px 0;
	color: #4DA4C6;
	line-height: 120%;
	font-weight: normal;
	font-style: italic;
	background-image: url(../img/bg-h1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: solid #4DA4C6;
	border-width: 0 0 2px 0;
	
}

h2 {
	font-size: 18px;
	padding: 0 0 3px 0;;
	margin: 8px 0;
	color: #E1650F;
	border: solid #E1650F;
	border-width: 0 0 1px 0;
	line-height: 120%;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #E1650F;
	text-decoration: none;
}

h2 a:hover {
	color: #F18338;
}

h3 {
	font-size: 14px;
	padding: 0 0 3px 0;;
	margin: 0 0 12px 0;
	color: #92C20C;
	border: solid #92C20C;
	border-width: 0 0 1px 0;
	line-height: 120%;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #92C20C;
	text-decoration: none;
}

h3 a:hover {
	color: #B4F013;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

a:link, a:visited, a:active {
	color: #4196D4;
}

a:hover {
	color: #7BB6E1;
}


.enlace {
	color: #4196D4;
	cursor: pointer;
}

.enlace:hover {
	color: #7BB6E1;
}

#main {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	margin: 3px 0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#logo {
	float: left;
	height: 255px;
	margin: 15px 0 0 0;
}

#titulo {

}

#contenido {
	padding: 0;
}

#contenido-central {
	width: 550px;
	float: right;
	text-align: left;
	position: relative;
	border: solid #AFD371;
	border-width: 0 0 0 1px;
	padding: 15px 0 15px 15px;
}

#contenido-principal {
	margin: 10px 0 0 0;
}

#contenido-botonera {
	float: left;
	width: 188px;
	text-align: left;
	font-size: 11px;
	padding: 15px 0;
	text-transform: uppercase;
}

#contenido-botonera a:link, #contenido-botonera a:visited, #contenido-botonera a:active {
	color: #000;
	text-decoration: none;
}

#contenido-botonera a:hover {
	color: #4196D4;
}

#contenido-botonera .boton {
	border: solid #5EA1C2;
	border-width: 0 0 1px 0;
	margin: 5px 0;
	padding: 3px 15px 3px 0;
	background-image: url(../img/boton-vineta.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#pie {
	margin: 15px 0;
	border: solid #4DA4C6;
	border-width: 1px 0 0;
	padding: 12px 0 0 220px;
}


#firma {
	padding: 6px 0 0 220px;
}

#firma a {
	text-decoration: none;
}


.respuesta_usuario {
	border: 1px solid #807944;
	background-color: #E1DEC8;
	padding: 5px;
	margin: 10px 5px;
}

.recuadro {
	border: solid #4EA4C7;
	border-width: 0 0 0 5px;
	padding: 8px 5px;
	margin: 5px 0;
	background-color: #F0F7E6;
}

.audio {
	margin: 0 0 35px 0;
}

.audio_archivo {
	padding: 10px 0;
}

.video {
	margin: 0 0 35px 0;
}
