/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
body {
	background-color: #006666;
	margin-left: 0px;
	margin-top: 0px;
}
.Estilo1 {
	color: #006666;
	font-weight: bold;
}

.Estilo2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
}

hr { color:#006666;
}

a:link { color:#006666;
}

a:visited { color:#006666;
}

a:hover { color:#006666;
}

a:active { color:#006666;
}

table { font-size:small;
}

.Estilo3 {font-size: x-small}

.Estilo4 {
	font-weight: bold;
	font-size: small;
	color: #000000;
}
.Estilo5 {
		color: #FFFFFF;
		font-size: small;
}
.Estilo6 {
	color: #FFFFFF;
	font-weight: bold;
}

.Fondotabla {
	background-color: #EBE9ED;
}

.Estilo7 {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #006666;
}
.Estilo8 {
	color: #006666;
	font-size: xx-small;
	text-transform: uppercase;
}

.Fondocelda {
	background-color: #006666;
}

.Fondofila {
	background-color: #F4FDF7;
	color: #006666;
	font-weight: bold;
	font-size: 11px;
}

