/* resert CSS
*/

html, body, div, span, applet, object, iframe,
blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

@font-face {

	font-family: blackboar;
	src:url(imgweb/home/DJB%20Chalk%20It%20Up.ttf);

}

@font-face {
	font-family: blackboar2;
	src: url(imgweb/home/Sketchtica.ttf);
}

@font-face{
	font-family: cursiva;
	src: url(imgweb/home/Springtime%20Blues.ttf);
}
/* Inicio de los estilos */

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

html{
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: rgba(253,253,253,1.00);
	
}

#contenedor{
	width: 1366px;
	margin: 0px auto;
}

#header{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header1{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header2{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header3{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header4{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header5{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header6{
	width: 1366px;
	height: 270px;
	position: absolute;
	top:0px;
	background-image: url(imgweb/headers/head7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#headerbg{
	position: absolute;
	width: 100%;
	height: 270px;
	top: 0px;
	background-color: rgba(0,0,0,1.00);
}

#logo{
	width: 230px;
	position: absolute;
	top: 40px;
	z-index: 999;
	left: 90px;
}

#nav{
	position: absolute;
	z-index: 1000;
	top: 220px;
	width: 1366px;
	text-align: right;
	font-size: 20px;
	
}

#nav ul li{
	color: rgba(255,255,255,1.00);
	display: inline;
	margin: 0 20px;
}

#nav ul li a{
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 20.5pt;
	font-family: 'cursiva';
}

#nav ul li a:hover{
	color: #e99f13;
	font-size: 20.5pt;
}



/*home css */

#home{
	width: 1100px;
	height: 600px;
	top: -660px;
	position: relative;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#home a{
	text-decoration: none;
}


.nosotros{
	width: 450px;
	height: 350px;
	position: absolute;
	top: 10px;
}


#primero{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


	
#primero:hover {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, -290px);
	display: block;
	
}

#tapaprimero{
	width: 456px;
	height: 9px;
	background-color: #FFF;
	position: absolute;
	top: 360px;
	left: -3px;
	z-index: 2;	
}

.descripcion
{
    position: absolute;
	background-image: url(imgweb/home/nosotros.png);
    width:430px;
    height: 335px;
	padding: 10px;
	display: block;
	top: 300px;
	color: rgba(255,255,255,1.00);
	text-align: right;
}

#realizaciones{
	width: 300px;
	height: 200px;
	margin-left: 455px;
	background-color: rgba(4,199,196,0.80);
	position: absolute;	
}

#segundo{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


	
#segundo:hover {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, -135px);
	display: block;
	
}

#tapasegundo{
	width: 306px;
	height: 9px;
	background-color: #FFF;
	position: absolute;
	left: 452px;
	top: 200px;
	z-index: 2;	
}

.descripcion2
{
    position: absolute;
	background-image: url(imgweb/home/realizaciones.png);
    width:280px;
    height: 180px;
    padding:10px;
	top: 135px;
	left: 455px;
	color: rgba(255,255,255,1.00);
}



#proyectos{
	width: 320px;
	height: 240px;
	margin-left: 760px;
	background-color: rgba(214,0,3,1.00);
	position: absolute;
	top: 10px;
}

#tercero{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


	
#tercero:hover {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, -175px);
	display: block;
	
}

#tapatercero{
	width: 327px;
	height: 8px;
	background-color: #FFF;
	position: absolute;
	left: 757px;
	top: 250px;
	z-index: 2;	
}

.descripcion3
{
    position: absolute;
	background-image: url(imgweb/home/proyectos.png);
    width: 300px;
    height: 220px;
    padding: 10px;
	top: 185px;
	left: 760px;
	color: rgba(255,255,255,1.00);	
	text-align: right;
}

#galeria{
	width: 350px;
	height: 260px;
	margin-left: 760px;
	background-color: rgba(255,71,0,1.00);
	position: absolute;
	top: 258px;
}

.galeriahover{
	width: 310px;
	height: 223px;
	position: absolute;
	background-color: rgba(255,71,0,0.80);
	display: none;
	z-index: 60;
	left: 760px;
	top: 258px;
	padding: 20px;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}

