@charset "utf-8";
/*CSS*/

@font-face
{
font-family:Arial;
src: local("Arial"), url("fonts/Arial.ttf") format("truetype"),
        url('typo/Arial.ttf'); /* IE9 */
} 


html{
   background: #000000;
}

body{
    margin:0px;
    padding: 0px;
    
}

#contenedorgeneral{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    width: 1100px;
    
    
}

header{

    position: relative;
    width: 320px;
    height: 400px;
    background: #f2f1f2;

}
#logo{
    position: relative;
    background:url(../../imagenes/logo.png) no-repeat;
    width: 319px;
    height: 106px;
    top: 70px;
    text-indent: -200000px;
}

#botones{
    position: relative;
    width: 280px;
    font-family: Arial;
    font-size: 20px;
    text-transform: uppercase;
    top: 120px;
}

.menu li{
    position: relative;
    list-style: none;
    text-align: center;

}


.menu li a{
    color: #654576;
    text-decoration: none;
    padding-top: 2px;
    display: block;
    text-align: center;
    transition:all 0.2s ease-out 0.2s;
    -moz-transition: all 0.1s ease-out 0.1s; /* Firefox */
    -webkit-transition:all 0.1s ease-out 0.1s; /* Safari and Chrome */
    -o-transition:all 0.1s ease-out 0.1s; /* Opera */

}


.menu li a:hover{
    color: #f2f1f2;
    background: #634476;
    padding-top: 2px;
    text-align: center;
    transition:all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s; /* Firefox */
    -webkit-transition:all 0.1s ease-out 0.1s; /* Safari and Chrome */
    -o-transition:all 0.1s ease-out 0.1s; /* Opera */
}



#contenidotexto{
    width: 370px;
    margin-left: 310px;
    margin-top: -540px;
}
#contenidotexto2{
    width: 370px;
    margin-left: 310px;
    margin-top: -540px;
}
#contenidotexto3{
    width: 370px;
    margin-left: 310px;
    margin-top: -540px;
}
h1{
    font-family: helvetica;
    font-size: 20px;
    color: #654576;
    text-align: justify;
    text-transform: uppercase;
}

p {
    position: relative;
    font-family: helvetica;
    font-size: 13px;
    color: #654576;
    text-align: justify;
}
#contenidotexto2 p {
    position: relative;
    font-family: helvetica;
    font-size: 12px;
    color: #654576;
    text-align: justify;
}
#serviciosBotones1{
    postion:relative;
    margin-top: 15px;
    width: 320px;
    height: 80px;
    text-align: center;
    
}
svg {
    padding:2px;
    margin:2px;
    
}

 svg:hover g path{
        fill:#542E67;
    }
     svg:hover g polygon{
        fill:#542E67;
    }
#serviciosBotones2{
    postion:relative;

    width: 320px;
    height: 80px;
    text-align: center;
   
}
#serviciosBotones3{
    postion:relative;
    width: 320px;
    margin-left: 43px;
   
}

#derechos{
    top: 50px;
    position: relative;
    margin-left:0 auto;
    margin-bottom:auto;
    
    font-family: helvetica;
    font-size: 14px;
   
    color: #654576;
    
    
}
footer{
    margin-top:-30px;
    position: relative;
    width:1100px;
    heigth:200px;
    
}

#redesSociales {
    position: relative;
    float:right;
    
    
    
}
#redesSociales div{
    float:left;
}
#facebook a svg:hover path{
        fill:#225ab6;
    }

#twitter svg:hover path{
        fill:#0da3ce;
    }
