/**
 * Esta hoja de estilo permite parametrizar la apariencia del listado de contenidos
 * relacionados asociados a un contenido.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since  Proxia Portal Server 5.5
 * @copy   2009
 */

/** ESTILOS PARA CONTENIDOS RELACIONADOS **/
.related {
	border: 1px solid #e7e3e4;
	background: #fff url(/imagenes/fondos/bgResourceFiles.gif) repeat-x bottom left;
	width:48%;
	float:right;
}

div.resourcesAndRelated .related.fullWidth{
	width:100%;
	float:none;
}

.cmRelatedContentsHeader {
	font-size: 1.6em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #e58203;
	border-bottom: 1px solid #ced7de;
	margin: 0.2em 0.5em;
	padding: 0.2em 0;
}

.cmRelatedList {
	list-style: none;
	padding-left:2em;
	margin: 0;
} 

.cmRelatedList .cmContentItem {
	background: url(/imagenes/contenidos/bullet5.gif) no-repeat 0 0.35em;
	margin: 0.9em 0.8em 0 0;
	padding: 0 0 0.6em 1em;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.cmRelatedList .cmContentItem a{
	color:#666;
	font-weight:bold;
}

.cmRelatedList .cmContentItem a:hover{
	text-decoration:none;
	color:#000;
}

.cmRelatedList .lastNode {
	border-bottom: none;
	margin-bottom:1em;
}

/** FIN DE ESTILOS DE CONTENIDOS RELACIONADOS **/


/*related content wizard*/
td.central .cmRelatedList div.cmContentItem{
	width:auto!important;
}
