#ppal{
	/*background-color: #bfd1e5;
	padding:10px;*/
margin:auto;
margin-bottom: 30px;
width: 900px;
height:auto;
border-radius: 8px;
}


#text{
	margin-top: 40px;
	float:center;
	width:900px;
	height:	auto;
	font-size: 17px;
	
	/*font-weight: bold;*/
	text-align: justify;
	text-indent: 2em;
	/*height: 500px;
	padding: 20px;
	/*background-color: #6689cc;
	border-radius: 10px;*/
}

#contacto{
width:270px;
height:auto;
float:left;
margin-top:30px;
}
#mapa{
width: 600px; 
height:500px;
margin:auto;
border: solid black 2px;
margin-top: 30px;
margin-bottom: 30px;

}

#dir{
width: 600px;
margin:auto;
height: auto;
margin-top: 30px;
float:right;
}


#logonacer{
width:400px;
height:170px;
margin: auto;
margin-bottom:30px;
text-indent: 0;
}

#logonacer img{
width:400px;
height:170px;

}

#menudesp{
display:block;
width: 100%;
min-width: 900px;
background-color:  #e50099;
height: 115px;
box-shadow: 5px 5px 5px #555;
}

#menudesp2{
width:900px;
margin: auto;
}

#menudesp2 a{
color:white;
}

#menudesp2 ul{
	color:white;
	font-size: 25px;
}

#menudesp2 ul li{
margin-top:-5px;
width:300px;
display: inline; 
float: left;
text-align:center;
}

#menudesp2 ul li ul li{
	display:block;
	float: none;
	font-size: 15px;
	margin-top: 1px;
}

#menudesp2 ul li ul li:first-child{
margin-top:10px;

}

