body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.textocyan{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #00adef;
}
.cajas {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	border: thin solid #e9edf0;
}
.texto bold {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.celdasubotonera {
	font-family: verdana;
	background-color: #e9edf0;
	font-size: 11px;
}
/*.celdasubotonera:hover {
	font-family: verdana;
	background-color: #CCCCCC;
	font-size: 11px;
}*/
.subotoneratexto:link {
	background-color: #e9edf0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subotoneratexto:visited {
	background-color: #e9edf0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subotoneratexto:hover {
	background-color: #e9edf0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #00adef;
	text-decoration: none;
}
.subotoneratexto:active {
	background-color: #e9edf0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #00adef;
	text-decoration: none;
}
.botonera {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.Titulos {
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	color: #00adef;
}
.celdas {
	background-color: #00adef;
	font-family: verdana;
}
.celdastexto:link {
	background-color: #00adef;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.celdastexto:visited{
	background-color: #00adef;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.celdastexto:hover {
	background-color: #00adef;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #33FFFF;
	text-decoration: none;
}
.celdastexto:active {
	background-color: #00adef;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #33FFFF;
	text-decoration: none;
}
.linkscomunes {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00adef;
	text-decoration:underline
}
