/*
	rojo abdynet: #c00000;
	azul abdynet: #0070c0;
	naranja abdynet: #f78143;
*/
/* general */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:12px;
}
strong, b { /* PENDIENTE averiguar porque el tag por si sólo no funciona */
	color:#444;
	font-weight:bold;
}
a:link, a:visited {
	/*color:#000;*/
	color:inherit;
	text-decoration:none;
}
a:hover, a:active {
	/*color:#555;*/
	color:#f78143;
}
h1, h2, h3, h4, h5, h6 {
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
.rounded {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.top_rounded {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.left_rounded {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}
.right_rounded {
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
}

.a_left {
	margin:0 5px 0 0;
	text-align:left;
}
.a_right {
	margin:0 5px 0 0;
	text-align:right;
}
.va_mid {
	vertical-align:middle;
}
.margin_r_20 {
	margin-right:20px;
}
.margin_b_10{margin-bottom: 10px;}
.hidden {
	display:none !important;
}
.hidden_1 {
	display:none;
}
.lh-20{
	line-height: 20px;
}
a.btn_grey {
	display:inline-block;
	height:16px;
	margin:3px 5px 0 0;
	font-size:11px;
}
/* form elements */
input, textarea, select, textarea#txt_definicion {
	border:1px solid #D5D5D5;
	padding:5px;
	margin:3px 5px 0 0;
	color:#555;
}
input:focus, textarea:focus, select:focus {
	border:1px solid #faad84;
}
input.alert {
	border:1px solid #f00;
}

label { /* PENDIENTE cambiar estilo de etiquetas a .lbl_s */
	display:inline-block;
	width:80px;
	font-size:12px;
}
select.sel_filter {
	font-size:12px;
	margin:0;
	padding:0;
	max-width:200px;
}
.lbl_ss {
	width:50px;
}
.lbl_s {
	width:80px;
}
.lbl_sm {
	width:100px;
}
.lbl_m {
	width:140px;
}
.lbl_b {
	width:160px;
}
.lbl_eb {
	width:200px;
}
.lbl_ex {
	width:250px;
}
.lbl_ex2 {
	width:300px;
}
.lbl_exx {
	width:600px;
}
.inp_ss {
	width:40px;
}
.inp_s {
	width:120px;
}
.inp_m {
	width:240px;
}
.inp_b {
	width:320px;
}
.inp_ex {
	width:650px;
}
.btn_grey_blue {
	display:block;
	height:30px;
	background:#d0d0d0 url('../img/admin/bg_button_grey_blue.jpg') 0 0 repeat-x;
	border:1px solid #989898;
	padding:5px 10px 5px 10px;
	color:#000;
	font-size:11px;
	cursor:pointer;
}
.btn_grey_blue:hover {
	background-position:0 -30px;
	border:1px solid #1475bc;
}
.btn_grey {
	display:block;
	height:22px;
	padding:3px 8px 3px 8px !important;
	line-height:17px;
	background:#d0d0d0 url('../img/admin/bg_button_grey.jpg') 0 center repeat-x;
	color:#000;
	font-size:11px;
	cursor:pointer;
}
.btn_grey:hover {
	color:#555;
	background-position:0 -20px;
}
.btn_delete, .btn_edit, .btn_lock, .btn_unlock, .btn_link, .btn_activo_verde, .btn_activo_teja, .btn_unlink, 
.btn_delete_disabled, .btn_edit_disabled, .btn_lock_disabled, .btn_unlock_disabled, .btn_unlink_disabled, 
.btn_link_disabled, .btn_refresh, .btn_refresh_disabled, .btn_mas,.btn_menos,.btn_clone, .btn_repair, .btn_dolar, .btn_search{
	width:20px;
	height:20px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
a.btn_print{
	width:32px;
	height:32px;
	margin-top:4px;
	padding:0;
	border:0;
	display: block;
	background:transparent url('../img/admin/printer.png') center center no-repeat;
}
a.btn_search{
	width:20px;
	height:20px;
	margin-top:4px;
	padding:0;
	border:0;
	display: block;
	float: right;
	background:transparent url('../img/admin/lupa.png') center center no-repeat;
}
.btn-user{
	width:25px;
	height:25px;
	padding:0;
	border:0;
	cursor:pointer;
	background:transparent url('../img/admin/user.png') center center no-repeat;
}
.btn_delete {
	background:transparent url('../img/admin/icon_cross.png') center center no-repeat;
}
.btn_dolar {
	background:transparent url('../img/admin/dolar.png') center center no-repeat;
}
.btn_repair {
	background:transparent url('../img/admin/tool.png') center center no-repeat;
}
.btn_delete_disabled {
	background:transparent url('../img/admin/icon_cross_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_refresh {
	background:transparent url('../img/admin/icon_refresh.png') center center no-repeat;
}
.btn_refresh_disabled {
	background:transparent url('../img/admin/icon_refresh_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_edit {
	background:transparent url('../img/admin/icon_pencil.png') center center no-repeat;
}
.btn_edit_disabled {
	background:transparent url('../img/admin/icon_pencil_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_lock {
	background:transparent url('../img/admin/lock.png') center center no-repeat;
}
.btn_lock_disabled {
	background:transparent url('../img/admin/lock_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_unlock {
	background:transparent url('../img/admin/unlock.png') center center no-repeat;
}
.btn_unlock_disabled {
	background:transparent url('../img/admin/unlock_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_link {
	background:transparent url('../img/admin/link.png') center center no-repeat;
}
.btn_link_disabled {
	background:transparent url('../img/admin/link_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_estrella{
	background:transparent url('../img/admin/icon_star.png') center center no-repeat;
}
.btn_estrella_disabled {
	background:transparent url('../img/admin/icon_star_red.png') center center no-repeat;
	cursor:auto;
}
.btn_clone {
	background:transparent url('../img/admin/clone.png') center center no-repeat;
}

.btn_estrella,.btn_estrella_disabled{
	width:12px;
	height:12px;
	margin-right:3px;
	padding:0;
	border:0;
	cursor:pointer;
}
.btn_unlink {
	background:transparent url('../img/admin/unlink.png') center center no-repeat;
}
.btn_unlink_disabled {
	background:transparent url('../img/admin/link_disabled.png') center center no-repeat;
	cursor:auto;
}
.btn_activo_verde {
	background:transparent url('../img/admin/star_green.png') center center no-repeat;
}
.btn_activo_teja {
	background:transparent url('../img/admin/star_red.png') center center no-repeat;
}
.btn_mas {
	width:16px;
	height:16px;
	margin: 5px 5px 0 0;
	background:transparent url('../img/admin/mas.png') center center no-repeat;
}
.btn_menos {
	width:16px;
	height:16px;
	margin: 5px 5px 0 0;
	background:transparent url('../img/admin/menos.png') center center no-repeat;
}
/* /form elements */
/* /general */
/* layout */
header {
	height:120px;
	margin:0 0 15px 0;
	border-bottom:2px solid #0070c0;
}
.div_sort_arrows {
	display:inline-block;
}
/* header */
#img_logo_abdynet {
	margin:5px 0 0 5px;
}
#div_login, #div_logged {
	margin:5px 0 0 0;
}
#div_logged {
	margin:69px 0 0 0;
}
#div_recover {
	margin:35px 0 0 0;
}
/* /header */
/* titulos */
.titulo_principal{
	font-size:18px;
	font-weight:bold;
	color:#005F8B;
	vertical-align:bottom;
	line-height:2;
	text-align: center;
	
}
/* menu principal */
a.lnk_main_level_1:link, a.lnk_main_level_1:visited {
	display:block;
	width:160px;
	height:30px;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	color:#c00000;
	font-weight:bold;
	text-align:right;
	line-height:30px;
	background:transparent url('../img/admin/bg_main_nav.jpg') no-repeat 0 0;
}
a.lnk_main_level_1:hover, a.lnk_main_level_1:active, #nav_ul li a.current {
	background-position:-170px 0;
}
a.lnk_main_level_1 .active {
	background-position:-170px 0;
}
a.lnk_main_level_2:link, a.lnk_main_level_2:visited {
	display:block;
	width:155px;
	height:25px;
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	color:#0070c0;
	text-align:right;
	line-height:25px;
	background:transparent;
}
a.lnk_main_level_2:hover, a.lnk_main_level_2:active, #nav_ul ul li a.current {
	background:transparent url('../img/admin/arrow_main_nav.jpg') no-repeat 160px 8px;
}
a.lnk_main_level_2 .active {
	background:transparent url('../img/admin/arrow_main_nav.jpg') no-repeat 160px 8px;
}
/* /menu principal */
/* categorias */
.div_tab_header {
	height:40px;
	padding:0 10px 0 10px;
	background:transparent url('../img/admin/bg_header_grey.gif') 0 center repeat-x;
}
.div_tab_header h3 {
	line-height:40px
}
.div_tab_header_sub {
	height:30px;
	padding:0 10px 0 10px;
	background:transparent url('../img/admin/bg_header_sub_grey.gif') 0 center repeat-x;
	line-height:30px;
}

p.lnk_tabs {
	display:inline-block;
	height:25px;
	margin:13px 0 0 5px;
	padding:0 10px;
	border:1px solid transparent;
	line-height:28px;
}
a.lnk_tabs:link, a.lnk_tabs:visited {
	display:inline-block;
	height:25px;
	margin:13px 0 0 5px;
	padding:0 10px;
	border:1px solid transparent;
	line-height:28px;
}
a.lnk_tabs:hover, a.lnk_tabs:active {
	background:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #fff;
	border-right:1px solid #ccc;
}
.div_tab_header_sub a.lnk_tabs {
	margin-top:4px;
}
.active {
	background:#fff;
	border-top:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
	border-bottom:1px solid #fff !important;
	border-right:1px solid #ccc !important;
}
#div_tab_filter {
	margin-bottom:15px;
}
.div_tab_cont, .div_tab_cont_sub {
	padding:15px;
}
/* /categorias */

/* Autor*/
#div_autor{
	position:absolute;
	margin: -45px 0 0 750px;
	font-size:12px;
	font-weight:bold;
	color:#005F8B;
}
#div_autor select{
	color:#c00000;
}
/*
	rojo abdynet: #c00000;
	azul abdynet: #0070c0;
	naranja abdynet: #f78143;
*/
/* /layout */
/* notifications */
.div_notification {
	height:28px;
	margin:5px 0 10px 0;
	padding:5px;
	border:1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 12px;
}
.div_notification p {
	padding:0 0 0 25px;
	line-height:30px;
}
.txt_notification {
	height:16px;
	padding:0 0 0 30px;
	font-size:10px;
	line-height:16px;
}
p.attention{
	background:transparent url('../img/admin/icon_exclamation.png') 10px 0 no-repeat;
	color:#b09e36;
}
div.attention {
	background:#FFFBCC url('../img/admin/icon_exclamation.png') 10px 11px no-repeat;
	border-color:#E6DB55;
	color:#666452;
}
p.information {
	background:transparent url('../img/admin/icon_information.png') 10px 0 no-repeat;
	color:#2a50be;
}
div.information {
	background:#DBE3FF url('../img/admin/icon_information.png');
	border-color:#A2B4EE;
	color:#585B66;
}
p.success {
	background:transparent url('../img/admin/icon_tick_circle.png') 10px 0 no-repeat;
	color:#11be22;
}
div.success {
	background:#D5FFCE url('../img/admin/icon_tick_circle.png');
	border-color:#9ADF8F;
	color:#556652;
}
p.error {
	background:transparent url('../img/admin/icon_cross_circle.png') 10px 0 no-repeat;	
	color:#d11111;
}
div.error {
	background:#FFCECE url('../img/admin/icon_cross_circle.png');
	border-color: #DF8F8F;
	color:#665252;
}
a.lnk_x_s {
	display:inline;
}
/* /notifications */
/*TAXONOMIA - Arbol*/
.arbol{
	margin-top:20px;
}
.espacio{
	width:100%;
	height:15px;
}
.input_abreviatura{
	width:70px;
	text-transform: uppercase;
}
.td_mod_borr{
	width:60px;
	text-align:center;
}
.tx_left{
	text-align:left;
}

