/*** miraflores.css ************************************/

body {
	color: #0ff;
	background-color: #000;
	}

p, h3, h4, li, dd, dt, td, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0ff;
	background: transparent;
	}

h2 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #0c0;	// 0f0
	background: transparent;
	}

h1, .blue {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #00f;
	background: transparent;
	}

.green {
	font-weight: normal;
	color: #0ff;
	background: transparent;
	}

.greenbold {
	font-weight: bold;
	color: #0ff;
	background: transparent;
	}

.lime {
	font-weight: bold;
	color: #0f0;
	background: transparent;
	}

.white {
	font-weight: normal;
	color: #fff;
	background: transparent;
	}

.whitebold {
	font-weight: bold;
	color: #fff;
	background: transparent;
	}

.yellowbold {
	font-weight: bold;
	color: #ff0;
	background: transparent;
	}

.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECF5FF;
	color: #003;
	}

.error {
	font-weight: bold;
	color: #fc0;
	background: transparent;
	}

.justify {
	text-align: justify;
	}

.tiny {
	font-size: xx-small;
	}

.bigger {
	font-size: 12px;
	}

.smaller {
	font-size: 11px;
	}

/* --- Links ----------------------------------------- */

a:link, td a:link {
	font-weight: bold;
	color: #0000ee;
	background: transparent;
	}

a:visited, td a:visited {
	font-weight: bold;
	color: #0000ee;
	background: transparent;
	}

a:hover, a.blink:hover, td a:hover  {
	font-weight: bold;
	color: #c00;
	background: transparent;
	}

a.active, td a:active {
	font-weight: bold;
	color: #c00;
	background: transparent;
	}
