body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DC6A09;
}

#contenedor {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #D8C175;
	border:solid 8px #FFFFFF;
}

#miembros {
	width: 50px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-style:solid;
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	position:absolute;
	top:0px;
	left:1020px;
}

#banner {
	float: left;
	width: 780px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/banner.jpg) no-repeat top;
}


#contenido {
	width: 560px;
	float: left;
	min-height: 300px;
	background: #D8C175 url(../imagenes/fondo_cont.jpg) no-repeat top left;
}

#menu {
	margin: 40px 0px 0px 0px;
	width: 110px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	clear: both;
}

#menu ul li a:link, #menu ul li a:visited {
	font-size: 11px;
	line-height: 13px;
	color: #D15E0D;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	display: block;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	background: url(../imagenes/bt.gif) no-repeat bottom left;
}

#menu ul li a:hover {
	color: #003773;
}

#txt {
	width: 410px;
	padding: 40px 20px 20px 20px;
	margin: 0px;
	float: left;
	/*min-height: 400px;
	*height: 400px;*/
}

#fip {
	width: 560px;
	height: 52px;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
}

#anuncio {
	width: 220px;
	height:1000px;
	float: right;
}

#contacto {
	width:780px;
	height:80px;
	float:left;
	clear:both;
	margin: 0px;
	}

#anuncio img {
	border: none;
	clear: both;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 780px;
	height: 21px;
	clear: both;
	background: url(../imagenes/footer.jpg) no-repeat bottom;
}



/********************************************
generales
*******************************************/

#txt h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	height: 70px;
	background: url(../imagenes/cabezal_noticias.jpg) no-repeat;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 0px 70px;
	text-align: left;
}

#txt h2, #txt h3, #txt h4 {
	color: #D15E0D;
}
#txt h2 {
	font-size: 15px;
	line-height: 17px;
	margin: 10px 0px 10px 0px;
}

#txt h3 {
	font-size: 13px;
	line-height:15px;
	margin: 7px 0px 7px 0px;
}


#txt h4 {
	font-size: 11px;
	line-height: 12px;
	margin: 8px 0px 7px 0px;
}

#txt p, #txt ul, #txt ol, #txt table {
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	color: #333;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.just {
	text-align: justify;
}

/**************************************************
noticias
****************************************************/

.noticias {
	width: 330px;
	margin: 20px auto;
	clear: both;
	padding: 4px 10px 10px 10px;
	}

.noticias img {
	float: right;
	margin: 0px 0px 8px 8px;
	}
	
.vermas {
	float: right;
	margin: 12px 0px !important;
	}

.vermas a:link, .vermas a:visited {
	background:url(../imagenes/vermas.gif) no-repeat center;
	width: 35px;
	height: 15px;
	display: block;
	}

.vermas span {
	display: none;
	}

/*************************************************
columnas iguales
*************************************************/

.colig {
	width: 408px;
	float: left;
}


/*********************************
actividades h2  separador
****************************/

.tituloact {
	margin: 20px 0px 5px 0px !important;
	border-top: solid 1px #DC6A09;
	padding: 10px 0px 0px 0px;
}

/*************************************
tabla
*****************************************/

.tabla th, .tabla td {
	padding: 2px 4px 2px 4px;
	border: solid 1px #F17C12;
	}

.tabla th {
	background: #F17C12;
	color: #fff;
	font-weight: bold;
	}
