@import url('reset.css');
@import url('fuentes.css');


/*-----Estilos Generales-----*/

body{
	background: #FFFFFF;
	font-family: Arial, Helvetica, Sans-serif;
}

a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration:underline; 
}

#wrap{
	width: 960px;
	margin: auto;
	clear: both;
}

/*-----Header-----*/

header{
	width: 100%;
	float: left;
	
background: ##F0F0F0;

/*
box-shadow: 0px 3px 5px #000;
	moz-box-shadow: 0px 3px 5px #000;
	webkit-box-shadow: 0px 3px 5px #000;*/
}

#subheader{
	width: 960px;
	margin: auto;
}

#logotipo{
	float: left;
	width: 300px;
	padding: 10px 0px;
}

#logotipo a{
	font-family: sourcesans-light;
	font-size: 50px;
	color: 000;
}

#logotipo a:hover{
	text-decoration: none;
}


/*Menu*/
header #subheader nav{
float: left;
width: 660px;
padding: 30px 0px;
text-align: right;
}

header #subheader nav ul li{
	 display: inline;
	 font-family: sourcesans;		
} 

header #subheader nav ul li a{
	color: #000;
	font-size: 18px;
	padding: 10px;
	-mox-border-radius:2px;
	-webkit-border-radius:2px;
}


header #subheader nav ul li a{
	color: #fff;
	background: #1975FF;/*Fondo menú*/
	text-decoration: none;
}

header #subheader nav ul li a:hover{
	color: #fff;
	background: #00005C;/*Fondo menú*/
	text-decoration: none;
}


/*-------Main-----------*/

#main{
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
}

/*Slideshow*/

#slideshow{
	width: 920px;
	height: 260px;
	float:left;
	background: #000;/*000*/
	border:solid 20px #fff;
	margin-bottom: 10px;
}

#slideshow .pagination{/*botones del slideshow*/
	margin: 26px auto;
	width: 100px;
}

#slideshow .pagination li{/*botones del slideshow*/
	float: left;
	margin: 0px 5px;
	list-style: none;
}

#slideshow img{
	width: 920px;
	height: 260px;
}


#slideshow .pagination  li a{
	display: block;
	width: 12px;
	height: 0px;
	padding-top: 12px;
	background: #75A3A3;/*FFF*/
	float: left;
	overflow: hidden;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkits-border-radius: 10px;
}

#slideshow .pagination li.current a{
	background: #1975FF;
}

/*Bienvenido*/


#bienvenidos{
	width: 90%;
	height: 150px;
	float: left;
	padding: 10px;
	background: #2d6fa1; /* Old browsers */


	margin: 20px 10px 20px 20px;/*top right bottom left*/
	/*border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
	box-shadow: 0px 2px 2px #000;
		-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;*/
}

#bloque1{
	width: 205px;
	height: 65px;
	float: left;
	padding: 10px;
	background: #C1C1AF; /* Old browsers */


	margin: 20px 10px 20px 20px;/*top right bottom left*/
	/*border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
	box-shadow: 0px 2px 2px #000;
		-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;*/
}


#sub_bloque1{
	width: 205px;
	
	float: left;
	padding: 10px;
	background: #FFF; /* Old browsers */


	margin: 20px 10px 20px 20px;/*top right bottom left*/
	
}


#bloque2{
	width: 205px;
	height: 65px;
	float: left;
	padding: 10px;
	background: #C1C1AF; /* Old browsers */


	margin: 20px 0px 20px 0px;
	/*border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
	box-shadow: 0px 2px 2px #000;
		-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;*/
}


#sub_bloque2{
	width: 205px;
	
	float: left;
	padding: 10px;
	background: #FFF; /* Old browsers */


	margin: 20px 0px 20px 0px;
	
}


#bloque3{
	width: 200px;
	height: 65px;
	float: left;
	padding: 10px;
	background: #C1C1AF; /* Old browsers */


	margin: 20px 0px 20px 10px;
	/*border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
	box-shadow: 0px 2px 2px #000;
		-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;*/
}


#sub_bloque3{
	width: 200px;
	
	float: left;
	padding: 10px;
	background: #FFF; /* Old browsers */


	margin: 20px 0px 20px 10px;
	
}


#bloque4{
	width: 200px;
	height: 65px;
	float: left;
	padding: 10px;
	background: #C1C1AF; /* Old browsers */


