@ccharset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}

#barra_encabezado{
	width:100%;
	/*background:url(../images/images_generales/barra_encabezado.jpg) repeat-x;*/
	background-color:#00456E;
	color:#ffffff;
	font-size:10px;
	height:20px;
	clear:both;
	font-size:26px;
	
	
	
	
}
#titulo_sistema{
	width:100%;
	/*padding-top:3px;
	padding-bottom:3px;*/
	background-color:#ebf0f1;
	margin-bottom:2px;
	.margin-top:-28px;
	/*border-bottom:1px dotted #a8ced3;*/
	
	
}
#titulo_sistema h1{
	font-size:1.5 large;
	color:#00456E;
	background:url(../images/images_generales/titulo_solapa.jpg) left center no-repeat;
	padding-left:75px;
	height:44px;
	margin:0;
	padding-top:15px;
	font-weight:lighter;
	
	
	
}
.txt_centrado{
	text-align:center;
	margin-top:0;
	
}
.txt_azul{
	color:#0a3b6d;
	
}
a, a:visited{
	color:#06599f;
	/*text-decoration:underline;*/
	
}
a:hover{
	color:#06599f;
	text-decoration:none;
}
.espacio_caracteres{
		padding-left:11px;
		
		font-size:10px;
		
}
.usuario{
	font-size:11px;
	font-weight:bold;
	padding-left:4px;
	
	
	
}
img{
	border:0;
	
}
a img{
	border:0;
	
}
#menu{
	width:14%;
	float:left;
	margin-top:12px;
	
	
}
#pantalla_info{
	width:86%;
	float:right;
    float:top;
	margin-top:12px;
	margin-bottom:10px;
	
		
}
.panel_menu{
	/*border:1px solid #a8ced3;
	background-color:#eff7f8;*/
	
}
.box{
	border:1px solid #a8ced3;
	padding: 8px 0 0 0;
	background-color:#eff7f8;
	
}
.box h1{
	color:#366ca3;
	font-size:14px;
	padding-left:6px;
	padding-bottom:10px;
	border-bottom:1px solid #a8ced3;
	background: url(../images/images_generales/menu_redondo.jpg) right top no-repeat;
	margin:-9px -1px 0 0;
	padding-bottom:8px;
	padding-top:8px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	
}
.box h2{
	color:#366ca3;
	font-size:14px;
	padding-left:6px;
	padding-bottom:10px;
	border-bottom:1px solid #a8ced3;
	border-top:1px solid #a8ced3;
	text-align:left;
	background-color:#deebed;
	/*background: url(../images/menu_redondo.jpg) right top no-repeat;*/
	/*margin:-9px -1px 0 0;*/
	padding-bottom:8px;
	padding-top:8px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul.menu_principal{
	list-style:none;
	margin:0;
	padding:0;
	
}
ul.menu_principal li{
	color:#366ca3;
	border-bottom:1px solid #a8ced3;
		
}
li.menu_distincion{
	background-color:#d1f1eb;
	
}
ul.menu_principal li a{
	color:#366ca3;
	padding:6px;
	display:block;
	text-decoration:none;
}


ul.menu_principal li a:hover{
	background-color:#ffffff;
	display:block;
	
}

#contenedor{
	width:99%;
	margin-left:12px;
	
	
}
.box_contenedor{
	/*border:1px solid #a8ced3;*/
	background-color: #FAFAFA;
	/*padding:8px;*/
	padding-left:0;
	padding-right:0;
	
	
	
}
.box_contenedor h1{
	text-align:left;
	padding-top:8px;
	font-weight:lighter;
	color:#336aa2;
	background:url(../images/images_generales/flecha_tit2.jpg) left no-repeat;
	height:17px;
    font-weight:bold;
	margin-bottom:0;
	
	
}
.box_contenedor:before{
	/*content:url(../images/images_generales/borde_blanco_red.jpg);*/
	display:block;
	line-height:0.1;
	margin:-9px 0 -11px -1px;

}


	
.box_contenedor h1{
	/*.background:url(../images/images_generales/borde_blanco_red.jpg) left top no-repeat;*/
	font-size:120%;
	margin:-9px 0 5px 2px;
	padding:15px 0 10px 18px;
		
}

