html,
body {
  	/*height: 99.5%;*/
 	background: #000000;
 	
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
  	text-shadow: 0 1px 3px rgba(0,0,0,.5);
/*   	box-shadow: inset 0 0 100px rgba(0,0,0,.5); */
}

h1, h2, h3, h4 {
	text-align: center;
	
}

h1 {
	min-height: 192px;
	text-indent: -9999px;
	background: url("../img/lpvmin.png") center top no-repeat;
}
h2 {
	margin-bottom: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}
h3 {
    font-size: 09px;
    color: #000;
}

#wrapper {
	width: 100%;
	padding: 20px;
	overflow: hidden;
}

@media (min-width: 600px) {
	#wrapper {	
		height: 95%; /* For at least Firefox */
		min-height: 95%;	
	}
	
}

footer {
	width: 100%;
	min-height: 45px;
	padding: 5px;
	background: #000;
}
footer a{
	display: block;
	margin-top: 15px;
	font-size: 0.9em;
	color: #fff;
}
@media (max-width: 1000px) {
	footer {
		text-align: center;
	}
}


.caja {
	width: 80%;
	min-height: 200px;
	padding: 13px 15px 25px 15px;
	text-align: center;
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
    border-radius: 7px;
    margin-top:130px;
	margin-left:auto;
		margin-right:auto;
}
.caja h3 {
	margin-bottom: 10px;
}
.caja .nunca {
	margin: 1em 0 2em 0;
	font-size: 0.85em;
}
.caja input.form-control {
	display: inline;
	width: 180px;
	height: 29px;
	margin: 0 3px 10px 0;
}
.caja .form-group {
	display: inline;
}

.resalte {
	color: #fff200;
}


/* Conceder */
.tira {
	width: 100%;
	padding: 20px 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
}
.tira p {
	margin-top: 15px;
	font-style: italic;
}

/* Modal */
.modal-body, .modal-title {
	color: #333;
	text-transform: none;
	text-shadow: none;
}


#todococina {
 	background: #000000 url("../img/min04.jpg") no-repeat center top;
min-width: 400px;
min-height: 900px;

position: relative;
display: table;
    margin: 0 auto; 
}

#botonitococina {
	min-width: 400px;
	padding-top: 30px;
	text-align: center;
	position: absolute;
	}