body{
	
}

/* Header*/
header {
	
}
img#logo{
	margin-left: 40px;
}
.pure-menu{
	position: absolute;
	left: 480px;
	top: 100px;
	text-transform: uppercase;
	width: 700px!important;
}
.pure-menu a{
	color: #7170af;
}
.pure-menu li a:hover{
	background: none;
	border-bottom: 3px solid #716faf;
	font-weight: bold;
}
.pure-menu a.selected{
	border-bottom: 3px solid #716faf;
}
div.icons-container{
	float: right;
	margin-right: 60px;
	opacity: 0.5;
}
a.media-icons{
	margin-right: 10px;
}
/* Carrousel*/
section#carrousel{
	margin-top: 20%;
}

/* Contenido */
section.content-container{
	position: relative;
	
	padding: 0 60px;
}
section#container-home{
	height: 500px;
}
section#container-directory{
	height: 2000px;
}
section.content-container article.short-article{
	border: 1px solid rgba(113,112,175, 0.8);
	border-radius: 10px;
	float: left;
	height: 400px;
	padding: 30px 20px;
	position: relative;
	
}

section.content-container article.article-home{
	width: 390px;
}
section.content-container article.article-who-we-are{
	width: 259px;
}
section.content-container article.article-who-we-are p{
	font-size: 20px!important;
	line-height: 25px!important;

}
.img-pkt{
	margin-top: -10px;
}
h2.subtitle{
	color: #7170af;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
}
h2.subtitle-pkt{
	margin-top: -5px;
}

section.content-container article.short-article p{
	color: #837f7d;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}
h3.leer-mas, h3.regresar, h3.precio{

	
	float: right;
	color: #7170af;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}
h3.leer-mas:hover, h3.regresar:hover{
	cursor: pointer;
}

article.article-selection{
	display: none;
	background: white;
	border: 1px solid rgba(113,112,175, 0.8);
	border-radius: 10px;
	padding: 30px;
	position: absolute;
	left: 50px;
	top: 0;
	width: 855px;
	height: 400px;
}

article.article-selection p, article.article-selection ul, article.short-article ul{
	color: #837f7d;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	
}
article.article-selection p#descripcion-actividades{
	float: left;
	text-align: left;
	width: 400px;
}	
article.article-pkt{
	padding: 30px 10px!important;
	width: 420px;
}
article.article-selection ul{
 	float: left;
 	line-height: 60px;
	list-style-image: url(../img/imagen-lista.gif);
	text-align: left;
	width: 386px;
}
 article.short-article ul{
 	float: left;
 	list-style-image: url(../img/imagen-lista.gif);
 	margin-top: -10px;
	text-align: left;
 }

 section#contacto{
 	border: 1px solid rgba(113,112,175, 0.8);
 	color: #837f7d;
 	height: 600px;
 	margin-bottom: 30px;
 	padding: 10px!important;
 	width: 850px;
 }
 form div.contact-item{
	margin-top: 5%;
}
 form#forma-contacto{
 	float: left;
	 font-size: 1.5em;
 	text-align: center;
 }
 input[type="text"], textarea{
	border-radius: 3px;
	float: right;
	
	border: none;
	background: #b7b3d6;
	color: #555;
	
}
label{
	font-size: 1.8em;
}

textarea{
	width: 230px;
	resize: none;	
}
input[type="submit"]{
	height: 40px;
	width: 80px;
	background: #b7b3d6;
	border: none;
	border-radius: 5px;
	color: #444;
	position: relative;
	left: 260px;
	top: 154px;
}
div#datos-contacto{
	float: left;
	width: 470px;
	padding-left: 30px;
	text-align: left;
}
div#datos-contacto p{
	font-size: 20px;
	margin-top: -20px;
}
/* Footer */
/*
footer{
	background: #716faf;
	height: 30%;
	padding-top: 60px;	
	position: relative;
}
footer p{
	position: absolute;
	color: white;
	margin-left: 30px;
	top: 0px;
}
footer p:nth-child(2){
	left: 430px;
}
footer p:nth-child(3){
	right: 30px;
}

/* Copyright */
/*
footer section{
	position: relative;
	background: #2e2b32;
	height: 40px;
}
*/
div#inline_content{
	font-size: 10px;
}

/* General*/
div.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

iframe#errores{
	color: red!important;
	height: 127px;
	width: 216px;
	border: none;
	position: relative;
	top: -614px;
	left: -156px;
}