/*parametros generales*/
body{
    margin:auto;
    text-align:center;
    background-color:#333;
    text-decoration:none;
}

a{
     border:0;
     text-decoration:none;    
}

img{
     border:none;
     text-decoration:none;
}

/*clases especificas*/





.container{
    width:800px;
    height:600px;
    margin:auto;
    margin-top:30px;
    background-image: url(../img/boceto_web.png);
    background-repeat:no-repeat;
    background-position:top;
}

.texto{
    padding-top:250px;
    text-align:left;
    vertical-align:bottom;
    width:70%;
}

.enlaces{
     border:none;
     text-decoration:none;
     padding-top:20px;
}