body {
    width: 100%;
    height: 100%;
	background-color:#2f87b9;
    background: url(images/fondo2.jpg) fixed;
    margin: 0 auto;
	padding: 0px;
}

#texto_menu a{
    color: #ffffff;
    text-decoration: none;
}

textarea{
    cols: 20;
	rows: 20;
}


#texto_menu a:hover{
    color: #a5d6f3;
    text-decoration: none;
}

#leyenda a{
    color: #000000;
    text-decoration: none;
}

#leyenda a:hover{
    color: #000000;
    text-decoration: underline;
}

#contenedor {
    background: url(images/fondo.gif) fixed;
   /* background: url(images/fondo.gif) repeat;*/
	width: 100%;
    height: 587px;
   	margin: 0 auto;
	padding: 0px;
	position:relative;
	display: block;
}

#adentro {
    width: 955px;
    height: 587px;
   	margin: 0 auto;
	padding: 0px;
	position:relative;
	display: block;
}

#footer {
	background: url(images/fondo_footer.png) repeat-x;
	/*background-color: #2f87b9;*/
	height: 130px;
	width: 100%;
	margin: 0 auto;
	position:absolute;
	z-index:2;
	top: 578px;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	position:relative;
	z-index:3;
	top: 68px;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	font-style:normal;
	line-height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#banner {
	height: 145px;
	width: 145px;
	margin: 0 auto;
	position:absolute;
	z-index:100;
	top: 559px;
	left: 980px;
}
