@charset "utf-8";
/* CSS Document */
/* Descargas */
.descarga {
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFCC00;
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.fichero {
	margin-bottom: 10px;
}

.fichero p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #006699;
}

.fichero a {
	text-decoration: none;
	color: #0099FF;
}


.fichero a:hover {
	color: #ff9900;
}

.nombre h1 {
	font-size: 1em;
	color: #006699;

}

.descripcion h2 {
	font-size: 0.8em;
	color: #ff9900;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}

.propiedades {
	border-top: 1px solid #FDB628;
	float: left;
	width: 500px;
}

.propiedades ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.propiedades ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	color: #373737;
}

.propiedades ul li strong {
	font-weight: bold;
	color: #002868;
}














/* Fin descargas */
