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, 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-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr{
	border-bottom: 1px dashed #ccc;
	color:#fff;
	border-top: 1px dotted #ccc;
}
strong{
	font-weight: bold;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	cursor: default;
	line-height: 140%;
	color: #373631;
	background:url(/gfx/fondo_menu.png) top left repeat-y;
}
h1 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#ff272c;
	margin: 0  0 5px 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -2px;
	font-size: 32px;
	font-weight:bold;
}
h1.destacar,
h1.destacar a{
	color:#ff272c;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0  0 5px 0;
	padding: 0 0 0 36px;
	line-height: 100%;
	letter-spacing: -2px;
	font-size: 32px;
	background:url(/gfx/destaca_h1.gif) top left no-repeat;
}
h1 a:visited , h1 a:focus, h1 a:link, h1 a{
	text-decoration:none;
    color:#0BCFFF;
}

h2 {
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #CF2700;
	line-height:100%;
	margin: 10px 0;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight:bold;
}

h2 a {
	color: #CF2700;
	text-decoration: none;
}
h2.destacar,
h2.destacar a {
	color:#C00;
}
h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #696666;
	line-height:100%;
	margin: 10px 0;
	padding: 0px;
	font-size: 14px;
	font-weight:bold;
}
h3 a {
    color: #c00;
    text-decoration: none;
}
h3 a:hover {
    color: #f60;
    text-decoration: none;
}
#contenedor{
	margin: 0;
	padding: 0;
	height: auto;
}
#superior{
	margin:0;
	padding:0;
	width:100%;
	height:200px;
	border-bottom:4px solid #111;
	background: #000;
	text-align: center;
}
/*CONTENIDO*/
#contenido{
	margin: 10px 10px 10px 280px;
	padding: 10px;
	height:auto;
}
#izquierda{
	width: 260px;
	margin:0;
	padding:0;
	height: auto;
	background: #080808;
	float: left;
}
#footer{
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	margin: 10px 10px 10px 280px;
	clear: both;
	color: #666;
	letter-spacing: 1px;
	border-top: 1px dotted #1d1d1d;
	line-height: 15px;
}
#footer span{
	font-size: 12px;
	font-weight: bold;
}
#footer a{
	font-size: 12px;
	color: #CF2700;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #CF2700;
}
/*MENU*/


.menu{
	margin: 35px 0 20px 0;
	list-style-type: none;
	padding: 0;
}

.menu li {
	vertical-align: bottom;
	font-weight: bold;
	margin:0;
	width: 260px;
	/*border-bottom: 3px solid #201F1C;*/
	border-bottom: 3px solid #000;
}
.menu li a {
	display: block;
	line-height: 2em;
	color: #ccc;
	text-decoration: none;
	padding:5px 0 8px 25px;
	font-size: 13px;
	font-weight: bold;
	/*background: #373631;*/
	background: #111;
}

.menu li a:hover {
	background: #333;
	color:#fff;
}
.menu li a.activo  {
	font-weight: bold;
	color: #fff;
	margin: 0;
	background: #bf9663;
}
.submenu{
	list-style-type: none;
	margin:-3px 0 0 0;
	border-top: 3px solid #251c11;
}
.submenu li{
	font-weight: bold;
	font-size:12px;
	border: 0 none;
}
.submenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:5px 0 8px 40px;
	background-color: #555;
	background-image: url(/gfx/fondo_submenu.png);
	background-position:0 0;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:1px solid #191919;
}

.submenu li a:hover {
	background-color: #1c1c1c;
	background-image: url(/gfx/fondo_submenu.png);
	background-position:0 -70px;
	background-repeat: no-repeat;
	color:#fff;
}
.submenu li a.subactivo  {
	font-weight: bold;
	color: #d58b2f;
	margin: 0;
	background-color: #121212;
	background-image: url(/gfx/fondo_submenu.png);
	background-position:0 -140px;
	background-repeat: no-repeat;
}
/**/
.subsubmenu{
	list-style-type: none;
}
.subsubmenu li{
	font-weight: bold;
	font-size:12px;
	border: 0 none;
}
.subsubmenu li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	padding:5px 0 8px 60px;
	background-color: #555;
	background-image: url(/gfx/fondo_submenu.png);
	background-position:20px 0;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:1px solid #191919;
}

