@charset "iso-8859-2";
/* CSS Document */
*{
outline:none;	
}
body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
background:url(../images/fondo_pag.jpg) top no-repeat;
background-position:0 auto;
}
.p1 {
color:#FFF;	
width:60%;
padding:10px;
background-color:rgba(0,0,0,0.7);
border-radius:10px;
}
a {
text-decoration:none;
color:#8bbf01;	
border:0px;
font-weight:bold;
font-size:12px;

}
a:Hover {
color:#8e8e8c;	
}

#todo {
width:838px;
height:849px;
margin:0 auto;
}

#cab {
width:100%;
height:160px;	
}
#medio {
width:100%;
max-height:285px;	
}
#menu {
width:169px;
height:285px;
float:right;
overflow:hidden;
}
#menu ul {
	list-style: none;
	margin:65px 0px 4px 0px;
	padding:0px;
}
#menu ul li {
	float:left;
	
}
#menu ul li a{
	display:block;
	width:169px;
	height:40px;
	margin:4px 0px 0px 0px;
	background-position:top;
}
#menu ul li a:hover{
	background-position:center;
	
}
#menu ul li a.activo{
	background-position:bottom;
	
}

.seccion {
width:838px;
height:408px;
border:none;
}
#pie {
width:100%;
height:24px;


}
.textos {
font-size:12px;
text-align:justify;	
color:#fff;
}
.datosCont {
font-size:12px;
font-weight:bold;
color:#FFF;
padding:10px;
width:250px;
}
.datosCont strong{
color:#fff;	
}
#pie a {
	color:#FFF;
	text-align:center;
	}
#pie a:Hover {
color:#F60;	
}
#g0 {
	margin:0 auto;
	height:408px;
	width:838px;
	background:none;
}
#contenido1 {
	margin:0px;
	height:408px;
	width:838px;
	background:url(../images/fondo_localiza.jpg) center no-repeat;
}

.boton[disabled]{
	cursor: not-allowed;
	pointer-events: auto;
}