/*.div_message
{
	font-size:12px;
	color:#FA6E0C;
	font-weight:bold;
	height:25px;
	padding-top:3px;
	padding-bottom:3px;
}*/
.div_message_blue{
	font-size:11px;
	font-weight:bold;
	color:#2FA2CE;
	padding:10px;
	text-align:left;
	margin-left:5px;
	width:90%;
	background:#f3f3f3;
	border:solid 1px #2FA2CE;
	margin-bottom:8px;
	margin-top:5px;
}
.div_message_green{
	font-size:11px;
	font-weight:bold;
	color:#339933;
	padding:10px;
	text-align:left;
	margin-left:5px;
	width:90%;
	background:#f3f3f3;
	border:solid 1px #339933;
	margin-bottom:8px;
	margin-top:5px;
}
.div_message_red{
	font-size:11px;
	font-weight:bold;
	color:#990000;
	padding:10px;
	text-align:left;
	margin-left:5px;
	width:90%;
	background:#f3f3f3;
	border:solid 1px #990000;
	margin-bottom:8px;
	margin-top:5px;
}
.title_restricted
{
	font-size:13px;
	font-weight:bold;
	color:#999999;
	line-height:20px;
	vertical-align:middle;
}
.action_link{
	font-size:11px;
	color:#990000;
	cursor:pointer;
	
}
.text_ver_actual{
	font-size:11px;
	color:#666666;
}
.list_admin
{
	width:100%;
	border-collapse:collapse;
}
.list_admin tr
{
	height:30px;	
}
.list_admin tr.head /*head*/
{
	background-color:#1B7FA5;
	color:#fff;
	font-weight:bold;
}
.list_admin tr.even /*par*/
{
	background-color:#F4F4F4;
}
.list_admin tr.odd /*impar*/
{
	background-color:#F9F9F9;
}
.list_users
{
	width:100%;
	border-collapse:collapse;
}
.list_users tr
{
	height:45px;	
}
.list_users tr.head /*head*/
{
	background-color:#1B7FA5;
	color:#fff;
	font-weight:bold;
	height:30px;
}
.list_users tr.even /*par*/
{
	background-color:#F4F4F4;
}
.list_users tr.odd /*impar*/
{
	background-color:#F9F9F9;
}
.table_entity
{
	width:100%;
}
.table_entity td{
	padding-top:1px;
	padding-bottom:1px;
}
.div_title_page{
	width:100%;
	padding-top:5px;
	font-size:16px;
	color:#000000;
	border-bottom:solid 1px #0E82E5;
	font-weight:bold;
}
.div_separador_pie
{
	height:20px;
}
/*FORM INPUT CLASSES*/
.input_text
{
	font-size:12px;
	color: #333333;
	width:310px;
	/*border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;*/
	margin-top:1px;
	margin-bottom:1px;
}
.input_text_short
{
	font-size:12px;
	color: #333333;
	width:100px;
	/*border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;*/
	margin-top:1px;
	margin-bottom:1px;
}
.input_text_very_short
{
	font-size:12px;
	color: #333333;
	width:20px;
	/*border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;*/
	margin-top:1px;
	margin-bottom:1px;
}

.input_radio
{
	color:#666666;
}

.input_submit{
	width:92px;
	height:24px;
	background-image:url(../assets/publications/button_form.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	border:0;
	padding-bottom:2px;
	cursor:pointer;
}
.textarea
{
	font-size:12px;
	color: #333333;
	width:310px;
	height:210px;
	/*border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;*/
}
.textarea_small
{
	font-size:12px;
	color: #333333;
	width:310px;
	height:110px;
	/*border-style:solid;
	border-width:1px;
	border-color:#f0f0f0;*/
}
.text_wait
{
	font-size:12px;
	color:#666666;
	line-height:19px;
}

.text_list_values
{
	font-size:13px;
	color:#000000;
	line-height:21px;
}

.text_list_insert
{
	text-transform:uppercase;
	color:#000000;
	background-color:#fff;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:21px;
	text-decoration:none;
	border:solid 1px #F46200;
	font-weight:bold;
}
.text_alert{
	color:#990000;
}

/*FORM CLASSES*/
.attribute_normal
{
	/*font-size:11px;
	color:#36ADD8;
	font-weight:bold;*/
	color:#1B6A89;
	font-size:13px;
	letter-spacing:1px;
}
.text_normal
{
	font-size:11px;
	color:#666666;
}
.text_normal_big
{
	font-size:12px;
	color:#666666;
}
.language_title
{
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.div_insert
{
	clear:both;
	float:left;
	margin-bottom:1px;
}
.text_insert{
	color:#009900;
	background-color:#fff;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:23px;
	text-decoration:none;
	font-weight:bold;
}

.view_link{
	font-size:12px;
	color:#1B7FA5;
	text-decoration:none;
}
.view_link:hover{
	text-decoration:underline;
}
#submenu {
	float:left;
	width:90%;
	text-align:left;
}
#submenu ul.primer_nivel{
	list-style-type:none;
	padding:0px 0px 8px 0px ;
	margin:0;
	border-bottom:dotted 1px #ccc;
}
#submenu ul.primer_nivel li{
	padding-top:8px;
	padding-bottom:1px;
	padding-left:5px;
	background-image:url(assets/linea_naranja.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#submenu ul.primer_nivel li a{
	color:#1B6A89;
	text-decoration:none;
	font-weight:bold;
}
#submenu ul.primer_nivel li a:hover{
	text-decoration:underline;
}
#submenu ul.primer_nivel li.subapartadoActual a{
	text-decoration:underline;
}
#submenu ul.segundo_nivel{
	list-style-type:none;
	padding:0;
	margin:0;
}
#submenu ul.segundo_nivel li{
	margin:0;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:5px;
	background-image:url(assets/linea_naranja.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#submenu ul.segundo_nivel li a{
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
#submenu ul.segundo_nivel li a:hover{
	color:#1B6A89;
	text-decoration:none;
}
#submenu ul.segundo_nivel li.subapartadoActual a{
	color:#1B6A89;
	text-decoration:underline;
}
#div_login_page{
	width:205px;
	height:286px;
	margin:0 auto;
	background-image:url(../assets/publications/bg_login.jpg);
	background-repeat:no-repeat;
	margin-top:50px;
	text-align:left;
}
.txt_login{
	color:#666;
	font-size:13px;
}
.title_form_login{
	color:#1B6A89;
	font-size:18px;
	border-bottom:solid 1px #fff;
	padding-bottom:10px;
}
.boton_form_login{
	width:45px;
	height:18px;
	background-image:url(../assets/publications/button_login_form.jpg);
	color:#fff;
	border:0;
	font-size:11px;
	text-align:center;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
}

