/****************************************************************
HOJA DE ESTILOS DE ELEMENTOS GLOBALES (QUE DEBERÍAN VERSE IGUALES EN TODO PORTAL)
AUTOR: JORGE VERGARA
VER 1 - 05092008 (JVM)
****************************************************************/
/*******************************
=VISTA AVISOS (TABLA)
*******************************/
#avisosPortada th,
#avisosPortada td {
	padding: 2px 4px;
	}
#avisosPortada th {
	background: #EDEDED;
	}
#avisosPortada th a {
	color: #000; text-decoration: underline;
	}
#avisosPortada td {
	border-bottom: 1px solid #E8E9E4;
	}
#avisosPortada td a {
	color: #333;
	font-size: .9em;
	}
#avisosPortada .avisosPaginacion {
	margin-top: 15px;
	width:100%;
	background:none;
	text-align:center;
	}
	#avisosPortada .avisosPaginacion td {background:none; border: none; text-align:center;} 
	#avisosPortada .avisosPaginacion a, .avisosPaginacion a:visited{background:#FFF; color:#000; border:1px solid #999; margin:0 5px 0 0; padding:2px 4px;}
	#avisosPortada .avisosPaginacion span{background:#999; color:#FFF; border:1px solid #999; margin:0 5px 0 0; padding:2px 4px;}
/*******************************
=VISTA AVISO (DETALLE)
*******************************/

/*******************************
=FORMULARIO POSTULACION
*******************************/

/*******************************
=VISTA CV
*******************************/
#form-ingresocv .nav span {
color:#Fe0000;
}
/*******************************
=MIS DATOS
*******************************/

/*******************************
=MIS PORTULACIONES
*******************************/

/*******************************
=BOTONES
*******************************/
button {
    width: auto;
    font-weight: bold;
    cursor: pointer;
	overflow:visible;
	}
/*******************************
=VISTA ARCHIVO DE NOTICIAS
*******************************/
#archivoNoticias {
	}
	#archivoNoticias h2 {
	padding-left: 25px;
	background: url("http://imagenes.trabajando.com/global/asset/newspaper.gif") no-repeat 4px center;
	clear: both;
	} #col-p #archivoNoticias h2 {border: none;} #archivoNoticias h2 a {color: #000;}
	#archivoNoticias p {
	clear:both;
	}
	.fotoNoticia {
	float: left;
	background: #CCC;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 5px 5px 10px 0;
	}
	.verMas {}
