a {
	text-decoration: none;
	border: 0px;
 }

body {
	text-align:center;
}
h1 {
	font: bold 14pt arial;
	color:#990033;
}
h2 {
	font: bold 12pt arial;
	color: #990033;
	text-transform: uppercase;
}
h3 {
	font: bold 10pt arial;
}
li {
	margin-bottom:4px;
}
td {
	padding: 5px;
}
th {
	text-align:center;
	font: bold 12pt arial;
	color: #990033;
	text-transform: uppercase;
}
.titulo {
	font: bold 12pt arial;
	color: #990033;
	text-transform: uppercase;
}
/* El page es la caja en la que va toda la página*/
#page {
	width: 950px;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #222222;
}
/* El header es la caja de la cabecera, se compone del logotipo y el menú*/
#header {
	width: 100%;
}
#logotipo {
	width: 100%;
	height: 150px;
	background: #990033;
	overflow: hidden;
}
.logos {
	float: left;
}
.fundidos {
	float: left;
}
#menu {
	width: 100%;
	height: 28px;
	margin: 0 auto;
	background: #999999;
	overflow: hidden;
	background-image: url(imagenes/fondomenu.jpg);
}

#menu .boton {
	margin: 5px 2px 0px 2px;
	float: left;
	height: 25px;
	width: 90px;
	background: #990033;
	font: 8pt verdana;
	color: #ffffff;
	text-align: center;
}

#menu  a {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	height: 23px;
	color: #999999;
}

#menu .boton a:hover {
	color: #1777b1;
}
#menu  .active {
	margin: 5px 2px 0px 2px;
	float: left;
	height: 25px;
	width: 90px;
	background: #bbbbbb;
	font: 8pt verdana;
	color: #990033;
	text-align: center;
	z-index: 1;
}
#menu .active a {
	color: #990033;
}
/* Termina la cabecera y empieza el cuerpo de la página a la que llame body*/
#body {	
	padding:15px 15px;
	width: 920px;
	min-height: 500px;
	background:#bbbbbb;
	z-index: 0;
	overflow: hidden;
}
#menulado {
	width: 140px;
	float: left;
	margin-right: 15px;
}
#contenedor {
	float: left;
	width: 550px;
	overflow: hidden;
}
.arriba {
	background-image: url(imagenes/arriba.jpg);
	background-repeat:no repeat;
	width:100%;
	height: 20px;
}
.abajo {
	background-image: url(imagenes/abajo.jpg);
	background-repeat:no repeat;
	width:100%;
	height: 20px;
}
.contenido {
	background: #ffffff;
	padding: 0px 20px;
	overflow: hidden;
}
.texto {
	float:left;
	width: 100%;
	padding-right:10px;
	text-align:justify;
}
.menuhistoria {
	width: 130px;
	font-size:8pt;
	margin-left:10px;
	margin-bottom:20px;
	float:left;
}
.menuhistoria a {
	text-decoration:none;
	color:#990033;
	
}
.menuhistoria a:hover {
	color:#444444;
}
.contenido p {
	line-height: 1.4;
	font-size: 9pt;
}
.actividad {
	padding-bottom:10px;
}
.actividad:hover {
	background: #dddddd;
	cursor: default;
}
.actividad img {
	border: 1px solid;
	width:150;
	height:100;
}
.paginado {
	padding:5px 0px;
	text-align: center;
}
.paginado a {
	margin-right:15px;
	color:#000000;
	text-decoration: none;
}
.paginado a:hover {
	text-decoration: none;
	color:#990033;
}
.banners {
	margin-left:15px;
	float:left;
	width:190px;
}
.banners div {
	padding:5px 0px;
}
.banners img {
	width: 190px;
	height: 90px;
	background-color: white;
}
/* Fin del cuerpo y comienzo del pie o footer, donde va el copyright y esas cosas*/
#footer {
	width: 100%;
	height: 20px;
}


