/* CSS Document */
/*
	* CSS
	*
	* Hoja de Estilos de Cultura
	*
	* @author José Manuel Pérez-Montes Regajo
	* @author http://www.aupex.org
	* @date 2009/09/29
*/

body
{
	background-color:white;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	margin:0pt;
	text-align:center;
}

#contenedor
{
	width: 1000px;
	margin: 0 auto;
}

/*
---------------
PARTE SUPERIOR
---------------
*/

#menu_superior
{
	background-color:#DFDFDF;
	background-image:url("../images/fondo_menu.png");
	background-repeat:repeat-x;
	text-align:center;
	margin:auto;
}

#menu_superior table
{
	height:25px;
	max-width:1000px;
	text-align:center;
	border-left: none;
	border-right: 1px solid #B6B6B6;
}

#menu_superior td
{
	border-left:1px solid #B6B6B6;
	height:25px;
	width:166px;
	font-size: 12px;
}

#menu_superior td:hover {
	background-color:transparent;
	background-image:url("../images/fondo_menu_resaltado.png");
	background-repeat:repeat-x;
}

#menu_superior a:hover
{
	background-color:transparent;
}

#menu_superior a, #menu_superior a:visited
{
	border:0px none;
	color:#606060;
	display:block;
	margin:4px 0pt 0pt;
	text-decoration:none;
}

/*
-------------------
FOTO DE LA CABECERA
-------------------
*/

#cabecera
{
	background-color:transparent;
	background-image:url("../images/cabecera_aupex_lite.png");
	background-repeat:no-repeat;
	height:50px;
	width:1000px;
	margin:auto;
}

/*
------------------------------------------
LINEA DE DIVISION ENTRE LA FOTO Y EL RESTO
------------------------------------------
*/
.linea
{
	background-color:transparent;
	background-image:url("../images/linea.gif");
	background-repeat:repeat-x;
	height:45;
	width:1000px;
}

/*
-----------------
CABECERA PROGRAMAS
-----------------
*/
#cabecera_programas
{
	margin-top:-3px;
}

/*
-----------------
COLUMNA IZQUIERDA
-----------------
*/
#izquierda
{
	float:right;
	width: 700px;
	color: #564b47;
	margin: 0px;
	padding: 0px;

}

#izquierda .titulo
{
	color:#c21212;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-top:45px;
}

.programas
{
	display:none;
	text-align:left;
	margin:15px;
}

.programas_mostrar, .resumen {
	text-align:left;
	margin:15px;
}

.leer_mas {
	cursor:pointer;
	font-weight:bold;
}


/*
---------------
COLUMNA DERECHA
---------------
*/

#derecha
{
	float:left;
	width: 300px;
	color: #564b47;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: right;

}

#eventos
{
	color:#000;
	text-align:justify;
}

.adjuntos {
	text-align:left;
	color:#c21212;
	font-weight:bold;
	font-size:12px;
}

.descarga_adjuntos {
	text-align:left;
	color:#000;
}

/*
-------------
PIE DE PAGINA #E6E5E2
-------------
*/

.pie_pagina
{
	float:left;
	width: 100%;
	height: 80px;
	color: #7f7f7f;
	background-color:#ded7d7;
	padding-top: 15px;
	margin-top:15px;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

.pie_pagina .mapa
{
	float:none;
	font-size: 9px;
	text-align:center;
	font-weight:normal;
	margin-top:5px;
}

.pie_pagina .licencia
{
	margin-top:5px;
}

.pie_pagina .navegador
{
	font-size: 9px;
	text-align:center;
	font-weight:normal;
	margin-top:5px;
}

.pie_pagina .navegador a:hover
{
	background-color:transparent;
}

.pie_pagina .navegador a, .pie_pagina .navegador a:visited
{
	border:0px none;
	color:#c21212;
	text-decoration:none;
}

/*
 * -----------------
 * Otros estilos
 * -----------------
 */

.enlace
{
	text-decoration:none;
	color:#c21212;
}

.enlace-programa {
	text-align: left;
	text-decoration: none;
	color: #777;
}

.enlace-programa:hover {
	color: #000;
}

#carga_general
{
	visibility:hidden;
}