/* CSS Scout San Andrés 2009 */

/* Cuerpo */
body {
	font-family: Arial, Helvetica, sans-serif; 
}

/* Títulos */
.titulo {
	color: #004A00;
	font-size:16px;
	font-weight: bold;
}

/* Menú */
.menu {
	font-size: 12px; 
	color: #004A00; 
	font-weight: bold; 
}

/* Links */
.links_textos {
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #184618;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #336600;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* Textos Títulos y Subtítulos */

.Subtitulo_sub_rayado {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}

/* Textos Interiores */
.texto_cursivo {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.texto_interior {
	font-size: 11px;
	color: #000000;
}

.texto_verde_negrita {
	font-size: 12px; 
	color: #004A00; 
	font-weight: bold;
}

.texto_verde_chico {
	font-size: 10px;
	color: #003300;
}

.texto_verde_cursivo {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
}

.letra_blanca_mediana {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF; 
}

.letra_blanca_chic {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF; 
}

.texto_rojo_grande {
	font-weight: bold; 
	font-size: 18px; 
	color: #FF0000; 
}

/* Pié de Página */
.pie_de_pagina {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