#formularioBuscador{
	width:100%;
	position:relative;
	margin-bottom:30px
			
	}

table{
	margin:0
	
}
#formularioAgregar{
	width:100%;
	/*display:none;*/
}
form.form_seleccion{
	width:100%;
	background-color:#eff7f8;
	margin-top:33px;
		
}
form.form_seleccion fieldset{
	border:none;
}
.form_seleccion label{
	/*width:150px;*/
	width:35%;
	float:left;
	padding-right:5px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	/*color:#366ca3;*/
	color:#4f585f;
	margin-top:7px;
	clear:both;
	
}
.txt_comentario{
	font-size:10px;
	color:#0a3b6d;
	
	
	
}
.form_seleccion input{
	border:1px solid #366ba3;
	width:250px;
	margin-top:7px;
	
	/*.border:1px solid #eff7f8;*/
	
}
.form_seleccion input[type="checkbox"]{
	border:none;
	background-color:none;
	width:15px;
	
}
.form_seleccion input[type="select"]{
	border:1px solid #366ba3;
}
input.check{
	width:20px;
	margin-left:0;
	padding-left:0;
	border:none;

}
.form_seleccion input.sin_borde {
	border:1px solid #eff7f8;
	width:15px;
	margin-top:7px;
	
	
	
	
}

.form_seleccion select{
	border:1px solid #366ba3;
	width:252px;
	margin-top:7px;
}
.form_seleccion textarea{
	border:1px solid #366ba3;
	width:250px;
	margin-top:7px;
	
}
.form_seleccion legend{
	font-size:12px;
	font-weight:bold;
	color:#3167a1;
	height:19px;
	background:#eff7f8 url(../images/images_generales/pestana_sinborde.jpg) right top no-repeat;
	padding-right:20px;
	margin-top:-28px;
	margin-left:-9px;
	margin-left:0\0/;
	padding-left:10px;
	.margin-top:-30px;
	padding-top:10px;
	 _margin-top:0;	
	_background-color:#eff7f8;
	_background-image:none;
		
}
.campoform[type="checkbox"]{
	/*width:15px;*/
	
	
	
	
}
checkbox{
width:15px;

		
}
.campos_contenedor{
	width:100%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:3px;
	
	
		
}

