body {
	background-color: #2b2b2b;
	background-image:url(img/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	height: auto;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	float: left;
	height: 506px;
	width: 240px;
}
#contenidos {
	float: left;
	width: 541px;
}
iframe {
	float: left;
	border: 0px;
}
#banner {
	float: left;
	height: 506px;
	width: 220px;
}
#grupos {
	float: left;
	height: auto;
	width: 321px;
	padding-top: 30px;
}
#indexnoticias {
	float: left;
	height: auto;
	width: 320px;
	padding-top: 20px;
}
#seccionatope {
	float: left;
	height: auto;
	width: 320px;
	padding-top: 155px;
	background-image: url(img/fondoatope.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#seccioncontacto {
	float: left;
	height: auto;
	width: 320px;
	padding-top: 40px;
}
#secciongrupo {
	float: left;
	height: auto;
	width: 320px;
	padding-top: 40px;
}
#container {
	float: left;
	width: 541px;
}
#container1 {
	float: left;
	width: 541px;
}#container2 {
	float: left;
	width: 541px;
}#container3 {
	float: left;
width: 541px;
}#container4 {
	float: left;
width: 541px;
}
#container5 {
	float: left;width: 541px;
}
#container6 {
	float: left;width: 541px;
}
#container7 {
	float: left;width: 541px;
}
#container8 {
	float: left;width: 541px;
}
#container9 {
	float: left;width: 541px;
}
#container10 {
	float: left;width: 541px;
}#container11 {
	float: left;width: 541px;
}
#container12 {
	float: left;width: 541px;
}
#container13 {
	float: left;width: 541px;
}
#texto {
	float: left;
	width: 270px;
	padding-left: 30px;
	padding-right: 20px;
}#textodestacado {
	float: left;
	width: 270px;
	padding-left: 25px;
	padding-right: 20px;
	height: 90px;
}
#textonoticias {
	float: left;
	width: 490px;
	padding: 10px;
	padding-top: 0px;
	background-color: #5E4444;
}
#textonoticias2 {
	float: left;
	width: 490px;
	padding: 10px;
	padding-top: 0px;
	background-color: #2B2B2B;
}
#textonoticias3 {
	float: left;
	width: 450px;
	padding: 30px;
	padding-top: 20px;
	background-color: #FFFFFF;
}
.titulo {
	color: #b77d7d;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c7c7c7;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: justify;
}
a {
	color: #b77d7d;
	text-decoration:none;
}
a:hover{
color: #e2acac;
text-decoration:underline;
}
#gruposseccion {
	float: left;
	width: 100%;
	background-image: url(img/fondogrupos.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.titular {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#paginamiento {
	float: left;
	width: 300px;
	padding-left: 200px;
	padding-bottom: 10px;
}
#margennot {
	float: left;
	padding-left: 30px;
}
#margennot2 {
	float: left;
	padding-left: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	margin-bottom: -5px;
	font-weight: normal;
	letter-spacing: -1px;
}
.foto {
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-top: 20px;
	background-color: #5E4444;
	margin-left: 40px;
}
#descargas {
	padding: 10px;
	float: left;
	height: auto;
	width: 200px;
	margin-top: 20px;
	background-color: #861B1B;
	padding-top: 0px;
}
#vertodas {
	float: left;
	width: 400px;
}
.margenizado {
	margin-bottom: -2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-----------------------LIGHTBOX--------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	/****************************Fin de lightbox*****************************/
.noticia {
	color: #2B2B2B;
}
/****************************FORMULARIO*****************************/
#capaformulario {
	float: left;
	width: 270px;
}
.formi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	width: 210px;
	border: 1px #000000 solid;
	text-align: left;
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
}
.formi2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 70px;
	width: 210px;
	border: 1px #000000 solid;
	text-align: left;
	margin: 0px;
	padding: 2px;
}
.boton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #FFFFFF;
	background-color: #941D1D;
	border: 1px solid #941D1D;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:25px;
	text-decoration:none;
}
.boton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #941D1D;
	background-color: #FFFFFF;
	text-decoration: none;
}
.red {
	color: #CC0000;
	padding:0px;
	margin:0px;
	font-size:10px;
	line-height: 7pt;
	text-align: center;
}
.blue {
	color: #c7c7c7;
	padding:0px;
	margin:0px;
	font-size:10px;
}
.tabla {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
}#mensaje {
	float: left;
	height: 20px;
	width: 200px;
	text-align: center;
	padding-left: 50px;
	padding-top: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
/**************************************FIN FORMULARIO**************************************/
.sinsangria {
	margin: 0px;
	padding: 0px;
}
#pie {
	float: left;
	width: 240px;
	padding-top: 5px;
}
#izquierdaindex {
	float: left;
	width: 240px;
}
#minimenu {
	float: left;
	width: 200px;
	background-color: #492e2e;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.abajo {
	color: #6e5959;
	text-align: left;
	padding-top: 0px;
}
.titulo2 {
	color: #DEBEBE;
}
.left {
	float: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #EDA3A3;
	font-weight: normal;
}
.video {
	float: left;
	width: 310px;
	padding-left: 10px;
}