#cuarto:hover .galeriahover{
	display: block;
}

.descripcion4
{
    position: absolute;
    background: rgba(255,71,0,0.80);
    width: 330px;
    height: 45px;
    padding: 10px;
	top: 520px;
	left: 760px;
	color: rgba(255,255,255,1.00);
}

#blog{
	width: 300px;
	height: 400px;
	margin-left: 455px;
	background-color: rgba(205,192,0,1.00);
	position: absolute;
	top: 207px;
}

#quinto{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


	
#quinto:hover {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, -334px);
	display: block;
	
}

#tapaquinto{
	width: 308px;
	height: 120px;
	background-color: #FFF;
	position: absolute;
	left: 452px;
	top: 606px;
	z-index: 2;	
}


.descripcion5
{
    position: absolute;
    background: rgba(255,198,0,0.90);
    width: 280px;
    height: 380px;
    padding: 10px;
	top: 542px;
	left: 455px;
	color: rgba(255,255,255,1.00);
	text-align: right;
}


#contacto{
	width: 430px;
	height: 230px;
	margin-left: 20px;
	background-color: rgba(0,44,112,1.00);
	position: absolute;
	top: 368px;
}

#sexto{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


	
#sexto:hover {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, -165px);
	display: block;
	
}

#tapasexto{
	width: 435px;
	height: 120px;
	background-color: #FFF;
	position: absolute;
	left: 17px;
	top: 597px;
	z-index: 2;	
}

#tapasexto2{
	width: 23px;
	height: 320px;
	background-color: #FFF;
	position: absolute;
	left: -3px;
	top: 368px;
	z-index: 2;	
}

.descripcion6
{
    position: absolute;
	background-image: url(imgweb/home/contacto.png);
    width: 410px;
    height: 210px;
    padding: 10px;
	top: 534px;
	left: 20px;
	color: rgba(255,255,255,1.00);
	text-align: left;
}

/* fin home */

#tituloequipo{
	position: absolute;
	width: 1346px;
	height: 80px;
	top: 2230px;
	padding: 2px 10px;
	font-size: 35px;
	color: #333;
	z-index:98;
}

#tituloequipo h2{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#equipo{
	position: absolute;
	width: 1366px;
	height: 240px;
	top: 2310px;
	padding-top: 10px;
	text-align: center;
	color: #000;
}

#equipo img{
	height: 120px;
	width: 120px;
}

#equipo h5{
	margin-top: -15px;
	font-size: 14px;
}

#equipo h3{
	margin-top: 2px;
	font-size: 20px;
}


#tituloquote{
	position: absolute;
	width: 1316px;
	height: 30px;
	top: 2700px;
	padding: 25px;
	text-align: right;
	font-size: 30px;
	color: #333;
	z-index: 98;
}

#tituloquote h2{
	margin: 0px;
	padding: 0px;
	margin-top: -8px;
}

#contenedorquote{
	position: absolute;
	width: 1326px;
	height: 70px;
	top: 2580px;
	text-align: right;
	font-size: 25px;
	padding:20px;
	color: rgba(51,51,51,1.00);
	background-color: #D7D7D7;
	z-index: 50;
}

#bgquote{
	position: absolute;
	width: 100%;
	height: 110px;
	top: 2010px;
	background-color: #D7D7D7;
	z-index: 50;
}
	

#tituloblog{
	position: absolute;
	width: 1346px;
	height: 230px;
	top: 900px;
	text-align: left;
	font-size: 70px;
	padding: 10px;
	color: #fff1c2;
	z-index: 96;
}

#blogcont{
	position: absolute;
	width: 1366px;
	height: 700px;
	top: 980px;
	text-align: center;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,198,0,1.0);
	z-index: 95;
	background-image: url(imgweb/blog/bgblog1.jpg);
}

#blogbg{
	position: absolute;
	width: 100%;
	height: 700px;
	top: 980px;
	text-align: center;
	background-color: rgba(255,198,0,1.0);
	-webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
	z-index: 95;
	background-image: url(imgweb/blog/bgblog1.jpg);
}

/*-- contenedores blog--*/

