/* CSS Document */

* {margin:0px; padding:0px;}

body {
	background-image: url(../img/general/cielo_circulo.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #E3f1f4;
	background-position: top;
	color: #666666;
}

#contenedor {
  height:auto;
  overflow:hidden;
  position:relative;
  width:100%;
}

.avion {
  overflow:hidden;
  position:absolute;
  z-index:10;
}


#cabecero   {
	height:153px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#cuerpo     {height:auto; width:800px; margin-left:auto; margin-right:auto; text-align:justify}
#firma {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #DEEF8D;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #5A892B;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#firma a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}



#pie        {
	height:214px;
	clear:both;
	margin-top: 25px;
	background-repeat: repeat-x;
	background-image: url(../img/general/pie_montanas.jpg);
	width: 100%;
	background-position: bottom;
}

#cuerpo_principal_circulo   {
	height:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	margin-bottom: 40px;
	z-index:1000;
}



.ver_mas a {
	color: #1A6B79;
	text-decoration: none;
}


#direccion {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	width: 100%;
	visibility: inherit;
	text-align: center;
	padding-top:180px;
	color: #A8C81B;
}
#direccion a {	font-weight: bold;	color: #A8C81B;	text-decoration: none;}


#menu {
	width: 575px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #98DBE7;
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 70px;
	margin-right: 0px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	margin-bottom: 0px;
}

#menu a:hover {	color: #FFFFFF;}
#menu a { color: #B1E4ED;	text-decoration: none;}

.titulo {
	font-size: 24px;
	font-weight: bold;
	color: #2E98AB;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.enlace_web a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #2E98AB;
	text-decoration: none;
}
.enlace_web a:hover {

	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.desarrollo_noticia {
	text-decoration: none;
}
.desarrollo_noticia a {
	text-decoration: none;
	color: #26A2B7!important;
}