margin: 20px 0px 20px 10px;
	/*border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
	box-shadow: 0px 2px 2px #000;
		-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;*/
}

#sub_bloque4{
	width: 200px;
	
	float: left;
	padding: 10px;
	background: #FFF; /* Old browsers */


margin: 20px 0px 20px 10px;
	
}

#bloque1 article h2{
	font-family: sourcesans-light;
	color: #3A3A34;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#bloque1 p{
text-align: justify;
font-size: 15px;
}

#bloque2 p{
text-align: justify;
font-size: 15px;
}
#bloque3 p{
text-align: justify;
font-size: 15px;
}
#bloque4 p{
text-align: justify;
font-size: 15px;
}

#bloque2 article h2{
	font-family: sourcesans-light;
	color: #3A3A34;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#bloque3 article h2{
	font-family: sourcesans-light;
	color: #3A3A34;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#bloque4 article h2{
	font-family: sourcesans-light;
	color: #3A3A34;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#bienvenidos article	h2{
	font-family: sourcesans-light;
	color: #fff;
	font-size: 40px;
	margin-bottom: 10px;
}

#bienvenidos article{
	color: #fff;
	line-height: 27px;
	
} 

/*Contenido*/

#contenido{
	width: 700px;
	float: left;
}

#contenido article{
	float: left;
	margin-bottom: 20px;
	 
}

#contenido article .titulo{
	font-size: 22px;
	font-family: sourcesans;
	color: #681C1C;
}

#contenido article .fecha{
	font-size: 14px;
	color: #1798af;
	margin-bottom: 5px;
}

#contenido article .thumb{
	width: 220px;
	height: 150px;
	float: left;
	margin: 0px 10px 10px 0px;	
}

#contenido article >p{
	color: #8c8c8c;
	font-size: 14px;
	text-align: justify;
}

/*Sidebar*/

aside{
	width: 220px;
	float: left;
	margin-left: 20px;
	background: #D3570B; /* Old browsers */

	padding: 10px 10px 0px 10px; 	
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: 0px 2px 2px #000;
		-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;
}

aside .widget{
	margin-bottom: 10px;
	float: left;
}

aside .widget > h3{
	background: #fff;
	color: #681C1C;
	width: 220px;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

aside .widget a{
	color: #fff;
}

aside .widget ul li{
	margin-bottom: 5px;
}

aside .widget img{
width: 220px;
}

/*Footer*/

footer{
	width: 100%;
	float: left;
	clear: both;
	/*box-shadow: 0px 2px 2px #000; /*0px hacia la derecha, 2px hacia abajo y 2px de tamaño*/
		/*-moz-box-shadow: 0px 2px 2px #000;
		-webkit-box-shadow: 0px 2px 2px #000;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;*/
		
/*background: rgb(255,255,255); /* Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(228,224,224,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,224,224,1))); /* Chrome,Safari4+ */
/*background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(228,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(228,224,224,1) 100%); /* Opera 12+ */
/*background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(228,224,224,1) 100%); /* IE10+ */
/*background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(228,224,224,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: #C1C1AF;
}

footer section{
	width: 440px;
	float: left;
	padding: 20px;
}

footer #acerca-de{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #8c8c8c;
	text-align: justify;
	line-height: 20px;
}

footer #acerca-de h3{
	font-family: sourcesans-light;
	font-size: 20px;
	color: #FFFFFF;
	/*font-style: bold,*/
	margin-bottom: 5px;
}


footer #redes-s > div{
		width: 220px;
		height: 60px;
		float: left;
		background: #ff8000;
		opacity: 0.7;
	
}

footer #redes-s > div a{
	width: 220px;
	height: 60px;
	display: inline-block;
}

footer #redes-s .email{
	background: url(../imagenes/correo.png);
	margin-bottom: 15px;
}

footer #redes-s .twitter{
	background: url(../imagenes/twitter.png);
	margin-bottom: 15px;
}


footer #redes-s .facebook{
	background: url(../imagenes/facebook.png);
	
}

footer #redes-s .youtube{
	background: url(../imagenes/youtube.png);
	
}

footer #redes-s div:hover{
	opacity: 1;
}

#copyright{
	float: left;
	width: 960px;
	margin: 10px 0px;
}
#copyright p{
	text-align: center;
	font-size: 12px;
	color: #C1C1AF;
	font-family: Arial, Helvetica, sans-serif;
}