#conrt1{
	width: 410px;
	height: 280px;
	top: 345px;
	left: 10px;
	position: absolute;
	z-index: 65;
	background-color: #FFF;
	padding: 10px;
	text-align:justify;
	font-size: 20px;
	line-height: 25px;
	overflow: auto;
}

#conrt1img{
	width: 430px;
	height: 40px;
	top: 90px;
	left: 10px;
	position: absolute;
	z-index:64;
	text-align: left;
	color: #666666;
	font-size: 17px;
}

#conrt12img{
	width: 430px;
	height: 200px;
	top: 145px;
	left: 10px;
	position: absolute;
	z-index:63;	
}


#conrt2{
	width: 410px;
	height: 280px;
	left: 470px;
	position: absolute;
	top: 345px;
	z-index: 65;
	background-color: #FFF;
	padding: 10px;
	text-align: justify;
	font-size: 20px;
	line-height: 25px;
	overflow: auto;
	
}

#conrt2img{
	width: 430px;
	height: 55px;
	top: 90px;
	left: 470px;
	position: absolute;
	z-index:64;
	color: #666666;
	font-size: 17px;
}

#conrt13img{
	width: 430px;
	height: 200px;
	background-color: rgba(150,150,150,1.00);
	top: 145px;
	left: 470px;
	position: absolute;
	z-index:63;	
}

#conrt3{
	width: 420px;
	height: 390px;
	left: 930px;
	position: absolute;
	top: 245px;
	z-index: 65;
	padding: 5px;
}

#conrt3img{
	width: 420px;
	height: 55px;
	top: 130px;
	left: 930px;
	position: absolute;
	z-index: 64;
	text-align: right;
	color: #FFF;
	font-size: 35px;
	padding-right: 10px;
}

#conrt14img{
	width: 430px;
	height: 100px;
	background-color: rgba(150,150,150,1.00);
	top: 145px;
	left: 930px;
	position: absolute;
	z-index:63;	
}

#footer{
	position: absolute;
	width: 1366px;
	height: 110px;
	top: 2800px;
	text-align: center;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	background-color: rgba(0,0,0,1.00);
	background-image: url(imgweb/blog/bgfoot.jpg);
}

#footer1{
	position: absolute;
	width: 1366px;
	height: 110px;
	top: 7720px;
	text-align: center;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	background-color: rgba(0,0,0,1.00);
	background-image: url(imgweb/blog/bgfoot.jpg);
}


#footerbg{
	position: absolute;
	width: 100%;
	height: 110px;
	top: 2200px;
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	background-image: url(imgweb/blog/bgfoot.jpg);
}

#footerbg1{
	position: absolute;
	width: 100%;
	height: 110px;
	top: 7720px;
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	background-image: url(imgweb/blog/bgfoot.jpg);
}


#foot1{
	width: 430px;
	height: 80px;
	top: 30px;
	left: 10px;
	position: absolute;
	z-index:63;	
}

#foot2{
	width: 430px;
	height: 80px;
	top: 30px;
	left: 470px;
	position: absolute;
	z-index:63;
	color: rgba(255,255,255,1.00);	
}

#foot3{
	width: 430px;
	height: 80px;
	top: 30px;
	left: 930px;
	position: absolute;
	z-index:63;	
}

#copy{
	width: 1346px;
	position: absolute;
	top: 2910px;
	color: #FFF;
	background: #272727;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}

#copybg{
	width: 100%;
	height: 31px;
	position: absolute;
	top: 2310px;
	background: #272727;
}

#copy1{
	width: 1346px;
	position: absolute;
	top: 7830px;
	color: #FFF;
	background: #272727;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}

#copybg1{
	width: 100%;
	height: 31px;
	position: absolute;
	top: 7830px;
	background: #272727;
}

#vermas{
	width: 50px;
	height: 20px;
	background-color: #CCC;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
	padding: 5px;
	top: 656px;
	left: 370px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	position: absolute;
	z-index: 98;
}

#vermas1{
	width: 50px;
	height: 20px;
	background-color: #CCC;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
	padding: 5px;
	top: 656px;
	left: 830px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	position: absolute;
	z-index: 98;
}
