/*

CSS para carismatica.org
Propiedad de Creador.com.ve

*/

/************** styles para el menú *********************/

#navi {  /*Estilo básico para el menú*/
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
	align:center;
}
#navi li {/*luego a los elementos de la lista...*/
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border:1px solid #003399; /*aquí el borde o recuadro de los botones*/
	float:left; /*para eliminar el comportamiento de elemento de bloque(salto de linea)*/
}
#navi li a {
	font-family: Arial, Helvetica, sans-serif;
	display:block; /*Convertimos el vínculo en un bloque.*/
	width:90px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	
}
#navi li a:hover {/*Ahora vamos con el hover:*/
	font-family: Arial, Helvetica, sans-serif;
	color:#CB24CB;
	/*background-color:#003366;*/
}

/************** ahora el resto del style*********************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #660066;
	font-family: Arial;
	font-size: 13px;
	color: #003399;
	background: #0066CC;
}

.rayitadown {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #57A0DA;
}
.MORAITO_TOP {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #993399;
	border-right-color: #993399;
	border-bottom-color: #993399;
	border-left-color: #993399;
}
.txtblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.textoazul {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}
.letrasrojas {
	color: #990000;
	font-style: italic;
}
.rayita_punteada_derecha {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #0072BB;
}
.texto_gris {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold; }
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.texto_mediano {font-size: 11px}
.texto_tamaño {font-size: 12px}
.style22 {font-size: 11px; font-weight: bold; }
.texto18 {font-size: 18px}
.titulo_interno {
	font-size: 17px;
	font-weight: bold;
	color: #000066;
}
.linea_inferior {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}.style23 {color: #1242A0}
.style24 {font-size: 10px}
