/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#Separators
	#Nav
	#Intro
	#Work
	#Services
	#About
	#Contact
	#Media Queries
	#Font-Face */


/* #Typography
================================================== */

bold{
	font-weight:700;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #fff;
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-size: 90px;
	margin-bottom: 40px;
}

h2 {
	font-size: 60px;
	font-weight: 700;
	color: #434343;
	text-transform: uppercase;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}

h2.white {
	color: #fff;
}

.lines {
/*	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;*/
	color: white;
	font-weight: 600;
	letter-spacing: 4px;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;

}
div.section-title{
	width: 216px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 63px;
	border: 1px solid transparent;
	-moz-border-start-width: 3px;
	-moz-border-end-width: 3px;
	border-image:url("../images/borders.png") 0 5;
	-o-border-image:url("../images/borders.png") 0 1;
	-webkit-border-image:url("../images/borders.png") 0 1;
}
#work div.section-title{
	background: #007c99;

}
#services div.section-title{
	background: #f2412f;
}
#about div.section-title{
	background: #007c99;
}
#contact div.section-title{
	background: #f2b800;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
}

h3.white {
	color: #fff;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color: #1b1f20;
}

p.titulo-parrafo{
	font-family: 'Bitter', serif;
	font-size: 16px;
	-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:2px;
}
#work div.filete{
	height: 5px;
	border-bottom: 1px solid black; 
	width: 15%; 
}

#work p.titulo-parrafo{
	color: #007c99;
	margin-bottom:0;
	padding-top:20px;
	border-top: 2px dotted gray;
}


#services p.titulo-parrafo{
	color: #f2412f;
	text-align:center;
}
.serv-list{
	padding-left: 15px;
}
.serv-list ul li p.listp{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #859395;
}

p.white {
	color: #f9f9f9;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select{
	font-family: 'Bitter', serif;
	font-size: 16px;
	color: #1b1f20;
}
input[placeholder], [placeholder], *[placeholder] {
   color:#1b1f20 !important;
}

label{
	font-family: 'Bitter', serif;
	font-size: 16px;
	color: #AAA;
}
input[type="button"]{
	font-family: 'Bitter', serif;
	font-weight:700;
	font-size: 13px;
	color:#f2b800;
}

.column.direccion,.column.telefono,.column.digital{
	font-weight:400;
}
.column.direccion,.column.telefono,.column.digital{
	color:#1b1f20;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
}

/* #Generic Styles
================================================== */

.action {
	margin-top: 50px;
	padding: 40px 0 20px 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	color: #515151;
}

.action p.white {
	color: #ececec;
}

.hidden {
	display: none;
}


/* #Nav
================================================== */

nav {
	background: #1C1F20;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: right;
	height: 120px;
	/*-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);*/
}

nav ul {
	padding-top: 46px;
	
}

nav ul li {
	list-style:none;
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 11px 26px 8px 26px;
	margin: 0;
}

/*nav ul li:first-child {
	border-left: 1px solid #e6e6e6;
}*/
nav ul li:last-child {
	border: none;
}
nav a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

nav a:visited {
	color: #fff;
}

nav a.intro:hover, nav a.intro:active, nav a.intro.active{
	color: #878585;
}

nav a.empresa:hover, nav a.empresa:active, nav a.empresa.active {
	color: #007c99;
}

nav a.servicios:hover, nav a.servicios:active, nav a.servicios.active{
	color: #f2412f;
}
nav a.contacto:hover, nav a.contacto:active, nav a.contacto.active{
	color: #f2b800;
}


/* #Intro
================================================== */

#intro {
	width: 100%;
	height: 500px;
	text-align: center;
	z-index: 100;
}

#intro .bg1 {
	background: url(../images/bg1.jpg) 0 0 no-repeat fixed;	
	background-size: 100%;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 500px;
}

.title {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 150;
	padding-top: 70px;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 50px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}

.container .titulo{
	height: 168px;
}

/* #Work
================================================== */

#work {
	background: #fff;
	position: relative;
	z-index: 300;
	/*Modifique el padding top de 20 a 100 para adaptarme al nuevo tamaño del menú (ya que ahora ocupa mas espacio)*/
	padding-top: 100px;
	/*Modifique el padding bottom de 40 a 70 para adaptarme al nuevo tamaño del menú (ya que ahora ocupa mas espacio)*/
	padding-bottom: 70px;
	border-bottom:10px solid black;
}

.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

.portfolio {
	text-align: center;
	margin-top: 40px;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
	text-transform: uppercase;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
}



/* #Services
================================================== */

#services {
	background: white;
	position: relative;
	z-index: 300;
	padding-top: 100px;
	padding-bottom: 40px;
	
	border-bottom:10px solid black;
}
#separator1 {
	width: 100%;
	height: 500px;
	position: relative;
}
#separator1 .bg2 {
	background: url(../images/Servicios.jpg) repeat 0 0 fixed;
	background-size:100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

