.BackGeneral {
	background-attachment: fixed;
	background-image: url(imagenes/back_general.jpg);
	background-repeat: repeat;
}
.backInteriores {
	background-attachment: fixed;
	background-image: url(imagenes/main/main_r2_c2_normal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ----------- Estilos NAVEGADOR ----------- */

#contenedor{
margin: 0px;
padding: 0px;
width: 710px;
height: 149px;
}

#nav1{
margin: 0px;
padding: 0px;
width: 710px;
height: 59px;
}

#nav2{
margin: 0px;
padding: 0px;
width: 710px;
height: 60px;
}

.btns{
list-style: none;
background-color: #FF0000;
margin: 0px;
padding: 0px;
}

.btns li{
float: left;
margin: 0px;
padding: 0px;
}

/* Comportamos las ligas como bloques y les quitamos el margen y el padding */
.btns li a{
display: block;
margin: 0px;
padding: 0px;
}

/* Comportamos las imagenes como bloques y les quitamos el margen y el padding
esto para equilibrar con las imagenes que son links */
.btns li img{
display: block;
margin: 0px;
padding: 0px;
}

#middle{
margin: 0px;
padding: 0px;
background-image: url(imagenes/navegador/middle_nav.jpg);
background-repeat: no-repeat;
width: 710px;
height: 30px;
}

/* ----------- Fin Estilos NAVEGADOR ----------- */