/*******************************************************************
Hoja de estilos; composición
*******************************************************************/

/* =composicion

-----------------------------------------------*/
body{
	background-color:#E6E7E8;
	font-family: 'Source Sans Pro', sans-serif;
	}
*{
	margin:0;
	padding:0;
}

#contenedor {
	width:100%;
	max-width:980px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
	/*z-index:-5;*/
		}
#logo{
	width:300px;
	height:184px;
	float:left;
	}
	
img.alineadoTextoImagenCentro{
  vertical-align: middle;
  /*margin-right:5px;*/
  padding-left:5px;
}

img.alineadoTextoImagenDerecha{
  vertical-align: middle;
  float:right;
/*  margin-left:20px;*/
padding-left:5px;
}

img.alineadoTextoImagenIzquierda{
  vertical-align: middle;
  float:left;
  /*margin-left:20px;*/
    padding-right:5px;
}



.menu_bar {
	display:none;
}

header{
	width:100%;
	height:184px;
	background-color:#3e4e5e;/*#212a33;*/
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	}

header nav {
	background:#3e4e5e;
	z-index:1000;
	max-width:1000px;
	width:95%;
	margin:50px auto;

}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;

}
 
header nav ul li:hover {
	background:#212a33;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding:8px;
	padding-top:30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
 
/*header nav ul li a span {
	margin-right:10px;
}*/
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#3e4e5e;
	position: absolute;
	width: 200%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
 
.slides {
	width:100%;
}
 
.slides img {
	width:100%;
}
 



/*contenido central*/
section{
	width:63.5%;
	height:auto;
	margin-right:1.5%;
	float:left;
	padding-top:15px;
	}
	section h1{
		margin-left:10px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 30px;
		line-height: 30px;
		color:#0185D0;
		}
	.txt{
		width:100%;
		height:auto;
		float:left;
		border:#d2d3d5 solid thin;
		margin:10px;
		box-sizing:border-box;
		padding:10px;
		}
	.txt p{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-size: 15px;
		line-height: 23px;
		color:#606062;
		text-align:justify;
		
	}
	.txt a{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-style:italic;
		font-size: 15px;
		line-height: 23px;
		color:#0185D0;/*#606062;*/
		text-decoration:none;
	}
	.txt ul li{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-size: 15px;
		line-height: 23px;
		color:#606062;
		text-align:justify;
		margin-left:20px;
	}
	.txt h1{
		margin-left:1px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 30px;
		line-height: 30px;
		color:#F05A36;/*#606062;*/
	}
	.txt h2{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;		
		font-size: 25px;
		line-height: 25px;
		color:#606062;/*#212a33;*/
	}
	.txt h3{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;		
		font-size: 20px;
		line-height: 25px;
		color:#606062;/*#212a33;*/
	}
	.txt h4{
		display:block;
		width:565px;
		height:40px;
		vertical-align:baseline;
		padding:10px 10px 0px 10px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;		
		font-size: 30px;
		line-height: 30px;
		color:#fff;/*#212a33;*/
		background-color:#0185D0;
		margin-bottom:5px;
	}
.nota{
	width:49%;
	height:auto;
	float:left;
	border:#d2d3d5 solid thin;
	margin:3px 3px 20px 3px;
	box-sizing:border-box;
	}
	.nota h1{
		display:block;
		width:100%;
		height:auto;
		vertical-align:middle;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;		
		font-size: 25px;
		line-height: 30px;
		color:#F05A36;
		padding:5px;
		box-sizing:border-box;
		}
		.nota h2{
			font-family: 'Source Sans Pro', sans-serif;
			font-weight: 300;		
			font-size: 15px;
			line-height: 20px;
			color:#606062;/*#212a33;*/
			padding:5px;	
			box-sizing:border-box;
			}
			.nota ul li a{
				font-family: 'Source Sans Pro', sans-serif;
				font-weight: 300;		
				font-size: 13px;
				line-height: 15px;
				color:#212a33;
				padding-right:5px;
				box-sizing:border-box;
				}
		.btn a{
			display:block;
			width:100%;
			height:20px;
			vertical-align:middle;
			font-family: 'Source Sans Pro', sans-serif;
			font-weight: 300;		
			font-size: 15px;
			line-height: 15px;
			color:#212a33;
			background-color:#d2d3d5;
			text-align:right;
			padding-right:10px;
			box-sizing:border-box;
			}
			
.comite{
	display:none;
	}
.imgizq {
		vertical-align:middle;
		float:left;
		}

.imgder {
		vertical-align:middle;
		float:right;
		}
.imgctro{
		vertical-align:middle;
		text-align:center;
		}

.memoria{
 	width: 100%;
    height: 550px;
    overflow-y: auto;
	padding:3px;
	clear:both;
	}
.tabla{
	width: 100%;
	/*border: 1px solid #CCCCCC;*/
	border-collapse: collapse;
	}
.tabla th{
	background-color:#3e4e5e;
	color:#fff;
	}
.tabla th, .tabla td {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	text-align:center;
  /*border: 1px solid #CCCCCC;*/
  padding:10px;
}
.gris{
	background-color:#f4f4f4;
	}

.noticiaizq{
	width:40%;
	height:auto;
	float:left;
	padding:10px;
	margin-right:15px;
	}
.noticiader{
	width:40%;
	height:auto;
	float:left;
	padding:20px;
	margin-left:15px;

	}
aside{
	width:35%;
	float:left;
	box-sizing:border-box;
	padding-top:15px;
	}

aside h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 30px;
	color:#606062;
	margin-left:10px;
	}

