/* RESPONSIVE GRID SYSTEM =============================================================================  */


/* BASIC PAGE SETUP ============================================================================= */

body {
	margin : 0 auto;
	padding : 0;
	text-align: center;
	font-family : 'roboto', sans-serif;
	font-weight:100;
	font-size: 1.2em;
	color: #FFF;
	background-color: #000;
}

button, 
input, 
select, 
textarea { 
font-family : 'roboto', sans-serif; 
color : #fff; }


/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-weight : medium;
}

h1 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 2em; /* 96 / 16 */
	line-height : 1.2;
	text-align:right;
	background-color:#000;
}

h2 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 2em; /* 96 / 16 */
	line-height : 1.2;
	text-align:right;
	background-color:#000;
}

h3 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 2.1em; /* 96 / 16 */
	line-height : 1.2;
	text-align:left;
	background-color: transparent;
	padding-left: 1em;
}

.somos{

font-size : 1.05em;	
hyphens : auto;  
padding: 2em;
padding-top:0;
margin-bottom: 1em;
z-index:1000;
background-color: transparent;

}
	
	
	}

h4 { 
color: #000;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }



h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address {  
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  
padding-right: 1em;
margin-bottom: 1em;
z-index:1000;
background-color: transparent;
}


p.introtext {
font-family : 'roboto', sans-serif; 
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}

p.center {
text-align: center;
}

.and {
font-family : 'roboto', sans-serif; 
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-size: 1.5em; /* 24 / 16 */
}

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #fff; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #dd2233;
border-bottom:#dd2233 medium solid;
}



/* IMAGES ============================================================================= */

img {
	border : 0;
	max-width: 100%;
	z-index:2;
	
}


.quienessomos > p {
	
	background-color: transparent;
	
	}

.flotador {
	position:absolute;
	top:2.3%;
	right:2%;
	z-index:10;
	background-color: transparent;
	}
	
	
.flotador > p {
	background-color: transparent;
	}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

/* GALERIA ---------------------------------------------------------------------------- */

.galeria{ padding-right:1em;
	
}

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin-left : 1em; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{ 
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}



button, 
search,
input, 
select, 
textarea {
width: 94%;	
margin:0;
font-size:1em;
font-weight: 100;
padding:5px;
margin-top: 2em;
background: #333;
-moz-box-shadow:inset 0px 0px 6px #4E4E4E;
-webkit-box-shadow:inset 0px 1px 6px #4E4E4E;
box-shadow:inset 0px 1px 6px #4E4E4E; }

button, input { 
line-height : normal; 
*overflow : visible; 
background: #E30000

}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	 
padding: 0;
margin: 0;
cursor : pointer; 
background-color: #C00;
margin-top: 2em;
width: 30%;
border-radius: 0;
border-color:transparent;

}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
width: 94%;	
margin:0;
font-size:1em;
font-weight: 100;
padding:5px;
margin-top: 2em;
background: #333;
-moz-box-shadow:inset 0px 0px 6px #4E4E4E;
-webkit-box-shadow:inset 0px 1px 6px #4E4E4E;
box-shadow:inset 0px 1px 6px #4E4E4E; 
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #000; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #222;
	z-index:9000;
}

#headcontainer{
	background:transparent;
	z-index:9000;
	margin: 0 auto;
	position: fixed;
	width:100%;
	}


header {

	clear: both;
	width: 80%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	z-index:90;	
		}
 
 
/* LOGO ---------------------------------------------------------------- */

.logo{
	width: 15%;
	top: 8%;
	left: 2%;
	padding: 1em;
	background-color: #000;
	z-index: 1000;
	}
	
.logo img{
	
	width:100%;
	background-color: #000;
	padding:0;
	
	}

/* NAV ---------------------------------------------------------------- */

nav{ 
	position:absolute;
	left: 50%;
	top: 0%;

	
}

