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

body{
	font-family: "Arial", Helvetica, sans-serif;
	color: #222;
	height: 100%;
	width: 100%;
	text-align: center;
}

.center{width:500px;margin:15% auto;background-color: rgba(255, 255, 255, 0.60);border-radius:25px;}

h1{font-size:20px;background:#222;color:#fff;}
h2{font-size:18px;font-weight:bold;padding-left:10px;padding-right:10px;}

a{text-decoration:none;font-family: 'Black Ops One', cursive;font-size:20px;color:#222;}
a:hover{color:#DF7401;}
.nsc{position:absolute;bottom:0;right:10px;}

.vertical-centered-text {
  display: table;
}





video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/wp-content/uploads/2016/08/Trigal.jpg) height="100%" no-repeat;
    background-size: cover; 
}

video { display: block; }



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    video {
        display:none;
    }
	html {
         background: url(/wp-content/uploads/2016/08/Trigal.jpg) no-repeat center center fixed;background-size: cover;
    }
	
	.center{ width:80% }
	
	h1{font-size:50px;background:#222;color:#fff;}
h2{font-size:45px;font-weight:bold;padding-left:10px;padding-right:10px;}

.celda1 {
	height: 60px;
	font-size: 36px;
}


.celda2 {
	height: 60px;
	font-size: 36px;
}
}