/**********************************************************************************

		Hojas de estylo formateo del estylo del navegados
		Autor: Isaac Quispe Q. // www.qualitywebsrl.net
		E-mail: quispeisaac@hotmail.com 

**********************************************************************************/
/* ESTYLOS DE TEXTO */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../imagenes/bgDetalles.gif) 50% 100% no-repeat;
	min-height:470px;
}
.detaConten{
	display:block;
	padding:10px;
	height:auto;
}
.detaTitulo{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:8px;
	/* border-bottom:1px dashed #666; */
	background:url(../imagenes/bgTitulo.gif) 0 100% repeat-x;
}
.detaTextos{
	color:#666;
	float:left;
	width:100%;
	line-height:16px;
	padding-top:10px;
}
/*
.detaTextos img{
	float:left;
	border:1px solid #939393;
	padding:5px;
	background:#ccc;
	margin:10px;
}
*/
/* lista calendario */
.listaCalendario{
	float:left;
	width:100%;
	height:120px;
	margin-bottom:8px;
	background:#e7e7e7;
}
.listaCalendario img{
	border:1px solid #939393;
	padding:5px;
	margin:10px;
	background:#FFF url(../imagenes/bgTitulo.gif) 50% -10px repeat-y;
}
.btDescargar{
}

/* */
.personalImg{
	float:left;
	text-align:center;
	width:120px;
	height:125px;
	overflow:hidden;
}
.personalImg img{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:2px;
}
.personal{
	float:left;
	width:100%;
	height:auto;
}
.txtNombres{
	display:block;
	text-align:right;
}
table td{
	padding:5px;
}