.tx_center{
	text-align:center;
}
.hr_azul{
	border-color:#0070c0;
}
.hr_azul2{border-color: #005F8B}

.li_ordenar {
	padding:5px;
	}
	/* listas */

	
	
#listaOrden { 
	list-style-type:none;
	
}
#listaOrden li { 
	margin: 3px 3px 3px 0; 
	padding: 1px 5px; 
	float: left; 
	height: 30px;  
	text-align: center; 
	border: 1px solid #0070c0;
	vertical-align:middle;
	line-height:30px;
	white-space: nowrap;
	
	
	/*background-color:#f78143;*/
}

	
	.inline {
	display:-moz-inline-box; /* para FF<3 */
	-moz-box-orient:horizontal; /* para FF<3 */
	display:inline-block; /* para IE <8 resetear a display:inline; con comentario condicional */
	vertical-align:top;
}
.bold{
	font-weight:bold;
}
.autor{
	font-style:italic;
	font-size:11px;
}

.verde{
	color:#00402D;
}
.teja{
	color:#660000;
	
}


#taxons_bd_results{
	
	
	line-height:15px;
	
}
#taxon_nombre, #taxon_error {

	/*up right down left*/
	margin: 0px 10px 0px 10px; 
}
#div_tab_1_maika td{
	vertical-align:middle;
	padding: 2px; 
}
#taxon_nombre,#taxon_cientificos,#taxon_comunes, #taxon_error td{
	padding: 3px; 
	vertical-align:text-top;
}

