/* CSS Document */
body {
	background-color:#BCBBBB;
	margin:0px;
	}
.centrar { 
margin-top: -250px; 
margin-left: -300px; 
position: absolute; 
top: 50%; 
left: 50%; 
width: 600px; 
height: 500px;
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#313131;
	text-align:center;
}

a {
	color:#535353;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	}
.pie {
	font-size:10px;
	margin-top:100px;
	text-align:right;
	color:#999999;
	}
.video { 
margin-top: -150px; 
margin-left: -150px; 
position: absolute; 
top: 50%; 
left: 50%; 
width: 300px; 
height: 300px;
text-align:center;
}
h1 {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#515151;
	margin:5px 0px 5px 10px;
	}
h2 {
	font-size:18px;
	text-align:center;
	}
.enter {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#313131;
	text-align:center;
}
.celdas-enter {
	padding: 40px 20px;
}
.opc-enter {
	padding: 20px;
}