/*.noticias{
	height:650px;
	margin:10px;
	/*float:right;
	}	*/
footer{
	width:100%;
	height:160px;
	float:left;
	display:block;
	background-color:#f2f2f2;
		}
footer h1{
		/*margin-left:10px;*/
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 30px;
		line-height: 30px;
		color:#0185D0;
		margin:10px 0px 15px 10px;
		}

#pie{
	width:980px;
	height:258px;
	text-align:left;
	padding-top: 40px;
	background-color:#3e4e5e;
	float:left;
	}
#col0{
	float:left;
	margin-left:10px;
	margin-top:15px;
	}
#col1 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding: 10px;
	float:left;
	margin-left:5px;
	}
	#col1 h1{
	font-size: 17px;	
	color:#FFF;
	}
	#col1 a{
	text-decoration:none;
	color:#FFF;
	}
#col2 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding: 10px;
	float:left;
	margin-left:0px;
	}
	#col2 h1{
	font-size: 17px;	
	color:#FFF;
	}
	#col2 a{
	text-decoration: none;
	color:#FFF;
	}
#col3 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding: 10px;
	float:left;
	margin-left:5px;
	}
	#col3 h1{
	font-size: 17px;	
	color:#FFF;
	}
	#col3 a{
	text-decoration: none;
	color:#FFF;
	}
#col4 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding: 10px;
	float:left;
	margin-left:5px;
	}
	#col4 h1{
	font-size: 17px;	
	color:#FFF;
	}
	#col4 a{
	text-decoration: none;
	color:#FFF;
	}
#col5 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
	padding: 10px;
	float:left;
	margin-left:5px;
	}
	#col5 h1{
	font-size: 17px;	
	color:#FFF;
	}
	#col5 a{
	text-decoration: none;
	color:#FFF;
	}

#basepie{
	width:960px;
	height:25px;
	background-color:#212a33;
	float:left;
	}
	#basepie{
		text-align: right; 
		font-family: 'Source Sans Pro', sans-serif;
		color:#FFF;
		font-weight: 300;
		font-size: 12px;
		line-height: 20px;
		text-decoration: none;
		padding: 10px;
		}
/*formulario de contacto*/

/*formulario web*/

#form{
	width: 60%;
	padding: 0px 0px;
	margin: 0 auto;
	float:left;
	border-right:#333 dotted 1px;

 
}

label {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400; 
		font-size:18px;
		line-height:25px;
		color:#666;
		padding: 5px 5px 5px 5px; 

   }

input {
	margin:5px;
	width:500px;
	height:35px;
   }
   
input [type=text]{
	width:150px;
	height:25px;
	margin:5px;
   }
textarea {
   width: 500px; 
   height: 170px; 
   font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; 
	font-size:14px;
	line-height:25px;
	color:#333;
 
   } 

input[type=submit]{
   width: 185px; 
   height: 52px; 

   }
/*fin formulario*/
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
	
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#3e4e5e;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
 .main {display:block;}

 section{
	 width:100%;
	 height:auto;
	 float:left;
}
.txt{
	width:95%;
	height:auto;
	float:left;
	padding:5px;
}
.txt img{
	width:95%;
	height:auto;
	}
.memoria{
	width:100%;
	height:auto;
	float:left;
}
.memoria h4{
	width:100%;
	height:auto;
	float:left;
	}
.comite{
	display:block;
	width:100%;
	height:auto;
	float:left;
	}
.tabla{
	display:none;
}
aside{
	width:100%;
	height:auto;
	float:left;
	padding:5px;
	}
footer{
	width:100%;
	height:auto;
	float:left;
}
#pie{
	width:100%;
	height:auto;
	float:left;
	}
#col0{
	width:100%;
	height:auto;
	float:left;
	}
#col1{
	width:100%;
	height:auto;
	float:left;
	}	
#col2{
	width:100%;
	height:auto;
	float:left;
	}
#col3{
	width:100%;
	height:auto;
	float:left;
	}
#col4{
	width:100%;
	height:auto;
	float:left;
	}
#col5{
	width:100%;
	height:auto;
	float:left;
	}			
}