body {
	font-family: sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
}


a img {
	border: 0px none;
}

a,
a:visited {
	text-decoration: none;
}

a:hover,
a:hover:active {
	text-decoration: underline;
}



.desplegable {
	background-image: url(images/desplegar.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-left: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #0431FA;
	cursor: pointer;
}

.seccion-oculta {
	display: none;
	margin-left: 30px;
	overflow: hidden;
}


