body{
	color: #000;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #002;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #333;
}
th{
	background-color: #FFDA33;
	
}
.a {
	color: white;
	text-decoration: none;
	}

.admin{
	align: center;
	background-color: #61210B; 
	color: white;
	float: right;
}
div.img{
    float: left;
    width: 20%;
	margin-right: 5px;
}
.ingresos {
	position: absolute;
	z-index: -1;
	
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
   padding:5px;	 	 
}
.video{
	margin:0 auto;

}
.tit{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;	

}
.formulario{
	background-color: orange;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
    height: 250px;
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
	border: solid;
	padding: 5px;
}
.logging{
	background-color: orange;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
    height: 125px;
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
	border: solid;
	padding: 5px;
}
.parre{
	width: 60%;
	margin: auto;
	padding: 10px;
    
}
h4 {
	text-align: "center";
	color: darkblue;
	font-family: "Verdana";
}
h2 {
	text-align: "center";
	border-style: outset;
	background-color: orange;
	color: darkblue;
	font-family: "Verdana";
}
h3.sacra{
	text-align: "center";
	border-style: outset;
	background-color: darkblue;
	color: orange;
	font-family: "Verdana";
	
}
.persona{
	
	margin: auto;
	clear: both;
}
.persona p {
	align: center;
}
label{
	font-family: "Verdana";
	font-size: 15px;
}
table#t01{
	width: 100%;
}
table#t01 tr:nth-child(even) {
    background-color: #77BE8F;
}
table#t01 td {
	align: center;
}
table#t02 tr:nth-child(odd) {
   background-color:#ECF355;
   color: black;
   margin-left: auto;
	margin-right: auto;
	width: 700px;
   font-family: "Verdana";
}
table#t02 tr:nth-child(even) {
   font-family:"Verdana";
}
table#t01 th	{
    background-color: black;
    color: white;
   }