.campos_contenedor_column{
	width:50%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	
		
}
.campos_contenedor_ancho100{
	width:80%;
	clear:both;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.campos_contenedor_botones{
	width:100%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

#info_dinamica{
	width:100%;
	overflow:auto;
	
}
table.list_info_dinamica_angosta{
	width:30%;
	
        text-align: center;
		
		
}
table.list_info_dinamica_angosta caption{
	text-align:left;
	margin-top:20px;
	color:#3269a1;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #d4ecef;
	padding-bottom:3px;
	padding-left:3px;
	margin-bottom:3px;
	
}
table.list_info_dinamica_angosta thead {
	/*border:1px solid #a8ced3;*/
	
}
table.list_info_dinamica_angosta thead th{
	background-color:#eff7f8;
	padding:3px;
	text-align:center;
	font-size:10px;
	color:#336aa2;
	
	
}
table.list_info_dinamica_angosta thead th.iconos {
	width:8%;
	
	
}
.list_info_dinamica_angosta tbody td.iconos {
	width:8%;
	text-align:center;
	
}
table.list_info_dinamica{
	width:100%;
		border-spacing:0;
		
		
}
table.list_info_dinamica caption{
	text-align:left;
	margin-top:20px;
	color:#3269a1;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #d4ecef;
	padding-bottom:3px;
	padding-left:3px;
	margin-bottom:3px;
	
}
table.list_info_dinamica thead {
	/*border:1px solid #a8ced3;*/
	
}
table.list_info_dinamica thead th{
	background-color:#eff7f8;
	padding:3px;
	text-align:center;
	font-size:10px;
	color:#336aa2;
	
	
}
table.list_info_dinamica thead th.iconos {
	width:8%;
	
	
}
.list_info_dinamica tbody td.iconos {
	width:8%;
	text-align:center;
	
}

.msm_alerta{
	color:#C00;
	text-align:center;
	font-size:9px;
	margin-left:155px;
	
}
.txt_rojo{
	color:#b52403;
	
}
.txt_chico{
	font-size:10px;
	
}
.superindice{
	vertical-align:text-top;
	font-size:8px;
}
table.list_info_dinamica tbody td{
	border-bottom:1px solid #a8ced3;
}
table.list_info_dinamica tbody td{
	font-size:10px;
	color:#000000;
	text-align:left;
	padding:4px;
	border-right:1px solid #a8ced3;
}
table.list_info_dinamica tbody tr:hover{
	background-color:#e2f7f3;
	
}

.botonera th{
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	
}
.espacio_img{
	margin-right:4px;
		
}
.txt_paginador{
	font-size:9px;
	color:#336aa2;
	text-align:center;
	
}

#bot_buscar{
	width:111px;
	height:28px;
	/*background:url(../images/bot_buscar_fondo.jpg) center no-repeat;*/
	background:url(../images/images_generales/bt_cuadrado.jpg) center no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	/*padding-left:25px;*/
	border:0;
	font-size:11px;
	margin-left:158px;
	text-transform:uppercase;
	margin-top:5px;
			
}
#bot_agregar, #modificar, #borrar, #cancelar{
	/*width:80px;*/
	width:111px;
	/*height:26px;*/
	height:28px;
	/*background:url(../images/bot_agregar_fondo.jpg) center no-repeat;*/
	background:url(../images/images_generales/bt_cuadrado.jpg) center no-repeat;
	color:#ffffff;
	font-weight:bold;
	/*text-align:left;*/
	text-align:center;
	/*padding-left:22px;*/
	border:0;
	font-size:11px;
	/*margin-left:155px;*/
	text-transform:uppercase;
	
	
	
	
	}
.panel_botonera{
	position:absolute;
	top:10px;
	.top:2px;
	right:25px;
		
}
.boton_liso{
	width:111px;
	height:22px;
	/*background:url(../images/bot_liso.jpg) no-repeat;*/
	background:url(../images/images_generales/bt_cuadrado.jpg) center no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-align:center;	
	border:0;
	font-size:11px;
	padding-top:6px;
	text-transform:uppercase;
	cursor:pointer;
	
}
.boton_liso_ancho{
	width:511px;
	height:22px;
	/*background:url(../images/bot_liso.jpg) no-repeat;*/
	background:url(../images/images_generales/bt_cuadrado.jpg) center no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-align:center;	
	border:0;
	font-size:11px;
	float:right;
	padding-top:6px;
	text-transform:uppercase;
	
}
 input.boton_liso{
	border:0;
	
}
.desconectar{
	float:right;
	margin-top:2px;
	margin-right:2px;
	
}
.manito{
	width:98%;
	height:30px;
	text-align:right;
	margin-bottom:10px;
		
}
#pantalla_errores {
	width:40%;
	padding-top:0;
	padding-bottom:0;
	padding:20px;
	color:#C00;
	font-size:10px;
	float:right;
	/*margin-left:30px;*/
	
	/*margin-bottom:30px;*/
	/*display:none;*/
		
}
#pantalla_errores p{
	margin:0;
}

	
	

.boton_basico{
	width:133px;
	height:24px;
	background:url(../images/images_generales/bot_largo.gif) no-repeat;
	color:#ffffff;
	font-weight:bold;
	padding-left:18px;
	
}
/*MENU ACORDEON ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.arrowlistmenu{
/*width: 180px;*/
}

