@font-face {
	font-family: 'MTCORSVA';
	src: url('../fonts/MTCORSVA.eot');
	src: url('../fonts/MTCORSVA.woff') format('woff'),
         url('../fonts/fMTCORSVA.ttf') format('truetype');
}
html { 
    background: url('../img/fondo.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
body { 
    background-color: transparent;
}
/*GENERAL*/
    p {
        color:#212121;
        text-shadow: 0.5px 0.5px #212121;
        opacity: 0.9;
        filter: alpha(opacity=90);
        
    }
    .container{
        background: rgba(255,255,255,.85);
        font-size:27px;
        padding-left:2%;
        padding-top:1%;
        padding-right:2%;
    
        padding-bottom: 5%;
        font-family: MTCORSVA;
    }
/*FIN GENERAL*/