/*************** Parámetros generales **************/
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color:#b2b2b2;
}

table, td, div {
	border: 0px;
	border-collapse:collapse;
	vertical-align:top;
}

a:link, a:visited {   
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fbd800;
	text-decoration: none;
}

img {
	border: 0px;
	}

/*****************************************************/
#cuerpo {
	width: 1000px;
	margin: 14px auto 14px auto;
	background-color:#000;
	}

#menu_principal {
	background-image:url(/css/images/cuadros.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height: 34px;
	border-bottom:1px solid #fbd800;
	padding-left:80px;
	}

#menu {
	list-style:none;
	margin:0;
	padding:0;
	}	

#menu li {
	margin:0px;
	float:left;
	}

#menu li a {
	height: 24px;
	display:block; //Convertimos el vínculo en un bloque.
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFF;
	}

#menu li#menu_cat a, #menu li#menu_es a, #menu li#menu_eng a { 
	margin-right: 20px;
	background-color:#E20816;
	width: 30px;
	font-weight:bold;
	padding: 10px 0 0 0;
	}	

#menu li#menu_cat a:hover, #menu li#menu_es a:hover, #menu li#menu_eng a:hover {
	background-color:#fbd800;
	color:#000;
	}
	
#menu li#menu_eng a {margin-right: 130px;}

#menu li#menu_inicio a, #menu li#menu_contacto a, #menu li#menu_mapa a { 
	width: 107px;
	padding: 10px 0px 0 0px;
	border-right: 1px solid #fbd800;
	color:#fff;
	}
	
#menu li#menu_novedades_ed a, #menu li#menu_noticias a, #menu li#menu_enlaces a { 
	width: 147px;
	padding: 10px 0px 0 0px;
	border-right: 1px solid #000;
	background-color:#fbd800;
	color: #000;
	}
	
#menu li#menu_inicio a:hover, #menu li#menu_contacto a:hover, #menu li#menu_mapa a:hover, #menu li#menu_enlaces a:hover, #menu li#menu_noticias a:hover, #menu li#menu_novedades_ed a:hover {
	color:#99CC00;
	background-color:#E20816;
	color:#FFFFFF;
}

#menu li#current a {
	color:#99CC00;
	background-color:#004c87;
	color:#FFFFFF;
}

#cabecera {
	height: 128px;
	background-image:url(/css/images/logo_bb.gif);
	background-position:60px 0;
	background-repeat:no-repeat;
	text-align:right;
	}
	
#bloque_principal {
	margin: 0px;
	background-image:url(images/fondo_cuerpo.gif);
	background-position:left;
	background-repeat:repeat-y;
	}

#columna {
	min-height: 530px;
	height: auto !important;
	height: 580px;
	width: 195px;
	*width: 195px;
	float:left;
	padding-top:15px;
	}

#contenido, #bloque_principal {
	min-height: 550px;
	height: auto !important;
	height: 550px;
	}
	
.head_module {
	background-image:url(/css/images/head_module.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height: 29px;
	width: 180px;
	width: 145px;
	color:#FFF;
	padding: 10px 0 0 35px;
	}

select.categs {
	width:175px;
	}
		
#contenido, #contacto {
	margin-left: 195px;
	padding:10px;
	background-color:#ccc;
	min-height:300px;
	}
	
#contacto table {
	margin-top: 25px;
	}
	
#pie_pagina {
	height: 18px;
	padding-top:1px;
	background-color:#000;
	/*border: 1px solid #C00;	*/
	color:#FFF;
	text-align:center;
	}
/*********************************************************/
/***************** FRONTPAGE *****************************/
/*********************************************************/

#last_agenda, #last_novedades, #enlaces {
	margin: 5px 0 0 0;
	width: 100%;
	*width: 98%;
	}

#last_noticias, #last_personaje {
	margin: 5px 10px 0 0;
	}
	
#last_novedades th, #last_noticias th, #last_agenda th, #last_personaje th, #enlaces th {
	text-align:left;
	}
	
#last_novedades td, #last_noticias td, #last_agenda td, #last_personaje td, #enlaces td {
	text-align:justify;
	}

.front_workarea {
	background-color:#FFF;
	width: 100%;
	}
	
.front_last {
	width: 95%;
	margin: 0 auto 0 auto;
	}

.fp_img {
	margin: 3px 5px 5px 0;
	}

.art_img {
	float:left;
	margin: 3px 5px 5px 0px;
	}
/*********************************************************/
/**************** Pagina de publicaciones  ****************/
/*********************************************************/
.tbl_categ {
	width: 98%;
	white-space:normal;
	background-color:#FFF;
	border. 1px solid #fff;
	border-collapse:separate;
	}

.tbl_categ th, .tbl_categ td, .tbl_categ caption {
	white-space:normal;
	}
	
.tbl_categ th {
	background-color:#e20c15;
	color:#FFFFFF;
	/*width: 50px;*/
	}

.tbl_categ a {
	color: #000;
	}
		
.tbl_colrow1 {
	background-color:#b6b5b5;
	}

.tbl_colrow2 {
	background-color:#848282;
	}

.tbl_colrow3 {
	background-color:#fbd800;
	}

/*********************************************************/
/******************  Pagina de enlaces  ******************/
/*********************************************************/
.tabla_enlaces {
	width: 85%;
	margin: 2px auto 2px auto;
	border: 1px solid #000;
	}

/*********************************************************/
/***************** Pagina de contactos  ******************/
/*********************************************************/
.nombre_empresa {
	font-size:18px;
	font-weight:bold;
	color:#e30a14;
	}
	
/*********************************************************/
/************************ Banner  ************************/
/*********************************************************/
.banner img {
	margin: 10px 10px 0 10px;
	}

/*********************************************************/
/************** Formato de textos comuness  **************/
/*********************************************************/

.txt_fecha {
	color:#666666;
	font-size:11px;
	text-align:right;
	margin:0px:
	}

.titulo {
	font-size:16px;
	color:#E20816;
	}
