/*********************************************************************************
 * GENERALES
*********************************************************************************/
div#cumbread{
	overflow:hidden;
}
p.cumbread{
	float:left;
	overflow:hidden;
}
p.whoami{
	float:right;
	overflow:hidden;
}

div#loadingData{
	float:right;
	padding-right:15px;
}

.tituloMAYbold{
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:2pt;
	padding:10px 0 5px 0;
	clear:both;
}

.txtWarning{
	color:red;
	
	background-image:url(../image/icon_adver.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	padding-left:20px;
}

.txtInfo{
	background-image:url(../image/icon_info.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	padding-left:20px;
}

.txtUsrPKInfo_cer{
	background-image:url(../image/usr_certDigitalAsocdo.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	padding-left:20px;
}

.txtUsrPKInfo_cip{
	background-image:url(../image/usr_cipAsocdo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	padding-left:20px;
}

.help{
	border-bottom: 1px dotted #333333;
	cursor: help;
}

td.fila{
	border-bottom: 1px dotted #333333;
}

.css_debug { background-color: #666; color: white; clear: both; font-style: italic; padding: 3px; margin-right: 3px; }
.css_debug_title { font-weight: bold; color: yellow; text-decoration: underline; }
.css_debug_lang { font-weight: bold; color: gray; text-decoration: underline; text-align: right; width: 35px; float: left; }
.css_debug_code { margin-left: 10px; margin-left: 40px; }

/*********************************************************************************
 * TINGLADO DE COLABORACION / PROYECTOS EN CONSIDERACION
*********************************************************************************/
div.tin_item {
	width:585px;
	overflow:hidden;
}
.tin_item_titulo {
	text-transform:uppercase;
	float:left;
	padding:5px;
}
.tin_item_status {
	float:right;
	padding-top:5px;
}
.tin_item_descrip {
	padding:5px;
	margin:5px;
	background-color:#CCCCCC;
	width:98%;
	float:left;
}
div.tin_autor {
	/*width:190px;*/
	margin-top:5px;
	padding-left:5px;
	float:left;
	clear:both;
}
div.tin_acciones {
	/*width:390px;*/
	margin-top:5px;
	float:right;
	text-align:right;
}
td.txt_centrado {
	text-align:center;
	vertical-align:top;
}
div.comentario_txt{
	padding:10px;
}

div.pryproc{
	width:505px;
	padding:10px 5px 5px 5px;
	margin-top:50px;
	
	border-top:1px gray dotted;
	border-bottom:1px gray dotted;
	
	clear:both;
}

/*********************************************************************************
 * FORMULARIO GENERICO
*********************************************************************************/
.gen_textbox{
	width: 300px;
	clear:right;
}
label.gen_etiqueta{
	display:block;
	width: 150px;
	padding-right:10px;
	text-align: right;
	
	float: left;
}
span.gen_campo_descr{
	display:block;
	margin: 0 0 5px 160px;
	clear:both;
}
input.gen_btn_enviar{
	margin-left: 160px;
}

.btn_image{
	float:right;
}

.zona_resaltada{
	padding-top: 10px;
	padding-bottom: 10px;
	
	border: 2px dashed #4682B4;
	
	line-height: 30px;
}

.campo_oblg{
	color:red;
	font-weight:bold;
}

.inptBoxCIP {
	font-size:12pt;
	letter-spacing:3px;
	width:15px;
}
/*********************************************************************************
 * PROYECTOS A CONSIDERACION
*********************************************************************************/
div#pry{
	width:750px;
	float:left;
}
div#pry td{
	padding:7px;
}
.pry_tipo{
	width:100%;
	font:7pt Arial;
	color:#990000;
	text-transform:uppercase;
	text-align:center;
}

.docpri{
	background:url(../image/paste_plain.png) no-repeat;
	
	padding-left:25px;
	text-transform:uppercase;
	display: block;
	float: left;
	
	/*width: 500px;*/
}
.docpri_pki_docsign_done{
	background:url(../image/paste_plain_key.png) no-repeat;
	
	padding-left:25px;
	text-transform:uppercase;
	display: block;
	float: left;
	
	/*width: 500px;*/
}
div#od{
	padding-left:30px;
}
div#pry li, div#od li{
	list-style:none;
}
.docsec{
	clear:both;
	list-style-image:url(../image/attach_01.gif);
	list-style-position:outside;
}

div.arch_adj{
}

/*********************************************************************************
 * ORDEN DEL DIA
*********************************************************************************/
.numRomano{
	font-weight:bold;
}

.numLiteral{
	font-style:italic;
}

.itemData{
	padding-left:20px;
}
.itemData_titulo {
	text-transform:uppercase;
}
.itemData_staD, .itemData_staD a{
	font-weight:normal;
	text-decoration:line-through;
	color:#CCCCCC;
}
div.docs_adjs {
	padding:0px 0px 10px 20px;
	clear:both;
}