#contenedorMultimedia {
	width: 863px;
	min-height: 290px;
	height: auto;
	float: left;
	position: relative;
	background-color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Verdana;
	font-size: 1em;
}

#contenidoSeccionMultimedia {
	width: 863px;
	min-height: 240px;
	height: auto;
	float: left;
	position: relative;
	background-color: #000000;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 1em;
}

#contenidoSeccionMutimediaSeparacionInferior {
	width: 863px;
	height: 10px;
	float: left;
	position: relative;
	background-color: #000000;
}

#contenedorBreadCrumbs {
	width: 863px;
	height: 15px;
	float: left;
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
	color: #cccccc;
}

.toggler { 
	border: 1px #ffcc00 solid;
	background: url(/img/bg-titulosmultimedia.png) no-repeat right;
	background-color: #2C2C2C;
	cursor:pointer; 
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffcc00; 
	margin-bottom: 5px; 
	padding:5px; 
}

.toggler:hover {
	background: url(/img/bg-titulosmultimedia.png) no-repeat right;
	background-color: #5F5F5F;
	border: 1px #ffcc00 solid; 
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffcc00;
}

.element {
	padding-left: 25px; 
}

.element a{
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: bold; 
}

p.desarrolloTextoSeccion {
	text-align: justify;
	padding-bottom: 10px;
	line-height:110%;
	/line-height:120%;
	color: #cccccc;
	font-size: 0.8em;
}