body {
    font-family:Helvetica;
    font-size: 100%;
    background: #fff;
    color: #000;
    text-align: left;
}
#wraper{
	width:816px;
	height:auto;
	margin:auto;
}
header{
	height:83px;
	overflow: hidden;
}

nav{
	height:5px;
	background-color:#015d8c;
	margin:auto;
	width:700px;
	position: relative;
	z-index:999;
}

main{
	height:390px;
}

main .texto{
	height:280px;
	padding:100px 50px 0 50px;
	
}
.f1{	background:url(../img/fondo1.jpg) top; }
.f2{	background:url(../img/fondo2.jpg) top; }
.f3{	background:url(../img/fondo3.jpg) top; }
.f4{	background:url(../img/fondo4.jpg) top; }
.f5{	background:url(../img/fondo5.jpg) top; }
.f6{	background:url(../img/fondo6.jpg) top; }
.f7{	background:url(../img/fondo7.jpg) top; }
.f8{	background:url(../img/fondo8.jpg) top; }

.titulo{
	color:#FFFF00;
}
.txt{
		color:#FFFFFF;
		font-size:27px;
		text-align:justify;

}


#text{
	height:auto;
	margin:20px auto;
	width:700px;
	color:#2371A7;
	overflow:hidden;
	text-align:justify;
}
#text .parti img{
	width:24.5%;
	margin:15px 0;

	
}


.box1{
	width:47%;
	float:left;
	height:auto;
	text-align: justify;
	
}


.box1 ul{
	margin-left:15px;
	list-style-image:url(../img/list.png)
}
.box2{
	width:47%;
	float:right;
	height:auto;
	text-align: justify;
}
.box2 ul{
	margin-left:15px;
	list-style-image:url(../img/list.png)
}


.mapa{
	height:150px;
	width:150px;
	border-radius:50%;
	border:#FF0 5px solid;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:5;
}
.txt_mapa{
	margin-top:30px;
	padding:10px;
	padding-left:40px;
	float:left;
	background-color:#FF0;
	height:80px;
	width:490px;
	border-radius:0 40px 40px 0;
	position:relative;
	left:-15px;

}

footer{
	height:200px;
 	
}


#promo_i{
	overflow:hidden; 
	height:auto; 
	margin-bottom:2px;
}
#promo_i .img_promo{
	height:150px;
	width:150px;
	border-radius:50%;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:5;
}
#promo_i .txt_promo{
	margin-top:25px;

	padding: 10px 40px;
	float:left;
	background-color:#FF0;
	height:80px;
	width:450px;
	border-radius:0 40px 40px 0;
	position:relative;
	left:-20px;
	text-align:justify;

}
#promo_p{
	overflow:hidden; 
	height:auto; 
	margin-bottom:2px;
}
#promo_p .img_promo{
	height:150px;
	width:150px;
	border-radius:50%;
	overflow:hidden;
	float: right;
	position:relative;
	z-index:5;
}
#promo_p .txt_promo{
	margin-top:25px;
	padding: 10px 40px;
	float: right;
	background-color:#E0E0E0;
	height:80px;
	width:450px;
	border-radius:40px 0 0 40px;
	position:relative;
	right:-20px;
	text-align:justify;

}





.banner{
	width:700px;
	height:80px;
	margin:auto;
}
.banner img{
	margin:4px 3px 0 3px;
}
.participan{
	background-color:#e0e0e0;
	height:42px;
	width:700px;
	margin:5px auto;
	border-radius:10px;
}







.logo{
	width:244px;
	height:77px;
	margin-left:60px;
	float: left;
}
.menu_top{
	width:260px;
	height:40px;
	float:right;
	margin: 45px 45px;
}

#text table{
	color:#2371A7;
}

#text td{
	background-color:#E0E0E0;
	border:#FFF solid 5px;
	padding:2px 10px;
}


.formulario{
	background:url(../img/bgform.png) no-repeat top ;
	height:470px;	
}

.formulario form{
	width:400px;
	margin:auto;
	color:#FFF;
	padding-top:40px;
	
}
.formulario form br{
	line-height:5px;
}


#reservar form label{
	color:#FFF;
}

#reservar form input[type=text]{
	border-radius: 10px;
	height:25px;
	width:90%;
	margin-bottom:10px;
}
#reservar form textarea{
	width:355px;
	height:70px;
	border-radius: 10px;
}
#reservar form input[type=submit]{
	width:100px;
	background-color:#0f76bb;
	border-radius:10px;
	border:none;
	color:#FFF;
	height:25px;
	font-size:16px;
	margin-right:50px;
	
}

 


/*menu*/

#cssmenu {
  float:right;	
  border: none;
  border: 0px;
  margin: 0px;
  margin-top:5px;
  margin-right:-2px;
  padding: 0px;
  font:  'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  width:450px;
}
#cssmenu ul {
  height: 62px;
  list-style: none;
  margin: 0;
  padding: 0;
    color: #FFFFFF;
}
#cssmenu li {
  float: left;
  padding: 0px;
  width:112px;
    color: #FFFFFF;
}
#cssmenu li a {
  background:  url('../img/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 32px;
  margin: 0px;
  padding: 30px 20px 0 5px;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #FFFFFF;}
#cssmenu ul ul a {
  color: #FFFFFF;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #0378a3 url('../img/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #1f8ca3;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 113px;
  z-index: 20;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('../img/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 113px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 30px;
  font-size: 9px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 7px;
  text-align: left;
  border-top:#025d8c solid 2px;
  
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #2aa7d3 url('../img/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
   border-top:#025d8c solid 2px;
}
#cssmenu p {
  clear: left;
}


/*fin menu*/