@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Lemon/Milk';
  src: url(../fonts/LemonMilk.otf);
}

@font-face {
  font-family: 'Corbel';
  src: url(../fonts/corbel.ttf);

}



body {
margin:0px;
border:0px;
vertical-align: baseline;
background-image:url(../img/fondo_servicios.jpg);
background-repeat:no-repeat;

}

#wrapper {
position:relative;
width:auto;
height:705px; /*Medida Alto Seccion*/
min-width:960px;
}

/*HEADER NAV*/

header {
width:800px;
height:110px;
float:left;
background-image:url(../img/header.png);
background-repeat:no-repeat;
opacity:0.9;
position:absolute; /*Absolute o fixed*/
z-index:100;
}

#logo {
width:150px;
height:110px;
float:left;
}

nav {
width:600px;
float:left;
height:110px;
padding-top:35px;
padding-right:0px;
}

nav ul {
list-style-type:none;
margin-left:0px;
}

nav li {
display:inline;
padding-left:30px;

}

nav a {
font-family:"Lemon/Milk";
font-size:12px;
color:#FFF;
padding:0 0 0 0;
text-decoration:none;
}

nav a:hover {
color:#7516ff;
}

/*//HEADER NAV*/

#overlay-left {
display:block; /*ACA*/
position:absolute;
background:url(../img/fondo_cajaizq.png) no-repeat;
top:110px;
left:0px;
opacity:0.8;
z-index:9999;
width:710px;
height:670px;
}

#textoPcpal {
width:300px;
height:300px;
float:left;
margin-top:30px;
margin-left:40px;
z-index:9999;

}

#textoPcpal h2 {
font-family: "Lemon/Milk";
font-size:74px;
margin-bottom:0px;
z-index:9990;
position:relative;
}

#textoPcpal h3 {
font-family:"Lemon/Milk";
font-size:44px;
margin-top:-5px;
margin-bottom:-5px;
position:relative;
z-index:9980;

}

.colorVioleta {
color:#7516ff;
}

/*OtrasSecciones*/

#textoPcpal_quienes {
width:500px;
height:150px;
float:left;
margin-top:30px;
margin-left:40px;
z-index:9999;
}

#textoPcpal_quienes h1 {
font-family:"Lemon/Milk";
font-size:44px;
margin-top:-5px;
margin-bottom:-5px;
position:relative;
z-index:9980;
}
#textoPcpal_quienes h2 {
font-family: "Lemon/Milk";
font-size:34px;
margin-bottom:0px;
z-index:9990;
position:relative;
margin-bottom:-25px;

}
#textoPcpal_quienes P {			/*************/
font-family:"Corbel";
font-size:22px;
margin-top:60px;
position:relative;
z-index:9980;
}

#texto_Servicios {
width:500px;
height:200px;
float:left;
margin-top:0px;
margin-left:40px;
z-index:9999;
}

#texto_Servicios p {
font-size:17px;
}

#textoPcpal_quienes2 {
width:300px;
height:100px;
float:left;
margin-top:20px;
margin-left:40px;
z-index:9999;
}

#textoPcpal_quienes2 h3 {
font-family:"Lemon/Milk";
font-size:40px;
margin-top:-5px;
margin-bottom:-5px;
position:relative;
z-index:9980;
}
#textoPcpal_quienes2 h2 {
font-family: "Lemon/Milk";
font-size:34px;
margin-bottom:0px;
z-index:9990;
position:relative;
margin-bottom:-25px;
}

#textoPcpal_quienes2 P {			/*************/
font-family:"Corbel";
font-size:17px;
margin-top:30px;
position:relative;
z-index:9980;
}

.violetaServicios {
color:#7516ff;
font-size:24px;
}

#fotoFondo {
width:100%;
height:710px;
float:left;
}



#fondo {
width:100%;
height:70px;
float:left;
margin-top:0px; /*CAMBIAR*/
}


footer {
width:100%;
height:75px;
float:left;
background-image:url(../img/footer_img.jpg);
background-repeat:no-repeat;
margin-top:0px; /*CAMBIAR*/
}

#redesSociales {
width:200px;
height:55px;
float:right;
margin-top:15px;
margin-right:50px;

}

#facebook {
width:33%;
height:auto;
float:left;
background-image:url(../img/fbooka.png);
background-repeat:no-repeat;
}

#facebook:hover {
background-image:url(../img/fbookhover.png);
background-repeat:no-repeat;
}

#twiter {
width:33%;
height:auto;
float:left;
background-image:url(../img/twittera.png);
background-repeat:no-repeat;
}

#twiter:hover {
background-image:url(../img/twitterhover.png);
background-repeat:no-repeat;
}



#instagram {
width:33%;
height:auto;
float:left;
background-image:url(../img/instaa.png);
background-repeat:no-repeat;
}

#instagram:hover {
background-image:url(../img/instahover.png);
background-repeat:no-repeat;
}












