body {
	margin: 0px;
	cursor:default;
	background-color:#ffffff;
	color:#333333;
	font-family:calibri light;
	font-size:140%;
}
a{text-decoration: none; color:#000000;}
.a1{color:#5566CC;font-size:90%;text-decoration:none;}
.a1:hover{text-decoration:underline; cursor:pointer;}
.a2{color:#5566CC; font-size:80%;text-decoration:none;}
.a2:hover{color:#aa0000;text-decoration:underline;}
.a3{color:#dddddd; font-size:80%;text-decoration:none;}
.a3:hover{color:#aaaaaa;text-decoration:underline;}
.a4{color:#dddddd; font-size:80%;text-decoration:none;}
.a4:hover{color:#E34043;text-decoration:underline; cursor:pointer;}
.t1{color:#333333; font-size:350%;}
.t2{color:#404040; font-size:250%;}
.t3{color:#333333; font-size:120%; font-weight: bolder;}
.t4{color:#666666; font-size:150%;}
.t5{color:#404040; font-size:120%;}
.t6{color:#333333; font-size:150%; font-weight: bolder;}
.t7{color:#888888; font-size:80%;}
.inputup{
	width:100%; height:50px; background:none;font-family: calibri light; color:#000000; position:absolute;top:0;left:0; font-size:100%;border:0;}
.inputdown{width:100%; height:50px; background-color:#ffffff;font-family: calibri light; color:#888888; font-size:100%;border:0;}
.inputtabla{
	border:2px #990000 solid;
	border-radius: 30px;
	height: 50px;
}
.inputtabla2{
	margin-top: 10px;
	border-bottom:1px #cccccc solid;
	height: 50px;
	/*background-color: #fdfdfd;*/
	width: 50%;
	padding: 10px;
}
.inputtabla3{
	border:1px #cccccc solid;
	border-radius: 30px;
	background-color: #fcfcfc;
	height: 50px;
}
.contenido1{background-color: #f9f9f9; border:1px #eeeeee solid; padding:10px; width: 50%; border-radius: 10px;}
.contenido2{background-color: #fefefe; border:1px #eeeeee solid; padding:10px; width: 50%; border-radius: 10px;}
.contenido3{background-color: #fefefe; border:1px #eeeeee solid; width: 100%; border-radius: 10px;}
.contenido4{background-color: #fefefe; width: 100%; border-radius: 10px; margin-bottom: 20px; color:#556677;}
.contenido5{background-color:#E86062; padding:10px; width: 50%; border-radius: 10px;}
.boton0{
	background-color:#dddddd;
	border-radius:30px;
	height: 60px;
	width: 100%;
	font-size:100%;
	color:#666666;
	border:0;
	}
.boton0:hover{background-color:#e5e5e5; cursor:pointer;}
.boton1{
	background-color:#5566CC;
	border-radius:30px;
	height: 60px;
	width: 100%;
	font-size:90%;
	color:#ceeeee;
	border:0;
	}
.boton1:hover{background-color:#3333ff; cursor:pointer;}
.botonbuscar{height:50px;opacity:0.9; cursor:pointer;}
.botonbuscar:hover{opacity:1;}
.botonresumen{background-color:#ffffff; border-radius: 10px; padding-top: 15px; padding-bottom: 15px;  width: 100%; color: #333333; text-align: center;}
.botonresumen:hover{background-color:#f9f9f9;cursor:pointer;}
.botonHistorial{background-color: #66ee66; width: 50%; padding: 15px; text-align: center; border-radius: 50px; font-weight: bolder;}
.botonHistorial:hover{background-color: #53dc53; cursor: pointer;}
.botonSalir{ background-color:#5566ff; padding: 10px; color:#dddddd; font-size:80%;}
.botonSalir:hover{background-color:#3344ff;cursor:pointer;}
.hr1{border:0;border-bottom:1px #dddddd solid;width:100%;margin-top:10px;margin-bottom:10px;}
.trans1{opacity:0.9;}
.trans1:hover{opacity:1; cursor:pointer;}
.trans2{opacity:1;}
.trans2:hover{opacity:0.9; cursor:pointer;}
.trans3{opacity:1;}
.trans3:hover{opacity:0.7; cursor:pointer;}
.trans4{opacity:0.9;}
.trans4:hover{opacity:1; cursor:pointer;}
.trans5{opacity:0.4;}
.trans5:hover{opacity:1; cursor:pointer;}
.cambiaFondo{
	background-color: #ffffff;
}
.cambiaFondo:hover{
	background-color: #f9f9f9;
	cursor:pointer;
}
.error{
	border-radius:6px;
	border:1px #f28478 solid;
	background-color:#f5a8a8;
	margin:6px;
	padding:10px;
	color: #d06458;
	font-size:80%;
	}