@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
body {
	background-color: #000;
	background-image: url(fondoa.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#pagina {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: static;
	height: auto;
}
#redes {
	height: 42px;
	width: 150px;
	float: left;
	margin-left: 820px;
}
#proxima {
	float: left;
	height: 100px;
	width: 300px;
	margin-left: 470px;
}
#show {
	height: 140px;
	width: 980px;
	margin-top: 170px;
}
#botones {
	height: 60px;
	width: 980px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	background-image: url(botoneras_fondo.jpg);
}
#columna1 {
	height: auto;
	width: 980px;
	float: left;
	background-color: #27176F;
}

#botones li{
	list-style: none;
	display: inline;
	line-height: 60px;
}
#botones a{
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
}
#botones a:hover{
	color: #FF0;
	text-decoration: underline;
}

#noticia{
	height: auto;
	width: 930px;
	margin-top: 10px;
	margin-left: 25px;
	float: left;
	margin-bottom: 5px;
}

#noticia p{
	color: white;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
}

#noticia h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	color: #FFF;
	background-image: url(tit.jpg);
	background-position: center top;
}

#noticia img {
	max-width: 350px;
	height: auto !important;
	border: 2px solid white;
	margin-right: 10px;
	float: left;
}

.noticias {
	width: 100%;
	height: auto;
	color: white;
	display: block;
	margin-bottom: 10px;
}

.noticias h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding: 5px;
	background-color: #ccc;
	color: #27176F;
}

.noticias p{
	color: white;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px;
}

.noticias img {
	max-width: 120px;
	height: auto !important;
	border: 1px solid white;
	margin-right: 10px;
	float: left;
}

.noticias a {
	color: #27176F;
	text-decoration: none
}

#noticia a {
	color: white;
	text-decoration: underline;
}