#separator2 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator2 .bg3 {
	background: url(../images/Contacto.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

.serv-list {
	text-align:center;

}
.serv-list ul{
	text-align:left;
	list-style-type:none;
	list-style-position:inside;
	vertical-align:middle;
	
}
.serv-list ul li{
	padding-top: 10px;
	border-top:2px dotted #859395;
	-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:2px;
}
.serv-list ul li p.listp{
	margin:0;
	padding:0;
	display:inline-block;
	padding-top:2px;
	vertical-align: middle;
}
.serv-list ul li:before{ 
	content:'\00b7'; 
	font-size:34px; 
	vertical-align: middle;
	color: #859395;
}


.serv-list h4 {
	margin-bottom: 50px;
}

.serv-list p {
	margin-top: 35px;
}

.enders{
	text-align: center;
}


.pricing {
	text-align: center;
	margin-bottom: 20px;
}

.pricing h3 {
	margin-top: 70px;
	margin-bottom: 60px;
}

p.p-name {
	background: url(../images/price-name-bg.jpg) repeat;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 0 8px 0;
	margin: 0;
	color: #fff;
}

p.p-price {
	background: url(../images/price-bg.jpg) repeat;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 0 16px 0;
	margin: 0;
}

span.p-small {
	font-size: 14px;
	color: #a0a0a0;
}

.pricing ul {
	background: url(../images/price-feat-bg.jpg) repeat;
	margin: 0;
}

.pricing ul li {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d7d7;
	border-bottom: 1px solid #333333;
	padding: 10px 0;
	margin: 0;
}

.signup {
	padding: 14px 0;
	margin-bottom: 30px;
}

.signup button2 {
	margin: 0;
}

.signup {
	background: url(../images/price-bg.jpg) repeat;
}


/* #Contact
================================================== */

#contact {
	background: white;
	position: relative;
	z-index: 300;
	border-bottom:none;
	padding-top: 100px;
}

#contact .container{
	padding-bottom:30px;
}
.contact-form p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 2px;
}


.contact-info {
	margin-top: 40px;
}

.contact-info h5 {
	margin-bottom: 40px;
}

.contact-info img {
	vertical-align: middle;
	margin-right: 10px;
}


.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social img:hover {
	opacity: 0.7;
}


.copyright {
	border-top: 1px solid #858585;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
}

input[type="button"]{
	width:67px;
	height:67px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
	background: #1b1f20;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float:right;
	margin-top: -87px;
	margin-right: 151px;
	cursor:pointer;
	letter-spacing:1px;
}
input[type="button"]:hover{
	color: #fff!important;
}
input[type="text"], input[type="password"], input[type="email"]{
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	resize: none;
	padding-left:0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: 2px solid #aaa!important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea, select{
	color: black;
	width: 384px;
	height: 180px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	resize: none;
	border: 1px solid #ccc;
}
textarea:focus, select:focus{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #aaa;
}
label{
	width: 390px;
	margin-left: auto;
	margin-right: auto;
}

/* #Footer
================================================== */
#flechita{
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
	z-index:9999; 
	display:block;
}
#flechita #imagen{
	background-image: URL("../images/Flechita.png");
	background-repeat:no-repeat; 
	height:26px; 
	width:49px;
	float:right;
}
#footer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 116px;
	text-align: center;
	z-index: 1000;
	/*background:#a7a7a7;*/
	background-image: URL("../images/footer.jpg");

}
.column.direccion{
	margin-left: 3px!important;
	width: 288px;
}
.column.telefono{
	width: 263px;
}
.column.digital{
	width: 195px;
}
.column.social{
	width: 55px;
	padding-top:15px;
	margin-right:0px;
}
.column.direccion,.column.telefono,.column.digital{

	text-align:left;
	border-right: 1px dotted #1b1f20;
}



#footer .container{
	padding-top:30px;
/*	border: 1px solid transparent;
	border-image:url("../images/footer.png") 1 0;
	-o-border-image:url("../images/footer.png") 1 0;
	-webkit-border-image:url("../images/footer.png") 1 0;*/
}

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

nav #Logo img{
	display: inline-block;
	float: left;
	margin-left:-300px;
	padding-top: 30px;
	padding-left: 30px;
	width:200px;

}
nav select {
	display: none;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 

	}
	
	nav select { 
		display: inline-block;
		position: relative;
		margin-top: 8px;
		color: #000;
	}
}






/* #Media Queries
================================================== */

	@media only screen and (min-width:1300px){
		#intro, #intro .bg1, #separator1, #separator1 .bg2, #separator2, #separator2 .bg3{
			height: 700px;
			}
	}
	@media only screen and (min-width:1025px) and (max-width: 1280px){
		
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {
		
		#intro .bg1 {
			background-size: cover;
		}
		
		.title {
			position: relative;
		}
		
		#intro {
			height: 500px;
		}
		
		.title {
			padding-top: 20px;
		}
		
		h1 {
			font-size: 100px;
			margin-bottom: 60px;
		}
		h1.small {
			font-size: 80px;
			margin-bottom: 20px;
		}
		
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		h1 {
			font-size: 70px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 20px;
			line-height: 28px;
		}
		
		nav ul li {
			padding-left: 10px;
			padding-right: 10px;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#intro {
			height: 430px;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 30px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		
	}
