/* ------------------------------------------------------------
	enbolivia.com s.r.l.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description: Diseño basado en CSS 2
	Designer   : Rosaisela Aruquipa Machicado
	E - mail   : rosa@enbolivia.com
	Filename   : style.css
	Version    : 1.0
	Date       : Oct 21, 2009
-------------------------------------------------------------*/


/********************Estilos para detalle de noticias****************/


/********************Estilos para listado*****************/
.listado {
	margin-top:10px;
	border:1px solid #994157;
}
.listado h3 {
	text-transform:uppercase;
	color:#994157;
	padding:3px 0px 3px 0px;
	font-size:12px;
	margin-top:10px;
}
.listado img {
	border:2px solid #994157;
}
.detalle {
	width:401px;
	/*height:80px;*/
	float:left;
	overflow:hidden;
	padding:10px 0px 10px 10px;
}
/***********************Estilos para Listado de vacancias***********/

.vacancia {
	line-height:20px;
}
.vacancia_duties p{
	line-height:10px;
}

.vacancia_titulo {
	
	color:#a52f3b;
	padding-left:20px;
	font-weight:bold;
	font-size:11px;
	background-color:#e9d1d1;
	border-bottom:1px solid #994157;	
	vertical-align:top;
}

.formulario_titulo {
	
	color:#a52f3b;
	padding-left:20px;
	font-weight:bold;
	font-size:11px;
	background-color:#e9d1d1;
	padding-left:0px;
	
}
.vacancia_detalle {
	min-width:200px;
	padding-left:10px;
	border-bottom:1px solid #994157;
}
.list_vac {
	background:url(../images/list_head.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:10px;
}
.ti_vac {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	height:20px;
}
.fech {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
}
.vacture {
	color:#904e52;
	font-weight:bold;
	text-align:center;
}
/*******************************************************/
#logo_print
{ display:none;
border-bottom:3px solid #990000;
width:662px;
}