nav
ul
li { 
	 float:left;
	 list-style:none;
	 color:#fff;
	 background-color: transparent;
	 margin-left: 2em;
	 line-height:8em;
	 }

nav
ul
li:first-child{ margin-left: 0;
				padding-left:0;
	
}

/* SLICKNAV ----------------------------*/

.slicknav_menu {
	display:none;
}

#menu ul{
	display:inline;
	
	}
	
#menu li{
	list-style-type: none;
	
}


/* OL ---------------------------------------------------------------- */

ol li{
	list-style:inside lower-alpha;
	margin-bottom: 1em;
	z-index:1000;
	}
	
	#maincontentcontainer {
		width: 100%;
		margin-top:0%;
		background-color: #000; 
	}
	
	

	.standardcontainer {
	background-color: #222;
		}
		
		
		
		
	.maincontent{
	clear: both;
	width: 80%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 0em 0px;
	line-height: 1.5em;
	position: relative;
			}

	#footercontainer {
		width: 80%;	
		margin: 0 auto;
		background-color: #F00;
		
		
	}
	
footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.7em; /* 13 / 16 */
			line-height: 1.5em;
			text-align:left;
			color: #fff;
		}

.group{
	
		width: 100%;
		padding:0;
		
	}
	

#footercontainer .group p {
	
	margin-left: 7em;
	background-color: transparent;
	margin-bottom: 0;
}

	
	
	
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color:#000;
	
	
}


.section2{
	
	margin-top: 1em;
	margin-bottom: 3em;
	border : 0;
	max-width: 100%;
	height: auto;
	width: 100%; /* ie8 */
	z-index:2;
}
	
.section3{
		
	margin-top: -2em;
	margin-bottom: -3em;
	border : 0;
	max-width: 100%;
	height: auto;
	width: 100%; /* ie8 */
	z-index:2;	
}

section4{
	
	margin-bottom: -9em;
	border : 0;
	max-width: 100%;
	height: auto;
	width: 100%; /* ie8 */
	z-index:2;

}	

#antecedentes p {
	
	height:6.250em;
	
	}
	

#servicios p {
	
	height:6.250em;
	
	}

#bim p {
	
	height:6.250em;
	
	}

/*  EXAMPLE  ============================================================================= */


p {
	/* http://www.w3.org/TR/css3-text/#hyphenation */
	-webkit-hyphens : auto;
	-webkit-hyphenate-character : "\2010";
	-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;
	-moz-hyphens : auto;
	background-color: #000;
}




@media screen and (min-device-width: 640px) {


.noshow {
	
	display:none

}

.seccion6 {
	
	display:none

	}
	
}


/* responsive para desktop */

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) { 



nav{ 
	position:fixed;
	left: 45%;
	top: 0%;
}


	.standardcontainer{
		width: 100%;
	}
	
	.sectiongroup{
		width: 100%;
	}
	
	.maincontent{
		width: 100%;
	}
	
	header {
		
		width: 100%;
	}


.logo{
	width: 20%;
	top: 8%;
	left: 10%;
	padding: 1%;
	margin-bottom:0;
	background-color: #000;
	z-index: 1000;
	}
	
.logo img{
	
	width:90%;
	background-color: #000;
	padding:0;
	
	}
	
	.seccion6 {
	
	display:none

	}

}

/* responsive para tablet */

@media screen and (min-device-width: 640px) and (max-device-width: 768px) { 

.noshow{
	
	display:none;
	
	}
  
  body{
	  background-color:#222;
  }
  
  .js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		width: 100%;
		position:fixed;
		margin: 0 auto;
		background-color: #000;
		z-index:1000;
		
	}

	header{ display: none;
	}
	
.flotador {
	position:absolute;
	font-size: 0.7em;
	top:2%;
	z-index:10;
	background-color: transparent;
	padding: 0;
	}
	
	
 .flotador h3 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1;
	text-align:left;
	background-color: transparent;
	margin-top: 0;
	padding: 0;
	
}