#taxon_cientificos,#taxon_comunes  {
	margin: 0px 10px 0px 10px; 
}
.listas_taxon_cient_comun{
	line-height:15px;
}
.listas_taxon_cient_comun td tr table{
	padding: 3px; 
}


a.nombres_elementos:link, a.nombres_elementos:visited {
	color:inherit;
	
}
a.nombres_elementos:hover, a.nombres_elementos:active {
	/*color:#555;*/
	color:#f78143;
}
.scroll{
	overflow:auto;
}
#div_foto_autor{
	width:122px;
	height:122px;
	border:thin  #D1D1D1 solid;
	margin:10px 15px 0 0;
}
#btn_edit_foto{
	position:absolute;
	margin: 90px 0 0 142px;
}
#btn_del_foto{
	position:absolute;
	margin: 90px 0 0 285px;
}

#fs_nombre_archivo{
	margin: 25px 0 0 0;
}
.img_foto_autor{
	margin:1px;
}
label.alert{
	color:#c00000;
}
textarea.alert{
	border-color:#c00000;
}
.asterisco{
	color:#c00000;
	font-size:18px;
	margin-right:3px;
	font-weight:bold;
}
/*
	rojo abdynet: #c00000;
	azul abdynet: #0070c0;
	naranja abdynet: #f78143;
*/
.col_fotografos{
	float:left;
	min-width:165px;
	margin-right:20px;
}

