@charset "utf-8";
/* CSS Document */

@import url(http://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  }

/* zocial */

*{
	margin:0;
	padding:0}

html, body{
	width: 100%;
	height: 100%;
	background-image: url(../img/background/fondolienzo.fw.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;/*los background de position, repeat y attachment se utilizan cuando se trabaja con fotos grandes*/
}

header{
  padding:65px;
  margin: 10px 10px;
  background-image:url(../img/logo/logo.png);
  background-repeat: no-repeat;
}

.p_article{
  font-size:14px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}

#container{
	width:85%;
	margin:5px auto;

}

nav{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding:10px;
	font-size:85%;
  text-align:right;
	font-weight:bold;
	text-transform:capitalize;
	-webkit-border-radius: 5px 5px 20px 20px;
  border-radius: 5px 5px 20px 20px;
	top:-20;
  position:relative;;
	left:0;
  right:0;
}

nav a{
	text-decoration:none;
	padding:10px;
	border-radius:5px;
}

nav a:hover{
	color: #F7F7F7;
	text-decoration:underline;
	background-image:url(../img/background/fondomenu2.png);
	paddin:10px;
	border-radius:5px;
 }

nav ul{
	list-style-type:none;
	}

nav li{
	display:inline-block;
  margin:0 3px;
  }

#slider{
	width:90%;
  height:400px;
  margin: 20px;
}

section{
	width:90%;
	padding:20px;
  margin:20px 20px;
	opacity:0.5;
	box-sizing:border-box;
 }

section a{
  font-size: 18px;
}

h1{
  text-align:center;
}

section ul{
	list-style-type:none;
	}

section li{
	display:inline-block;
	margin:0 10px;
  font-size: 18px;
}

aside{
  margin:20px 10px 20px;
  width:45%;
  padding:20px;
  box-sizing:border-box;
  margin:20px 20px;
  font-size: 16px;
  float:left;
  opacity:0.5;
  box-shadow: 5px 5px 0px rgba(193, 197, 201, 0.6);
     }

aside ul{
  list-style-type:none;
  margin:10px;
  padding:10px;
  width:90%;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  }

aside li{
  color: #020cf7;
  font-size: 18px;
  font-weight:bold;
  box-shadow: 5px 5px 0px rgba(193, 197, 201, 0.6);
  }

aside a:hover{
  	color: #F7F7F7;
  	background-image:url(../img/background/fondomenu2.png);
  	paddin: 5px;
  	border-radius:5px;
   }

article{
  margin:20px 20px 20px;
  width:45%;
  padding:20px;
  box-sizing:border-box;
  margin:20px 20px;
  float:left;
  opacity:0.5;
  box-shadow: 5px 5px 0px rgba(193, 197, 201, 0.6);
  }

article p{
	font-size:20px;
	float:left;
	margin:20px;
  }

#alertPrs, #confirmPrs{
  width:400px;
  background-image: url(../img/background/fondolienzo.fw.png);
  opacity:1;
  text-align: center;
  padding:5px;
  border-radius: 10px;
  position: absolute; top:50%; left:50%;
  transform:translate(-50%, -50%);
  visibility:hidden;
  box-shadow: inset 0 0 10px rgba(0,0,0,1.00);
  }

h4{
  border: 0px:
}

#txtDesc{
  width: 60%;
  height:300px;
  font-size:16px;
  padding: 4px;
  box-shadow: 5px 5px 0px rgba(193, 197, 201, 0.6);
  opacity:0.8;
}

.logos{
	width:50%;
	height:50%;
  margin: auto 34%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.columnas{
	margin:20px;
	padding:10px;
	box-sizing:border-box;
	text-align:justify;
	clear:both;
	column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
	column-gap:30px;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
}

.columnas p{
  text-align:justify;
  column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-gap:30px;
  -webkit-column-gap:30px;
  -moz-column-gap:30px;
  }

footer{
  padding: 20px;
	color:	#0226F8;
  font-size: 12px;
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	clear:both;
}

footer a{
	color: #0226F8;
	text-decoration:none;
  padding:10px;
}

footer a:hover{
	color: #F7F7F7;
	text-decoration:underline;
  background-image:url(../img/background/fondomenu2.png);
  padding: 10px;
  border-radius:5px;

}

footer ul{
	list-style-type:none;
	}

footer li{
	display:inline-block;
	margin:0 10px;
}

hr{
  border:0.8px #F86B0B solid;
}

.redesSociales {
	width: 65%;
	color: #A6A6A6;
	font-size: 24px;
  font-weight:bold;
	text-decoration:underline;
	padding: 10px;
	cursor:pointer;
	display:inline-block;
  text-align:center;
  clear:both;
  float:left;
	}

.dire{
  width:15%;
  margin-right:5px; 
  text-align: left;
  color: #A6A6A6;
  font-size: 12px;
  font-weight:bold;
  list-style-type:none;
  text-decoration:underline;
  padding: 10px;
  box-sizing:border-box;
  float:left;
}
