body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#0077A2;
}

.texto_titulos {
	font-family: Tahoma;
	font-size: 16px;
	color: #00DAD6;
	font-weight: bolder;
}
.fondo_azul {
	background-color: #0077A2;
}
.texto_normal {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

td {
	font-family: Tahoma;
	color: #FFFFFF;
}

.textarea {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}

.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color:#FF0000;
}

.texto_normal_grande {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}


.texto_normal_contenido {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.a_chico {
	font-family: Tahoma;
	font-size: 11px;
	color: #00DAD6;
}

a{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
		font-family: Tahoma;
	font-size: 12px;
	color: #00DAD6;
	font-style:normal;
}

