a {
	color: #FF9900;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	text-decoration:underline;
}

body {
	background: #999999 url(../archivos/background.png);
	margin-top: 0;
	font-family: "Verdana";

	
}

.titulo {
	font-size: 17px;
	color: #FF9900;
}

hr {
	width: 95%;
	height: 1px;
}

p {
	font-size: 11px;
	text-align: justify;
	margin-left: 10px;
	line-height: 1.5em;
	width: 95%;
	word-spacing: 0.2em;
}

.footer {
	font-size: 9px;
	text-align: center;
	color:#333333;
	letter-spacing:0.2em;
}

.MIfooter {
	font-size: 9px;
	color:#999999;
	text-align: center;
}

.topeditor {
	font-size: 12px;
	text-align: right;
	margin-left: 10px;
	line-height: 16px;
	width: 95%;
}

strong, bold, b {
	color: #333333;
	font-weight: bold;
}

em, i {
	font-family: Geneva, sans-serif;
	letter-spacing: 0.2ex;
	font-style: italic;
	color: #666666;
}

.imagen { 
	float:left;
	padding: 5px 20px 10px 0;
}

/*#######################################
              MENU LATERAL
########################################*/
li {
	list-style-type: none;
	list-style-image: url(../archivos/lista.gif);
	font-size: 13px;
	color: #666666;
	font-weight: none;
}

li a {
	color: #666666;
	text-decoration:none;
}

li a:hover {
	list-style-image: url(../archivos/lista_hover.gif);
	color: #333333;
	text-decoration:none;
}

.lateral{
	background: #CCCCCC url(../archivos/back_lat.png) repeat-y;
	font-size: 13px;
	color: #333333;
	text-align: left;
	}
	
.contacto{
	font-size: 10px;
	color:#333333;
	text-align: left;
	}