.enlace_normal_azul{
	color:#1B7FA5;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.enlace_normal_azul:hover{
	text-decoration:underline;
}
.enlace_min{
	font-size:9px;
	color:#4E4E4E;
}
.enlace_min:hover{
	text-decoration:underline;
}
.enlace_min_azul{
	color:#1B7FA5;
	font-size:9px;
}
.enlace_min_azul:hover{
	text-decoration:underline;
}
.boton_enlace{
	width:158px;
	height:23px;
	background-image:url(assets/publications/button_submit_max.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
}
.boton_enlace a{
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
.boton_enlace a:hover{
	text-decoration:none;
}

.boton_enlace_min{
	width:92px;
	height:25px;
	background-image:url(assets/publications/button_edit.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:1px;
}
.boton_enlace_min a{
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
.boton_enlace_min a:hover{
	text-decoration:none;
}

.tabla_organizaciones{
	text-align:left;
	background:#f0f0f0;
	color:#666;
	border-bottom:solid 1px #ccc;
	padding:10px;
}
.item_organizaciones{
	color:#1B7FA5;
	font-size:11px;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	padding-bottom:3px;
}
.item_organizaciones_2{
	padding-top:5px;
}
.table_user{
	text-align:left;
}
.table_user td.colum_left{
	text-align:right;
	padding-right:5px;
}

.table_contact{
	text-align:left;
}
.table_contact td.colum_left{
	text-align:right;
	padding-right:5px;
}
.table_document{
	text-align:left;
}
.table_document td.colum_left{
	text-align:right;
	padding-right:5px;
}
.table_document_bottom{
	text-align:center;
}


/*ESTILO FORMULARIO*/
.form_container{
	width:auto;
	float:left;
	background-color:#f3f3f3;
	margin-top:10px;

}
.border_top_left{
	width:27px;
	height:25px;
	float:left;
	background-image:url(../assets/publications/left_sup.jpg);
	background-repeat:no-repeat;
}
.horizontal_top{
	height:25px;
	background-image:url(../assets/publications/horizontal_sup.jpg);
	background-repeat:repeat-x;
	float:none;
	clear:none;
}
.border_top_right{
	width:27px;
	height:25px;
	float:right;
	background-image:url(../assets/publications/right_sup.jpg);
	background-repeat:no-repeat;
	clear:right;
}


.center_right{
	width:100%;
	min-height:100px;
	background-image:url(../assets/publications/vertical_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	float:right;
	clear:both;
}

.center_left{
	width:551px;
	height:100%;
	float:left;
	background-image:url(../assets/publications/vertical_left.jpg);
	background-repeat:repeat-y;
	clear:none;
	padding-left:25px;
	padding-right:25px;
}

.horizontal_down{
	height:33px;
	background-image:url(../assets/publications/horizontal_down.jpg);
	background-repeat:repeat-x;
	clear:both;
}
.border_down_left{
	width:27px;
	height:33px;
	float:left;
	background-image:url(../assets/publications/left_down.jpg);
	background-repeat:no-repeat;
	clear:both;
}
.border_down_right{
	width:27px;
	height:33px;
	float:right;
	background-image:url(../assets/publications/right_down.jpg);
	background-repeat:no-repeat;
}

/*ESTILO FORMULARIO*/

.input_text_users{
	width:215px;
}
.input_text_links{
	width:230px;
}
.add_item_element
{
	color:#0099CC;
	font-weight:bold;
	cursor:pointer;
	float:left;
	padding:2px;
}
.div_loading
{
	/*display:none;*/
	text-align:center; padding-top:20px;
}
.div_loading_small
{
	display:none;
	padding-top:1px;
	padding-bottom:1px;
}


