/* CSS Estaciones */
body,td,th {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}

body {
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table, td, tr, div, input, textarea, select {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* >> Enlaces  (# - id)*/
a:link, a:visited, a:active {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #35732D;
}

.enlace {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

/* End Enlaces << */

.cab {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.min {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.blanco {
	color: #FFFFFF;
}

.negro {
	color: #000000;
}

.negrita {
	font-weight:bold;
}

.justify {
	text-align: justify;
}

