@charset "utf-8";
/* CSS Document */
#contenedor {
	width: 900px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#puntos {
	clear: both;
	height: 240px;
	padding-left: 50px;
}

#cabercera {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	height: 120px;
	width: 900px;
	background-image:url(../images/cabecera.gif)
}
#info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #117FB4;
	text-align: center;
	background-image: url(../images/pie.jpg);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	clear: both;
	padding-top: 6px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
}
#enlace {
	border: thin solid #C03;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000;
	background-color: #C03;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contenedor #pie a:visited {
	text-decoration: none;
	color: #CCC;
}
#contenedor #pie a:link {
	text-decoration: none;
}
#contenedor #pie a:hover {
	text-decoration: underline;
	color: #FFF;
}
#contenedor #pie a:active {
	text-decoration: none;
}
#fecha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
.destacados {
	float: left;
	width: 280px;
}
#videos {
	height: 700px;
	width: 900px;
}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #999;
}
#miembros {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-left: 20px;
	color: #007;
	padding-right: 20px;
	clear: none;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contenedor #menu a:visited {
	text-decoration: none;
	color: #000;
}
#contenedor #menu a:link {
	text-decoration: none;
	color: #000;
}
#contenedor #menu a:hover {
	text-decoration: underline;
	color: #CCC;
}
#contenedor #menu a:active {
	text-decoration: none;
}
#contenedor #actas a:visited {
	text-decoration: none;
	color: #007;
	font-size: small;
}
#contenedor #actas a:link {
	text-decoration: none;
	color: #000;
	font-size: small;
}
#contenedor #actas a:hover {
	text-decoration: underline;
	color: #000;
	font-size: small;
}
#contenedor #actas a:active {
	text-decoration: none;
	color: #CCC;
	font-size: small;
}
#contenedor #miembros a:visited {
	text-decoration: none;
	color: #007;
	font-size: small;
}
#contenedor #miembros a:link {
	text-decoration: none;
	color: #000;
	font-size: small;
}
#contenedor #miembros a:hover {
	text-decoration: underline;
	color: #000;
	font-size: small;
}
#contenedor #miembros a:active {
	text-decoration: none;
	color: #CCC;
	font-size: small;
}
