*{
	margin:0;
	padding:0;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
	position: relative;
}

.conteiner_principal {
	width: 775px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}


.titulo_principal {
	height: 24px;
	width: 775px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.acordeon_cabeza {
	width: 775px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	cursor: pointer;
	line-height: 24px;
}
/*.acordeon_cabeza p{
margin-top:4px;
}*/

.acordeon_contenido {
	width: 775px;
	overflow: hidden;
}
.resaltado {
	color: #000000;
}
.barra_titulos {
	color: #FFFFFF;
	background-color: #666666;
	height: 24px;
	width: 775px;
	position: relative;
}

/*.barra_titulos p{
	color: #FFFFFF;
	margin-left: 24px;
	line-height:24px;

}*/
/*.tituloid{
color:#FFFFFF;
	margin-left: 24px;
	line-height:24px;
}*/
.titulo_col1 {
	width: 180px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 24px;
	position: absolute;
	left: 30px;
}
.titulo_col2 {
	line-height: 24px;
	color: #FFFFFF;
	width: 485px;
	position: absolute;
	left: 180px;
	top: 0px;
}
.titulo_col3 {
	line-height: 24px;
	color: #FFFFFF;
	position: absolute;
	left: 665px;
	top: 0px;
}

.item_linea_punteada {
	cursor:pointer;
	padding: 0px;
	height: 24px;
	width: 745px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	position: relative;
}
.item_linea_punteada:hover{
	background-color:#F7F7F7;
	color: #FF0000;
}
trabajopoplink{
	height: 24px;
	width: 745px;
	background-color:#000033;
}
.item_proyecto {
	line-height: 24px;
	position: absolute;
	height: 24px;
	width: 183px;
	color: #666666;
}
.item_tarea {
	line-height: 24px;
	position: absolute;
	left: 150px;
}
.item_anio {
	line-height: 24px;
	position: absolute;
	left: 635px;
}

.contacto_info{
position:relative;
	/*line-height: 15px;*/
	margin-left: 30px;
	padding-top:4px;
}
.contacto_info p{
line-height: 10px;
padding-top:5px;
padding-bottom:5px;

}

.contacto_titulo {
	line-height: 24px;
	height: 24px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	overflow:hidden;
}
.update {
	line-height: 24px;
	padding-bottom: 50px;
}
.popup {
	display:none;
	position:absolute;
	left:0;
	top:0;
	visibility: hidden;
	width:775px;
	height:445px;
	background-color:#FFFFFF;
}

.menubar{
position:absolute;
left:0;
bottom:0;
background-color:#666666;
height:30px;
width:775px;
}
#btn_next{
	position:absolute;
	top:10px;
	left:411px;
	cursor:pointer;
}
#btn_prev{
	position:absolute;
	top:10px;
	left:371px;
	cursor:pointer;
}
#btn_close{
	position:absolute;
	top:10px;
	right:11px;
	cursor:pointer;
}
#link_trabajo{
	position:absolute;
	top:9px;
	left:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#listatrab{
display:none;
}