.col_editar_borrar_titulos{
	float:left;
	width:20px;
	margin-top:15px;
	margin-right:20px;
}
.col_editar_borrar{
	float:left;
	width:20px;
	margin-right:20px;
	
}
.col_cont_fotografos{
	width:250px;
}

.col_cont_imagenes{
	width:100px;
}
.m_t_15{
	line-height:20px;
	
}
.col_add_fotografo{
	width:250px;
}
.col_imagenes {
	width:920px;
}
.contenedor_thumb{
	width:108px;
	height:108px;
	border: thin  #D1D1D1 solid;
	
}
.contenedor_thumb2{
	width:108px;
	height:108px;
}
.contenedor_thumb3{
	width:158px;
	height:92px;
	margin-top: 15px;
	border: thin  #D1D1D1 solid;
	
}
.img_thumb{
	margin:4px;
	width: 100px;
	height: 100px;
}
.grid_img{
	width:auto;
	height:160px;
	float:left;
	margin:10px;
	border: thin  #D1D1D1 solid;
}
	
.icono_ayuda_grande {
	background:transparent url('../img/admin/icon_ayuda_grande.png') center center no-repeat;
	margin:10px 10px 10px 0;
	width:22px;
	height:22px;
	float:left;
	z-index:10;
	cursor:pointer;
	
}
	
