@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/bglabusqueda.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;}
/*Contenedor*/
    .container{
    background: url('../img/papirolabusqueda.png') repeat-y; 
        background-size:100% 100%;
        font-size:20px;
        padding-top:3%;
        padding-bottom: 5%;
        font-family: MTCORSVA;
        font-style: italic;
        font-weight: 700;
    }
    p,h2{
        padding-left:17%;
        padding-right:14%;
    }
/*FIN Contenedor*/



