body {
	margin: 0px;
	background: #ff8c26 url(graficos/fondo1.gif) no-repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
a:link {
	color: #901E78;
}

a:visited {
	color: #901E78;
}

a:hover {
	text-decoration: underline;
	color: #ffff00;
}

a:active {
	text-decoration: none;
}

.text {
	font-size: 11px;
}
.textn {
	font-size: 12px;
	font-weight: bold;
}

.textm {
	font-size: 12px;
	font-weight: bold;
	color: #901E78;
}

h1 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #901E78;
	margin:0;
}

h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #901E78;
	margin:0;
}

hr {
	height:1px;
	background:#ff4c19;
	border:0px;
}

img {
	border:0;
}

ul {
	list-style-image:url("graficos/circulo6.png");
	padding:0;
	margin:0;
	list-style-position:inside;
}

li {
	margin-bottom:5px;
}

.menu ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
	padding:0;
	margin:0;

	
}

.menu li {
	background:#ff7500;
	margin-bottom:4px;
	width:150px;
	padding:4px 10px;
}

.menu li:hover {
	background:#ff4c19;

}

.menu li a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #901e78;
	text-decoration:none;
	padding-right:20px;
}

.menu li a:hover {
	text-decoration:none;
}

.tabla-linea td {
	border:1px solid #ffc592;
}



.success {
	background:#ff4c19 none repeat scroll 0 0;
	border-color:#C6D880;
	color:#000;
	font-size:12px;
}
.error, .notice, .success {
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
}
