/* body*/





/*header o encabezado/logo/title*/
#header{
width:500px;
height:90px;
margin:auto;
}
#logo{
width:120px;
height:70px;
float:left;
margin: 10px 0 0 -20px;
}
#titulo{
width:360px;
height:80px;
margin:10px 0 0 40px;
float:left;
}
/*------------------------------------------------------*/

/*Banner*/
#imagen-b-contenedor{
width:600px;
height:150px;
margin:auto;
}

#imagen-banner{
width:600px;
height:150px;
margin:auto;
border-radius:10px;
 background-color: #ddd;
   box-shadow:1px 6px 5px #000;
  

}

/*--------------------------------------------*/

#imgbl-contenedor{
width: 630px;
height: 260px;
background-color: rgba(99, 99, 99, 0.7);
margin: auto;
border-radius:30px;

}



#contenedor-p{
width:700px;
height:230px;
 margin:15px auto 0;
border-radius: 10px;

}
#contenedor-mapa{
width: 600px;
height: 880px;
margin: auto;
background-color: rgba(99, 99, 99, 0.8);
border-radius: 10px;
}

#contenedor-c{
width:780px;
height:50px;
margin:auto;
}
#contenedor-c2{
width:780px;
height:50px;
margin:auto;
}
#contenedor-p-2{
width:630px;
height:480px;
background-color: rgba(99, 99, 99, 0.8);
margin:auto;
border-radius: 10px;
}


/*-----------------------------------*/
#horizontal-1{
width:100%;
height:230px;
/*background:#00FFFF;*/
}
/*-----------------------------------*/
#seccion1{
width:48%;
height:98%;
float:left;
background-color: rgba(99, 99, 99, 0.8);
border-radius:10px;
box-shadow: 0 5px  10px #000000;
}
#texto1{
margin:5px 5px 6px 8px;
}

/*---------------------------------*/
#seccion2{
width:48%;
height:98%;
float:right;
background-color: rgba(99, 99, 99, 0.8);
border-radius:10px;
box-shadow: 0 5px  10px #000000;
}
#texto-g{
margin:3%;
}

#imagen-galeria{
width:97%;
height:79%;
float:left;
margin:3px 1px 0px 4px;
box-shadow:0 5px 10px #000000;
border-radius:10px;
}

/*-----------------------------*/


/*-----------------------------------*/

#horizontal-2{
width:90%;
height:500px;
margin:auto;
}




hr {
border:2px solid #666;
 border-radius: 300px/10px;
  height: 0px; text-align: center;
  width:950px;
  }
  


/*------------------------------*/

#contenedor-panorama{
width:750px;
height:400px;
margin: auto;
background-color: rgba(99, 99, 99, 0.8);
border-radius: 10px;
}
 


#slider{
	position: relative;
	width:100%;
	height:100%;
	margin:auto;
}
#slider > div{
	position: absolute;
	width: 100%;
	height: 100%;
}

/*--------------*/