.icono_ayuda {
	background:transparent url('../img/admin/icon_ayuda.png') center center no-repeat;
	margin:10px;
	width:20px;
	height:20px;
	float:left;
	cursor:pointer;
}	

.azul{
	color:#2a50be;
}
.txt_ayuda {
	height:16px;
	padding:0 0 0 5px;
	
	line-height:16px;
}

.cont_ayuda {
	border: 1px solid #666;
	height:auto;
	font-size:12px;
	padding:10px;
	color:#555;
	max-width:350px;
	position:absolute;
	background-color:#FFF;
	line-height:18px;
	margin-top:-40px;
	z-index:70;
	}

.bordes_redondeados{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.btn_ayuda{
	background:transparent url('../img/admin/icon_ayuda.png') center center no-repeat;
	margin:10px 10px 0 10px;
	width:20px;
	height:20px;
	cursor:pointer;
	border:0;
	
	
}
.info_imagen_1{
	margin-left:150px;
}
.info_imagen_2{
	margin-left:200px;
}

.info_imagen_3{
	margin-left:350px;
}

.txt_no_img{
	margin:0 5px 2px 5px;
	text-align:center;
	width:98px;
	font-size: 10px;
	word-wrap:break-word;
}
.img_editar_borrar{
	float:left;
	width:20px;
	margin:0 2px 0 2px;
	
}
.cont_img_editar_borrar{
	width: 72px;
	margin: 0 auto;
	text-align: center;
}

.cols_admin{
	float:left;
	margin-right:20px;
}
.w_20{width:20px;}
.w_40{width:40px;}
.w_50{width:50px;}
.w_60{width:60px;}
.w_70{width:70px;}
.w_80{width:80px;}
.w_100{width:100px;}
.w_120{width:120px;}
.w_150{width:150px;}
.w_180{width:180px;}
.w_200{width:200px;}
.w_210{width:210px;}
.w_250{width:250px;}
.w_300{width:300px;}
.w_320{width:320px;}
.w_340{width:340px;}
.w_350{width:350px;}
.w_390{width:390px;}
.w_430{width:430px;}
.w_450{width:450px;}
.w_470{width:470px;}
.w_520{width:520px;}
.w_540{width:540px;}

.w_100_pc{width:100%;}

.h_20{height:20px;}

.m_t_30{margin-top:30px;}

.m_b_5{margin-bottom:5px;}

.m_l_60{margin-left:60px;}

.min_w_165{min-width:165px;}

.max_w_80{max-width:80px;}
.max_w_120{max-width:120px;}
.max_w_150{max-width:150px;}
.max_w_250{max-width:250px;}
.m_l_220{margin-left:220px;}

.inp_resaltado{
	border: 2px solid #f78143;
}
.naranja{
	color:#f78143;
}
.fs_11{
	font-size:11px;
}
/*.col_editar_borrar_titulos{
	float:left;
	width:20px;
	margin-top:15px;
	margin-right:20px;
}
.col_editar_borrar{
	float:left;
	width:20px;
	margin-right:20px;
	
}
.col_cont_fotografos{
	width:250px;
}*/
.text_2_lower{
	text-transform:lowercase;

}
.pictos{
	float:left; 
	width:70px;
	margin-right:10px;
	margin-top: 20px;
}
.picto{
	float:right; 
	margin-left:5px;
}
.folio{
	color:#c00000;
	margin: 0 30px 0 10px;
}
.folio1{margin-left: 320px;}
.fecha{margin-left: 299px;}

.cont-clientes{    
	padding: 5px ;
	border-color: #005F8B;
    border-bottom-style: solid;
    border-width: 2px;}


.datos_cliente{margin:5px 20px 5px 0;float:left}
.bw{
	word-wrap: break-word;
}
.bloques{padding:10px;margin:10px;line-height: 30px; float:left;}
#datos-articulo{line-height: 30px;}

#datos-articulo div{float:left; margin-left: 80px;}
.m5{ margin-left: 5px !important;}
#sel_sucursal{width:160px;}