@charset "utf-8";
/* CSS Document */

/* TITULO DE MENU */
.titulo_menu
{
	color:#009933;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* OPCIONES DEL MENU */
.texto_menu
{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* MENU DE PAGINA (Tope) */
.menu_pagina
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006600;
}

/* BODY */
body
{
	background-image: url(../images/bg.gif);
}

/* TITULO DE PAGINA */
.titulo_pagina
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
}

/* CONTENIDO DE PAGINA */
.contenido
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666633;
}

/* SUBTITULO DE PAGINA */
.subtitulo
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006633;
}

/* CITA */
.cita
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
}

/* ---- DAR NOMBRE ---- */
.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	font-style: italic;
}

/* ---- DAR NOMBRE ---- */
.style2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006633;
}

/* ---- DAR NOMBRE ---- */
.style3
{
	color: #E10000;
}

/* ---- DAR NOMBRE ---- */
.style4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #990000;
}

/* ---- DAR NOMBRE ---- */
.style5
{
	color: #FF0000;
}

/* ---- DAR NOMBRE ---- */
.style7
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

/* ---- DAR NOMBRE ---- */
.style8
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #006633; 
	font-weight: bold;
}

/* ---- DAR NOMBRE ---- */
.style9
{
	color: #006633;
}

/* ---- DAR NOMBRE ---- */
.style10
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}

/* ---- DAR NOMBRE ---- */
.style11
{
	font-size: 10px;
}

/* ---- DAR NOMBRE ---- */
.style13
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

.mail
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
}

/* LINKS */
a:link
{
	color: #006633;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}
