/* REDEFINICION DE ETIQUETAS GENERALES */
body {
	margin-top: 35px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
  background-color: #e7e7e7;
  width: 500px;
}


h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}

h4 {
	font-size: 11px;
}

p, ul, ol {
	margin: 0 0 0 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #FF9600;
	font-weight:bold;
}
a:hover, a:active {
	color: #4E8006;
	font-weight:bold;	
}

#descripcion{
  font-size: 13px;  
}