.subsubmenu li a:hover {
	background-color: #1c1c1c;
	background-image: url(/gfx/fondo_submenu.png);
	background-position:20px -70px;
	background-repeat: no-repeat;
	color:#fff;
}
.subsubmenu li a.subsubactivo  {
	font-weight: bold;
	color: #d58b2f;
	margin: 0;
	background-color: #121212;
	background-image: url(/gfx/fondo_submenu.png);
	background-position:20px -140px;
	background-repeat: no-repeat;
}
/**/
.banner{
	margin: 30px 0 0 10px;
}
.banner a{
	margin:0 8px 0 0;
}
.clearer {
	clear: both;
}
.imagen{
	margin: 0 0 30px 0;	
}
.imagen_y_texto .texto,
.imagen_y_texto .texto td,
.texto_solo{
	margin: 0 0 30px 0;
}
.mensaje {
    font-size: 13px;
    padding: 20px;
    margin: 20px 0;
    font-weight: bold;
    color: #000000;
    border: 1px solid #000000;
}
.enlace,
.archivo {
	font-size: 13px;
	line-height: 30px;
}
.imagen_y_texto .texto,
.imagen_y_texto .texto td,
.texto_solo,
p {
	font-size: 12px;
	text-align: justify;
	vertical-align:middle;
}
.imagen_sola p {
    text-align: center;
}
.home,
.idioma {
	font-size: 11px;
	display: block;
	float: right;
	text-decoration: none;
    color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
}
.home:hover,
.idioma:hover {
    text-decoration: underline;
}


.imagen_y_texto .texto ul,
p ul,
.texto_solo ul {
	list-style: square;
	margin: 0 0 0 20px;
}
.enlace a,
.archivo a,
.texto_solo a,
p a{
	color:#d58b2f;
	text-decoration: none;
	font-weight: bold;
}

.enlace a:hover,
.archivo a:hover,
.texto_solo a:hover,
p a:hover,
h1 a:hover,
h2 a:hover {
    text-decoration: underline;
}
.imagen_y_texto {
    margin: 10px 0;
}
.imagen_y_texto .texto {
    padding-left: 20px;
}
.revista {
float: left;
display: inline;
margin: 20px;
width: 250px;
height: 220px;
        text-align: center;
overflow: hidden;
}

.revistas {
margin: 20px 0;
}

.revista .texto p {
    text-align: center;
}

.revistas .imagen {
width: 150px;
       text-align: center;
}
.boton_agenda{
	height: 50px;
	padding: 0;
	margin: 10px 0;
}
a.boton {
	display: block;
	line-height: 50px;
	padding-left: 15px;
	text-decoration: none;
	margin: 0 auto;
	float: left;
	color: #fff;
	background: url(/gfx/boton_iz.png) top left no-repeat;
}
a.boton span{
	display: block;
	padding: 0 15px 0 0;
	background: url(/gfx/boton.png) top right no-repeat;
}
a.boton:hover  {
	text-decoration: none;
	color: #f00;
}
/*AGENDA*/

#horario {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#horario th,
#horario td {
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
} 
#horario th {
    width: 150px;
    background: #eeeeee;
    font-weight: normal;
}
#horario a {
    color: #408020;
    text-decoration: none;
    font-weight: bold;
    padding: 0 3px;
    display: block;
}
#horario a:hover {
    background: #408020;
    color: #fff;
}
.form_agenda td p{
	height: 26px;
	line-height:26px;
	text-align: right;
	padding:0 5px 0  0;
}
.agenda{
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
.columna {
	float: left;
	display: inline;
	margin-right: 20px;
}
