@font-face {
    font-family: 'champ';
    src: url('fonts/champBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextralight';
    src: url('fonts/raleway-extralight-webfont.eot');
    src: url('fonts/raleway-extralight-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-extralight-webfont.woff') format('woff'),
         url('fonts/raleway-extralight-webfont.ttf') format('truetype'),
         url('fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype'),
         url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.eot');
    src: url('fonts/raleway-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-semibold-webfont.woff') format('woff'),
         url('fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES - FIN FUENTES -*/
a:link{
text-decoration: none;
}
body{
	margin: 0;
	background-color: #F8F8F8;
}
h1, h2 { 
	color: white;
	font-family: 'champ';
	font-weight: normal;
	line-height:100%;
	margin-bottom:20px;
	margin-top:0;
	text-transform: uppercase;
}
h3, h4, h5, h6 { color: #333333; font-family: 'ralewayregular', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; }
h1 { font-size:60px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
#barraEditor{
	width: 256px;
	height: 523px;
	position: fixed;
	top: 0;
	background-image: url("../img/editor/bgEditor.png");
	left: 0px;
	font-size: 20px;
	text-align: center;
	z-index: 10;
}
.iconEditor{
	cursor: pointer;
	margin-top: 32px;
	margin-left: 20px;
	width: 56px;
	height: 88px;
	display: block;
	background-color: black;
	float: left;
}
.ico1{
	background-image: url("../img/editor/e1.png");
}
.ico2{
	background-image: url("../img/editor/e2.png");
}
.ico3{
	background-image: url("../img/editor/e3.png");
}
.ico4{
	background-image: url("../img/editor/e4.png");
}
.ico5{
	background-image: url("../img/editor/e5.png");
}
.ico6{
	background-image: url("../img/editor/e6.png");
}
.ico7{
	background-image: url("../img/editor/e7.png");
}
.ico8{
	background-image: url("../img/editor/e8.png");
}
.ico9{
	background-image: url("../img/editor/e9.png");
}
.ico10{
	background-image: url("../img/editor/e10.png");
}
.ico11{
	background-image: url("../img/editor/e11.png");
}
.ico12{
	background-image: url("../img/editor/e12.png");
}
.ico13{
	background-image: url("../img/editor/e13.png");
}
#theGrid{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}
.contenedorAlineador{
	width: 60%;
	height: auto;
	overflow:auto;
	margin: 0 auto 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer{
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	height: 40px;
	text-align: center;
	color: white;
	font-size: 12px;
	float: left;
	background-color: #2d3e50;
}
.intro{
	width: 100%;
	height: 100vh;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
	margin-bottom: 60px;
}
.seccionPrincipal{
	padding-top: 50px;
	margin-top: 4px;
	display: inline-block;
	width: 100%;
	min-height: 300px;
	height:auto;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
	
}
.color{
	background-color: #2d3e50;
}
.seccionPrincipal .cajaTexto, .seccionPrincipal .titulo{
	color: white;
}
.aireSuperior{
	width:100%;
	height: 100px;
}
.seccionSecundaria{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	min-height: 300px;
	height:auto;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
}
._2columnas img,._3columnas img,._4columnas img{
	width: 100%
}
._1columna{
	margin-top: 2%;
	margin-right: 1%;
	margin-left: 1%;
	width: 98%;
	height: auto;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
}
._2columnas{
	margin-top: 2%;
	margin-right: 1%;
	margin-left: 1%;
	width: 48%;
	height: auto;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
}
._3columnas{
	margin-top: 2%;
	margin-right: 1%;
	margin-left: 1%;
	width: 31%;
	height: auto;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
}
._4columnas{
	margin-top: 2%;
	margin-right: 1%;
	margin-left: 1%;
	width: 23%;
	height: auto;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
}
.tituloPrincipal{
	margin: 30vh auto auto auto;
	width: 70%;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-family: 'champ';
	text-align: center;
	font-size: 3em;
	color: white ;
	text-transform: uppercase;
}
.tituloPrincipal span{

	font-size: 30px;
}
.btnP{
	background-color: transparent;
	cursor: pointer;
	margin: 10px auto 0 auto;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	border:2px solid rgba(255, 255, 255, 0.15);
	letter-spacing:4px;
	text-align: center;
	font-weight: bold;
	font-family: 'champ';
	text-align: center;
	font-size: 0.6em;
	color: white;
	text-transform: uppercase;
	-webkit-transition-duration: 0.5s;
  	transition-duration: 0.5s;
  
}
.btnP:hover{
	background-color: black;
	}
.verticalA{
	vertical-align: middle;
	vertical-align: center;
}
.titulo{
	font-weight: bold;
	font-family: 'ralewayregular';
	margin-top: 10px;
	width: 100%;
	height: auto;
	text-align: center;
	color: black;
	font-size: 30px;
	float: left;
	color: #585858 ;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.SubT{

	font-weight: bold;
	font-family: 'ralewayregular';
	width: 100%;
	height: 50px;
	text-align: center;
	color: black;
	font-size: 14px;
	float: left;
	color: #585858;

}
.boton{
	cursor: pointer;
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
    border-radius: 12px;
	font-family: 'ralewayregular';
	background-color: #A0A0A0 ;
	color: white;
	min-height: 20px;
	height: auto;
	width: 150px;
	margin-top: 10px;
	margin-left: 2px;
	float: left;
	font-weight: lighter;
	text-transform: capitalize;
	font-size: 15px;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0.8;

	float: center;
}

.boton:hover, .boton:focus, .boton:active {
	opacity: 1;
  -webkit-transform: scale(0.9);
  background-color: #2098d1;
  transform: scale(0.9);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.boton:active{
  background-color: #1a79a7;
}
.boton img{
	width: auto;
	float: left;
}
.small{
	width: 30px;
    border-radius: 20px;
    opacity: 0.6;
	background-color: black ;
}
.cajaTexto{
	color:#888888 ;
	font-family: 'ralewayregular';
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	min-height: 100px;
	height:auto;
	text-align: left;
	font-size: 16px;
	float: left;
}
.bg1{
	background-image: url("../img/bg/img1.jpg");
}
.bg2{
	background-image: url("../img/bg/img2.jpg");
}
.bg3{
	background-image: url("../img/bg/img3.jpg");
}
.bg4{
	background-image: url("../img/bg/img4.jpg");
}
.bg5{
	background-image: url("../img/bg/img5.jpg");
}
.bg6{
	background-image: url("../img/bg/img6.jpg");
}
.bg7{
	background-image: url("../img/bg/img7.jpg");
}
.bg8{
	background-image: url("../img/bg/img8.jpg");
}
.bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7{
	background-position: center;
}


@media screen and (max-width: 1500px) {
    .contenedorAlineador{
    	width: 70%
    }
}

@media screen and (max-width: 900px) {
    ._4columnas{
    	width: 48%;
    }
}
@media screen and (max-width: 700px) {
	.tituloPrincipal{
		font-size: 2em;
	}
    .contenedorAlineador{
    	width: 90%
    }
    ._2columnas,._3columnas,._4columnas{
    	width: 100%;
		margin-right: 0%;
		margin-left: 0%;
    }
}


