/* PORTLET ELEMENTS SIMULATION */

.top_portlet_center, .tituloform {
	background: #153e7c url(../img/portlet-top-bg.gif) no-repeat top left;
	color:#FFFFFF;
}

/* TABLES */

tr.leyendas td.fondomedio2 {
	background-color:#6f8fc7;
	color:#FFFFFF;
}

.fondomedio2 a {
	color:#FFFFFF;
}

tr.leyendas td {
	background-color:#d5e4f3;
}

tr.leyendas td.fondoblanco {
	background-color:#eef4fa;
}

/* LIFERAY COLORS */

.tree-js-pop-up DIV {
	background-color: LightGrey;
	border: 2px Outset White;
}

/* Alpha */

.alpha {
	background-color: #F19FC1;
}

.alpha-neg-alert {
	color: #FF0000;
}

.alpha-pos-alert {
	color: #007F00;
}

A.alpha {
	background: none;
	color: #000000;
}

A.alpha:hover {
	color: #000000;
}

FONT.alpha {
	background: none;
	color: white;
}

/* Beta */

/* ESTILO UTILIZADO PARA LOS FONDOS DE ROWS EN CONTACTOS AGENDA... */

.beta {
	background-color: #FDF3F8;
}

.beta-gradient {
	background: #FADEEA repeat-x bottom;
	border-bottom: #ababab 1px solid;
	width: 1200px;
}

.beta-neg-alert {
	color: #FF0000;
}

.beta-pos-alert {
	color: #007F00;
}

A.beta {
	background: none;
	color: #535353;
}

A.beta:hover {
	color: #000000;
}

FONT.beta {
	color: #535353;
}

/* Gamma */

.gamma {
	background-color: #FFFFFF;
}

/* ESTILOS para la capa que pinta una linea donde las tabs de subtitulo*/
#gamma-tab {
	border-bottom: 1px solid #ababab;
}

/* ESTILOS UTILIZADOS PARA GENERAR TABS EN LOS SUBTITULOS DE HERRAMIENTAS*/

#gamma-tab ul, #gamma-tab li {
	background:  #e5e5e5;
	color: #ffffff;
}

/* ESTILOS UTILIZADOS PARA GENERAR PESTAAS EN LOS SUBTITULOS DE HERRAMIENTAS: pestaa seleccionada*/

#gamma-tab ul#current, #gamma-tab li#current {
	background:  #F19FC1 no-repeat right top;
	color: #ffffff;
}

#gamma-tab li#current A.gamma {
	background: none;
	color:#FFFFFF;
}

/* ESTILOS PARA ENLACES GAMMA, SE USAN EN */
A.gamma {
	background: none;
	color: #535353;
}

A.gamma:hover {
	background: none;
	color: black;
}

/* Bg */

.bg {
	background-color: #FFFFFF;
}

A.bg {
	background: none;
	color: #000000;
}

A.bg:hover {
	color: #000000;
}

FONT.bg {
	color: #535353;
}

.portlet-box {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
}

.portlet-header-bar {
	background-color: none;
}

.portlet-title {
	/*background: #E5E5E5 url(/portal/html/themes/classic/color_schem../portlet_title_bg_gradient.gif) repeat-x;*/
	color: #4A517D;
}

.portlet-font {
	color: #000000;
	/*font-size: medium;*/
}

.portlet-font-dim {
	color: #C4C4C4;
	/*font-size: medium;*/
}

.portlet-msg-status {
	color: #000000;
	/*font-size: medium;*/
	font-style: italic;
}

.portlet-msg-info {
	color: #000000;
	/*font-size: medium;*/
}

/* Sections */
/* Estilos usados en foros para lineas de hilos*/
.portlet-section-header {
	color: #535353;
	background: #F19FC1;
	/*font-size: medium;*/
}

.portlet-section-body {
	color: #444444;
	background: #ffffff;
	/*font-size: medium;*/
}

.portlet-section-body-hover, TR.portlet-section-body:hover {
	color: #000000;
	background: #white;
	/*font-size: medium;*/
}

.portlet-section-body A {
	color: #444444;
}

.portlet-section-body-hover A, TR.portlet-section-body:hover A {
	color: #000000;
}

.portlet-section-alternate {
	color: #444444;
	background: #f3f3f3;
	/*font-size: medium;*/
}

.portlet-section-alternate-hover, TR.portlet-section-alternate:hover {
	color: #000000;
	background: #E5E5E5;
	/*font-size: medium;*/
}

.portlet-section-alternate A {
	color:  #535353;
}

.portlet-section-alternate-hover A, TR.portlet-section-alternate:hover A {
	color: #000000;
}

.portlet-section-selected {
	color: #7AA0EC;
	background: #FAFCFE;
	/*font-size: medium;*/
}

.portlet-section-selected-hover, TR.portlet-section-selected:hover {
	color: #00329A;
	background: #C0D2F7;
	/*font-size: medium;*/
}

.portlet-section-selected A {
	color: #7AA0EC;
}

.portlet-section-selected-hover A, TR.portlet-section-selected:hover A {
	color: #00329A;
}

.portlet-section-subheader {
	color: #405278;
	background: #91AEE8;
	/*font-size: medium;*/
}

.portlet-section-footer {
	color: #a01212;
	/*font-size: medium;*/
}

.portlet-section-text {
	color: #a01212;
	/*font-size: medium;*/
}

/* Forms */

.portlet-form-label {
	color: #000000;
	/*font-size: medium;*/
}

.portlet-icon-label {
	color: #000000;
}

.portlet-dlg-icon-label {
	color: #000000;
}

.portlet-form-field-label {
	color: #000000;
	/*font-size: medium;*/
}

/******************************************************************************/
/* Display Tag Library                                                        */
/******************************************************************************/

TR.even { 
	background-color: #B6CBEB; 
	color: #535353; 
}

TR.odd { 
	background-color: #FFFFFF; 
	color: #535353; 
}	