.arrowlistmenu .menuheader{ 
font: bold 11px Arial;
color:#133c66;
/*background:transparent url(../images/menu_azul.png) repeat-x center left;*/
background:transparent url(../images/images_generales/azul.jpg) repeat-x ;
margin-bottom: 10px;
/*text-transform: uppercase;*/
padding: 4px 0 4px 7px; 
cursor: hand;
cursor: pointer;
line-height:1.1;



}
a em{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	
}
/*ul.categoryitems li{
	color:#d1d4d7;
	padding: 2px 0;
	padding-left:19px;
	font-weight: bold;
	font-size:10px;
	
}*/
ul.desactivado li{
	background: url(../images/images_generales/arrowbullet.png) no-repeat center left;
	color:#d1d4d7;
	padding: 2px 0;
	padding-left:19px;
	font-weight: bold;
	font-size:10px;
	font-weight: bold;
border-bottom: 1px solid #dadada;

}

.arrowlistmenu .openheader{ 
/*background-image: url(../images/menu_verde2.png);*/
background-image: url(../images/images_generales/gris.jpg);
color:#ffffff;
}

.arrowlistmenu .menuheader span{
	background:url(../images/images_generales/flecha_azul.jpg) right no-repeat;
	display:block;
	.display:inline;
	width:100%;
	.width:98%;
	.padding-right:15%;
	.text-align:left;
	}
 
.arrowlistmenu .openheader span{
	background:url(../images/images_generales/flecha_gris.jpg) right no-repeat;
	display:block;
	.display:inline;
	width:100%;
	.padding-right:15%;
	.width:98%;
	.text-align:left;
	}


	

.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.arrowlistmenu ul li{
padding-bottom: 2px; 
}

.arrowlistmenu ul li a{
color: #3d4a57;
background: url(../images/images_generales/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size:10px;
}

.arrowlistmenu ul li a:visited{
color: #3d4a57;
}

.arrowlistmenu ul li a:hover{ 
color: #23313b;
background-color: #F3F3F3;
}
/*h3.menuheader expandable{
	background:url(../images/menu_verde.png) repeat-x;
	
}*/
/*FIN MENU ACORDEON ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table.estilo_auditorias{
	border:1px solid #666;
	width:80%;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse; 
    border-spacing: 0; 
	
	}
table.estilo_auditorias caption{
	font-size:120%;
	padding:5px;
	text-align:center;
	font-weight:lighter;
	color:#726f6f;
	
	
}
table.estilo_auditorias thead th{
	padding:5px;
	text-align:left;
	font-size:107%;
	font-weight:bold;
	color:#333;
	background-color:#ededed;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
		
	}
	table.estilo_auditorias thead th.titulo_principal {
		font-size:140%;
		font-weight:bold;
		text-align:center;
		text-transform:uppercase;
		
	}
table.estilo_auditorias tbody th{
	font-size:85%;
	font-weight:bold;
	color:#333;
	background-color:#CCC;
	padding:5px;
	text-align:left;
	border-top:1px solid #666;	
}
table.estilo_auditorias tbody td{
	font-size:100%;
	padding:3px;
	color:#000;
	text-align:left;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
table.estilo_auditorias tbody td.sin_borde{
	border:0;
	
}
table.estilo_auditorias tbody td.subtitulo{
	font-weight:bold;
	
}
table.estilo_auditorias th.txt_rojo {
	color:#b52403;
	
}
table.estilo_auditorias tbody th{
	background-color:#dad9d9;
	font-size:115%;
	text-align:left;
	font-weight:bold;
	padding:3px;
	color:#333;
	text-transform:uppercase;
	
}
table.estilo_auditorias tbody th.titulo_centrado{
	text-align:center;
	font-size:124%;
	
	}
table.estilo_auditorias tfoot{
background-color:#ededed;	
}
table.estilo_auditorias tfoot th{
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:114%;
	text-align:center;
	
}
table.estilo_auditorias tfoot td{
	font-weight:bold;
	
}