.somos{ padding:0; }
	
	
	
	
	
	.logo{
		float: left;
		width: 20%;
		top: 8%;
		left: 10%;
		padding: 1%;
		margin-bottom:0;
		background-color: #000;
		z-index: 1000;
		}
		
	.logo img{
		
		width:90%;
		background-color: #000;
		padding:0;
		
		}
		
.standardcontainer{
		width: 100%;
	}
	
	.sectiongroup{
		width: 100%;
	}
	
	.maincontent{
		width: 100%;
	}
	
	p {
	font-size: 0.75em;
	line-height: 1.3em;
	font-weight: 300;
	padding-left: 1.3em;
	hyphens : auto;  
		
	}
	
	
	ol{
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: 100;
	padding-left: 1.3em;	
	}
	

h1 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1;
	text-align:right;
	background-color: transparent;
	padding-left: 0.7em;
}

h2 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1em;
	text-align:right;
	background-color: transparent;
	padding-left: 0.7em;
}




h4 { 
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1;
	text-align:right;
	background-color: transparent;
	padding-left: 0.7em;

}


.seccion6 {
	
	display:none

	}


}

/* responsive mobile */

@media screen and (max-width: 639px) {
	

	
	.js .slicknav_menu {
		display:block;
		width: 100%;
		position:fixed;
		margin: 0 auto;
		margin-left:0;
		padding-left:0;
		background-color: #000;
		z-index:1000;
		
	}
	
	

	header{ display: none;
	}
	
	
	
	.logo{
		float: left;
		width: 45%;
		top: 8%;
		padding: 1%;
		padding-left: 0;
		left: 0;
		background-color: #000;
		z-index: 1000;
		}
		
	.logo img{
		
		width:100%;
		background-color: #000;
		padding:0;
		left:0;
		margin:0;
		
		}
		
	.standardcontainer{
		width: 100%;
	}
	
	.sectiongroup{
		width: 100%;
	}
	
	.maincontent{
		width: 100%;
	}
	
	.seccion1 {
	
	display:none

	}
	
	.section6{
	
	width:100%;
		
	}
	
		p {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: 300;
	padding-left: 1.3em;
	hyphens : auto;  
		
	}
		

#antecedentes p {
	
	display: none;
	
	}
	

#servicios p {
	
	display: none;
	
	}

#bim p {
	
	display: none;
	
	}

	
	
	.flotador h3 {
	
	display:none;
	
		
	}
	
	.flotador p{
		
	display:none;
		
		}
	
	ol{
	font-size: 0.9em;
	padding: 1.2em;
	line-height: 1.3em;
	font-weight: 100;
		
	}
	
	h1 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1em;
	text-align:left;
	background-color: transparent;
	padding-top: 0.7em;
	padding-left: 0.7em;
}

h2 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1em;
	text-align:left;
	background-color: transparent;
	padding-top: 0.7em;
	padding-left: 0.7em;
}

h3 {
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1em;
	text-align:left;
	background-color: transparent;
	padding-top: 0.7em;
	padding-left: 0.7em;
}



h4 { 
	font-family:  roboto, sans-serif;
	color: #fff;
	margin-bottom : 0.2em;
	font-size : 1.5em; /* 96 / 16 */
	line-height : 1.1;
	text-align:left;
	background-color: transparent;
	padding-top: 0.7em;
	padding-left: 0.7em;

}


	#footercontainer {
		width: 100%;	
		margin: 0 auto;
		background-color: #F00;
		
		
	}
	
footer {
			clear: both;
			width: 100%; /* 1000px / 1250px */
			font-size: 0.6em; /* 13 / 16 */
			line-height: 0.8em;
			text-align:left;
			color: #fff;
		}

.group{
		margin-top: 2em;
		width: 100%;
		padding:0;
		
	}
	

#footercontainer .group p {
	
	margin-top: 1em;
	margin-left: 0.5em;
	background-color: transparent;
	margin-bottom: 0;
}



}
