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

/*--- Estilos Generales ---*/
body {
	background:#A6BCD2;
	font-family:Roboto Condensed, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

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

#wrap {
	padding-top: 95px;
	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/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    box-shadow:0px 3px 5px #000;
		-moz-box-shadow:0px 3px 5px #000;
		-webkit-box-shadow:0px 3px 5px #000;
    background-color: #FFF;
	position: fixed;
	z-index: 100;
}

#subheader {
  width:960px;
	margin:auto;
  background-color: #FFF;
}

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

#logotipo a {
	font-family:indie Flower;
	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:dosis:300;
}

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:#fff;
	background:#2F6196;
	text-decoration:none;
}

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

/*Slideshow*/


/*---Bienvenidos---*/
#bienvenidos {
	width:920px;
	float:left;
	padding:20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+61,7db9e8+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d78b3+0,4d78b3+39,4d78b3+56,7db9e8+100 */
  background: #4d78b3; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d78b3 0%, #4d78b3 39%, #4d78b3 56%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4d78b3 0%,#4d78b3 39%,#4d78b3 56%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4d78b3 0%,#4d78b3 39%,#4d78b3 56%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d78b3', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

	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:font-family: Roboto Condensed, sans-serif;
	color:#fff;
	font-size:40px;
	margin-bottom:10px;

}

#bienvenidos article {
	color:#fff;
	line-height:26px;
	text-align:justify;
}

/*---CONTENIDO---*/
#contenido {
	width:680px;
	float:left;
  margin-bottom: 20px;
  background: #6FA6D8;
  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;


}

#contenido article {
	float:left;
	width:600px;
  padding: 20px;
}

#contenido article .titulo {
	background:#4B75AD;
	width:640px;
	padding:10px 0px;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	font-family:font-family: Roboto Condensed, sans-serif;
	color:#fff;
	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;
}

#contenido article .thumb {
	float:left;
	margin:0px 15px 0px 0px;
}

#contenido article > p {
	color:#fff;
	font-size:15px;
	text-align: justify;
}

.pegamento {
	background: #fff;
}

form {
	width: 50%;
	margin:20px;
	padding: 20px;
}

label {
font-size: 14px;
color: #fff;
display: block;
width: 100%;
}

input, textarea {
margin-bottom: 20px;
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #ccc;
}

input:focus, textarea:focus {
border: 1px solid #fff
}

input[type="submit"] {
margin-bottom: 0;
background: #1668c4;
color: #fff;
border:none;
}

input[type="submit"]:hover {
background: #004C66;
}

/*---Sidebar---*/
aside {
	width:220px;
	float:left;
	margin-left:20px;
	background:#4d78b3;
	padding:10px 10px 10px 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;
	background: #2f2f2f; /* Old browsers */
background: -moz-linear-gradient(top,  #2f2f2f 0%, #242424 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#242424)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2f2f2f 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2f2f2f 0%,#242424 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2f2f2f 0%,#242424 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2f2f2f 0%,#242424 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
}

footer section {
	width:100%;
	text-align: center;
	float:left;
	padding:20px;
	color:#FFF;
	font-family:Roboto Condensed, sans-serif;
}
