body{

	background-color: #000; 
	background: url(../img/fondo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	
	

}




header {

	
	position: relative;
	overflow: auto;
	min-width: 1024px;


}

header a{

	text-decoration: none;
	color:#ffffff;	

}

header img{


  width: 200px;
  height: 162px;
  vertical-align: middle;
  padding-right: 30px;

  
 

}


header h1 {

	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	
}

h5{

	font-family: 'Lato', sans-serif;
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	margin:0;

}

h4{

	font-family: 'Lato', sans-serif;
	color: #ccc;
	font-size: 20px;
	font-weight: normal;
	margin:0;

}

blanco {

	font-size: medium;
	color: #fff;
}

.wrap{

	
	margin: auto;
	margin-top:30px;
	padding: 20px;
	position: relative;
	overflow: auto;
	width: 100%;
	text-align: center;
	background-color: rgba(3,3,3,0.7);

	

}

.info{

	margin: auto;
	width: 1400px;



}

#map{

	border-style: solid;
    border-width: 2px;
    border-color: #777777 #DDDDDD;
    width: 404px;
    height: 254px; 
    float:left;
    opacity: 0.9;
    filter: alpha(opacity=90);

}

#reuniones{


	width: 400px;
	float: left;
	margin: 20px 100px;
	
}

#reuniones h4 {

color:#ccc;

}

/*.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
*/

nav{
	
	padding: 0px;
	margin-top:0px;
	float: right;
	overflow: auto;
	display: inline;



}

footer a{

	text-decoration: underline; 
	color:#555555;

}

nav, footer{

	color:#777777;
}

footer{
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	left: 0;
	text-align: center;
	position: fixed;
	bottom:0px;
	height:60px;
    width:100%;
    background:#333;
    opacity: 0.7;
    filter: alpha(opacity=70);

}

footer li {

	padding-right: 20px;
	list-style-type: none;
	display: inline;

}
footer ul {

	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	

}