body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #FFFFFF;
}
.borde_pagina{
	border: 1px solid #00CCFF;
}
.borde_img{
	border: 1px solid #000000;
}
.margen_tabla{
	padding: 10px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.verde:link {
	text-decoration: none;
	color: #00FFFF;
}
a.verde:visited {
	text-decoration: none;
	color: #00FFFF;
}
a.verde:hover {
	color: #00CCFF;
	text-decoration: none;
}
a.verde:active {
	text-decoration: none;
	color: #00FFFF;
}
.txt_verde{
	color: #00CCFF;
	font-size: 11px;
	font-weight: bold;
}
.tit_verde{
	color: #00CCFF;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}
.borde_menu{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00CCFF;
}
.borde_nav{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #00CCFF;
	border-bottom-color: #00CCFF;
}
.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;

}

