/**
 * Esta hoja de estilo guarda la definición de los distintos banners
 */

DIV.blueComponent {
	text-align: center;
	margin-right: 0px;
	padding-right: 0px;
}

DIV.blueComponent P.bannerSeparatorBottom {
	margin-bottom: 5px;
}

/**
 * Se eliminan los icons del listado de subcontenidos para los contenidos
 * en modo componente y con estilo centroMain
 */
/* 
DIV.centroMain DIV.contentData UL.cmContentList LI.firstNode {
    background-image: none;
}
DIV.centroMain DIV.contentData LI.cmContentItem {
    background-image: none;
    padding-left: 0.5em;	 
}
*/

/**
 * Se eliminan los icons del listado de subcontenidos para los contenidos
 * en modo componente y con estilo centroNovedades
 */
/*
DIV.centroNovedades DIV.contentData UL.cmContentList LI.firstNode {
    background-image: none;
}
DIV.centroNovedades DIV.contentData LI.cmContentItem {
    background-image: none;
    padding-left: 0.5em;	 
}
*/

/**
 * Caja correspondiente a contenidos destacados de la página principal
 */
DIV.centroNovedades {
/*    background-color: #FFFFFF; */
    background-color: #F1F1F3;
    margin-top: 0.5em;
	 text-align: left;
	 margin-left: 0.4em;
	 margin-right: 0.4em;	
	 margin-bottom: 0.5em;
}

/** Cabecera **/
DIV.centroNovedades DIV.contentHeader {
    text-align : left;
    margin-left: 0em;
    margin-right: 0em;
    font-size : 1.3em;
    font-weight : bold;
    font-family : Arial, Trebuchet MS, Arial Narrow, Helvetica, sans-serif;
	 padding-left: 3px;
	 margin-bottom: 0.0em;
}

/** Enlaces **/
DIV.centroNovedades .cmContentTitleLink {
	color: #6A6A6A;
	font-weight: bold;
}
DIV.centroNovedades A.cmContentTitleLink:hover {
	color: #6A6A6A;
}

/** Zona de datos **/
DIV.centroNovedades DIV.contentData {
    color : #666666;
    font-family : Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
    font-size: 0.97em;
    color : #666666;
    margin-left: 0.0em;
    margin-right: 0.0em;	 
    margin-top: 0.5em;
    margin-bottom: 0.5em;	 	 
    width: 100%;
}

DIV.centroNovedades .cmBodyContent {
    color: #666666;
}

DIV.centroNovedades DIV.contentData UL.cmContentList {
    margin-left: 0em;
    padding-left: 0em;
}
DIV.centroNovedades DIV.contentData UL.cmContentList LI.firstNode {
    background-image: url('../../imagenes/bullets/bullet01.jpg');
    background-repeat: no-repeat;
    background-position: 0.6em 0.8em;
	 margin-top: 0em;
	 padding-top: 0.4em;
}

DIV.centroNovedades DIV.contentData LI.cmContentItem {
    margin-left: 0em;
    margin-bottom: 0.3em;	 
    padding-left: 1.4em;
	 padding-top: 0.0em;
	 padding-bottom: 0.2em;	 
    background-image: url('../../imagenes/bullets/bullet01.jpg');
    background-repeat: no-repeat;
    background-position: 0.6em 0.4em;
    list-style-type: none;
    list-style-image: none;
	 border-bottom: 0em;
}

DIV.centroNovedades DIV.cmSeparator {
	border-bottom: none;
}

/* Personalizado para el área del Portal del Empleado */
TD.PE_mainCenter DIV.centroNovedades DIV.contentHeader {
/*	 border-bottom: 1px solid #36A585; */
	border-bottom: 2px solid #FFFFFF;
	margin-left: 6px;
	margin-right: 6px;
}

TD.PE_mainCenter DIV.centroNovedades A {
	color: red;
	font-weight: bold;
}
TD.PE_mainCenter DIV.centroNovedades A.cmNavContentLink {
	color: red;
	font-weight: bold;
}


