body{
	      font: 20px/30px Arial,sans-serif;
      color:#050a14;
      height:60px;
       background: -webkit-linear-gradient(90deg,   #707272 10%, #bdbebe 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg,  #707272 10%, #bdbebe 90%); /* FF3.6+ */
  background:   -ms-linear-gradient(90deg,   #707272 10%, #bdbebe 90%); /* IE10 */
  background:      -o-linear-gradient(90deg,   #707272 10%, #bdbebe 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg,   #707272 10%, #bdbebe 90%); /* W3C */
}

input[type="text"] {
    width: 320px;
    height: 20px;
    margin-left: 2%;
    font-family: 'Poiret One', cursive;
    font-size: 15px;
    padding-left: 5px;
    color: black;
    border: 1 solid;
    background-color: #F7F7F7;
}

textarea{
	width: 700px;
	height: 150px;
	border: 1 solid;
	background-color: #F7F7F7;
}

a:link{
	color: #050a14;
	text-decoration: none;
}

a:link:hover{
	color: #050a14;
}

a:link:active{
	color: #050a14;
}

a:link:visited{
	color: #050a14;
}

/************/

#agrupar{
	width: 1024px;
	margin: 0 auto;
}

#menu{
	float: right;
	margin-top: 1.5%;
	font-family: 'Doppio One', sans-serif;
	color: #050a14;
}

#menu li{
	display: inline-block;
	vertical-align: middle;
}

#menu li:hover{
	opacity: 0.8;
	cursor: pointer;
	color: #0047B9;
}

#slider{
	width: 1024px;
	height: 331px;
	background-color: black;
	margin-top: 10px;
}

#fondouno{
	background-image: url(../img/FONDO.jpg);
	width: 1024px;
	height: 132px;
}

#cajauno{
	float: left;
	width: 200px;
	height: 150px;
	text-align: center;
	margin-left: 4%;
}

#cajauno:hover{
	width: 272px;
	height: 126px;
	background-color: #E77E23;
	margin-left: -0px;
	cursor: pointer;
}

#cajauno2{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 4%;
}

#cajauno2:hover{
	width: 236px;
	height: 126px;
	background-color: #27AE61;
	margin-left: 33px;
	cursor: pointer;
}

#cajauno3{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 4%;
}

#cajauno3:hover{
	width: 237px;
	height: 126px;
	background-color: #8F44AD;
	margin-left: 29px;
	cursor: pointer;
}

#cajauno4{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 4%;
}

#cajauno4:hover{
	width: 276px;
	height: 126px;
	background-color: #E84C3D;
	margin-left: 25px;
	cursor: pointer;
}

#derecha{
	float: right;
}

#div_texto{
	width: 750px;
}

#aside{
	float: right;
	width: 220px;
	margin-top: -19%;
}

#aside2{
	float: right;
	width: 220px;
	margin-top: -350px;
	margin-right: 50px;

}

#aside3{
	float: right;
	width: 220px;
	margin-top: -350px;
	margin-right: 50px;
}

#footer{
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 51px;
	margin-top: 3%;
}

#articulo{
	/*width: 700px;*/
	text-align: justify;
}

/*********************/
.texto_arriba_derecha{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #202020;
}

.texto_arriba_derecha2{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}

.texto_blanco{
	font-family: 'Doppio One', sans-serif;
	color: white;
	font-size: 36px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

.texto_blanco2{
	font-family: 'Doppio One', sans-serif;
	color: white;
	font-size: 26px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

.texto_blanco3{
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

.texto_parrafo{
	font-family: 'Poiret One', cursive;
	font-size: 18px;
	text-align:justify;
}

.titulo_parrafo{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bolder;
}

.button{
	color: rgb(230, 230, 230);
	font-size: 16px;
	padding: 10px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 13.5px;
	-moz-border-radius: 13.5px;
	border-radius: 13.5px;
	background: rgb(128, 128, 128);
	background: -moz-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: -webkit-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: -o-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: -ms-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: linear-gradient(0deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
	text-decoration: none;
	font-family: 'Doppio One', sans-serif;
	margin-left: 7%;
}

.texto_footer{
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 9%;
}

.borde{
	border-width: 1px; 
	border-style: dashed; 
	border-color: #778899;
}

.titulo_dentro{
	font-family: 'Doppio One', sans-serif;
	font-size: 32px;
	color: #778899;
	padding-left: 15px;
}

.parrafo_dentro{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-align: justify;
}

.button{
	color: rgb(230, 230, 230);
	font-size: 14px;
	padding: 10px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 13.5px;
	-moz-border-radius: 13.5px;
	border-radius: 13.5px;
	background: rgb(128, 128, 128);
	background: -moz-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: -webkit-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: -o-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: -ms-linear-gradient(90deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	background: linear-gradient(0deg, rgb(128, 128, 128) 30%, rgb(192, 192, 192) 70%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);

}

.img_banner{
	margin-top: -500px;
	margin-left: 10%;
}


/************************/
/* Webfont link */
@import url(http://fonts.googleapis.com/css?family=Unica+One);

/* Plugin base styles */

.slider { 
  position: relative;
  width: 100%; 
  overflow: hidden; 
}

.slides { 
  position: relative;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.slides li { 
  display: inline-block; 
  -webkit-backface-visibility: hidden;
}

.slides li img { 
  width: 100%; 
  height: auto;
}

/* Non-plugin styles */



.slide-nav { 
  position: absolute; 
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.slide-nav ul {
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
}

.slide-nav li { display: inline-block; }

.slide-nav li a {
  display: block;
  color: #444;
  background: #FFF;
  text-decoration: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  margin: 0 0 0 6px;
}

.slide-nav li a.active { color: #DEBB1E; }














