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

/*--- Estilos Generales ---*/
body {
	background:#fff;
	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;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+54,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 54%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 54%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 54%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



}

#subheader {
	width: 960px;
	margin: auto;
}
#logotipo {
	float: left;
	width: 300px;
	padding: 10px 0px;
}
#logotipo a{
	font-family: sourcesans;
	font-size: 50px;
	color: #0000;
}
#logotipo a:hover {text-decoration: none;}

/*---MENU---*/

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

header #subheader nav ul li {
	display: inline;
	font-family: sourcesans-light;
}
header #subheader nav ul li a {
	color: #000;
	font-size: 18px;
	padding: 10px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
}

header #subheader nav ul li a:hover {
	color: #0000;
	
	

}

/*--- MAIN ---*/
#main {
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
}

/*--- SLIDESHOW ---*/
#slideshow {
	width: 960px;
	height: 260px;
	float: left;
	
	margin-bottom: 10px;
}

#slideshow .pagination {
	margin: 26px auto;
	width: 100px;
}

#slideshow .pagination li {
	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: #fff;
	float: left;
	overflow: hidden;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

#slideshow .pagination li.current a {
	background: #1798af;
}

/*--- BIENVENIDOS ---*/

#Bienvenidos {
	width: 920px;
	float: left;
	padding: 20px;

	
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b5107+0,129a07+100 */
background: #4e6660; /* Old browsers */


	margin: 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;

}

#Bienvenidos article h3 {
	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: #fff;
}

#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: #fff;
	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: #4d78b3;
	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;
		-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;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0a0a+0,535459+100 */
background: #0a0a0a; /* Old browsers */
background: -moz-linear-gradient(top,  #0a0a0a 0%, #535459 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0a0a0a 0%,#535459 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0a0a0a 0%,#535459 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#535459',GradientType=0 ); /* IE6-9 */

}

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

}

footer #acerca-de {
	font-family: Arial, helvetica, Sans-serif;
	color: #919191;
	text-align: justify;
	line-height: 20px;

}

footer #acerca-de h3 {
	font-family: sourcesans-light;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}

footer #redes-sociales > div {
	width: 220px;
	height: 60px;
	float: left;
	background: #fff;
	opacity: 0.7;

}

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

footer #redes-sociales .email {
	background: url(../IMAGENES/correo.png);
	margin-bottom: 10px;
}
footer #redes-sociales .facebook {
	background: url(../IMAGENES/facebook.png);
	
	}
footer #redes-sociales .twitter {
	background: url(../IMAGENES/twitter.png);
	margin-bottom: 10px;

}
footer #redes-sociales .whatsapp {
	background: url(../IMAGENES/whatsapp.png);

}

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

#copyright {
	float: left;
	width: 960px;
	margin: 10px 0px;

}

#copyright p {
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-family: Arial, helvetica, Sans-serif;
	
}