@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000;
	/*background-image: url(../images/background-index.jpg);*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #CCC;
	border:0;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#divindex1, #divindex2, #divindex3{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100% 100%;
	z-index:-1;
}
#divindex1{
	opacity:1;
	background-image:url(../images/background-index.jpg);
}
#divindex2{
	opacity:0;
	background-image:url(../images/background-index2.jpg);
}
#divindex3{
	opacity:0;
	background-image:url(../images/background-index3.jpg);
}
#div-principal {
	background: #262626 url(../images/background-div.png) repeat left top;
	background-color: rgba(0,0,0,0.7);
	background-size: cover;
	height: 86vh;
	width: 300px;
	margin: 0 auto;
	border-color: #000;
	z-index: 1;
	display: block;
	padding-top: 70px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
#tabla-sesion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCC;
	text-align: left;
	width: 100%;
}
.caja {
	width: 95%;
	background-color: #FFF;
	border-radius: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}
.caja:hover{
	font-style:normal;
	color: #101010;
}
.boton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	background-color: #101010;
	width: 150px;
	border-radius: 5px;
	color: #CCC;
}
.tabla-redes{
	border-spacing: 20px;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:10px;
	margin:0;
}
.divfooter{
	position:fixed;
	bottom:0;
	right:0;
	width:450px;
	height:120px;
	border-radius:10px;
	background-color:rgba(0,0,0,0.8);
}
.over18image{
	display:inline-block;
	float:left;
	margin-top:20px;
	margin-left:10px;
	height:70px;
	width:70px;
	vertical-align:middle;
	background:linear-gradient(to bottom, #DA0000, #A60000);
	border-radius:40px;
	margin-right:10px;
	text-align:center;
	font-size:28px;
	line-height:28px;
	text-shadow:2px 0 0 #930000;
	padding:0px;
	color:#FFF;
	list-style-type:none;
}
.over18span{
	display:block;
	padding-top:21px;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	font-family:Arial, Helvetica, sans-serif;
}
.over18p{
	margin-top:10px;
	text-align:justify;
	font-size:14px;
}
.redboton{
	background-color:#930000;
	color:#FFF;
	border-color:#DA0000;
	font-size:12px;
	height:25px;
	width:150px;
	float:left;
	margin:0px;
}
.terms{
	margin-left:0px;
	padding-left:0px;
	float:left;
	font-size:12px;
}
.over18a{
	color:#FC0;
}