/* CSS Document */

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	clip:                          rect(auto auto auto auto);
	cursor: hand;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	white-space: nowrap;
	text-decoration: none;
}
.menu:hover {
	color: #FF9900;
}
.contenido {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}
.mail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.direccion {font-size: 80%}
.titulodireccion {color: #000066}
.copyright {color: #CCCCCC}
.expedicion_nombre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
	font-size: 16px;
}
.expedicion_fecha {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.noticia_contenido {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.noticia_fecha {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.noticia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.noticia_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.noticia_link:hover {
	color: #FF6600;
}
.curso_fecha {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.producto_nombre {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #000066; }
.producto_precio {font-size: 14px; color: #000066; }
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
.tablainfo {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.tablalink {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.tablalink:hover {
	color: #FF6600;
}
.tablahref {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.tablahref:hover {
	color: #FF6600;
}
.barradoble {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
	text-decoration: none;
	letter-spacing: 1px;
}
.nodecoration {
	text-decoration: none;
	color: #000066;
}
.mano {
	cursor: hand;
}
textarea, input[type="text"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}
textarea:focus, input[type="text"]:focus {
	background-color:#EBEBF3;
}