﻿/*IMAGE REPLACEMENT*/
.image_swap, .image_swap a {
	display: block;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.image_swap a:hover { background-color: transparent !important; }
.image_swap span { display: none; }
/*BREAD CRUMB*/
.breadcrumb {
	margin: 0 0 10px 0;
	font-size: 11px;
}
.breadcrumb li { display: inline; }
.breadcrumb a {
	text-decoration: underline;
	font-weight: normal;
}
.breadcrumb a:hover {
	background-color: transparent;
	text-decoration: none;
}
/*BUTTON BACK*/
.btn_back {
	width: 100px;
	height: 15px;
	line-height: 15px;
	margin: 50px 0 0 0;
}
.btn_back a { 
	display: block;
	background-position: 0 1px !important;
	text-indent: 25px;
	text-decoration: none;
}
/*IMAGE GALLERY*/
.image_gallery {
	display: block;
	list-style: none;
	margin: 0;
	padding: 30px 0 30px 0;
}
.image_gallery li { 
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}
.image_gallery a {
	display: block;
	margin: 0 !important;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.image_gallery img {
	width: 80px;
	height: 80px;
}
.image_gallery a { color: #000000; }
.image_gallery img { border: 2px solid #c7eafb; }
/*GENERAL*/
.text_note {
	font-size: 11px;
	font-style: italic;
}
.list_basic {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 10px 30px;
}
.notification_message {	text-align: center; }
/*NAVIO: FICHA TÉCNICA*/
.ficha_tecnica {
	font-size: 10px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 10px 0;
}
.ficha_tecnica th {
	font-weight: bold;
	padding: 5px;
}
.ficha_tecnica td { padding: 1px; }
.ficha_tecnica td.left, .ficha_tecnica td.right { width: 65px; }
/*BASIC TABLE*/
.basic_table {
	font-size: 11px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 10px 0;
}
.basic_table th {
	font-weight: bold;
	padding: 5px;
}
.basic_table td { padding: 2px; }
.cell_left { text-align: left; }
.cell_right { text-align: right; }


.download_link { margin: 20px 0 10px 0; }
.download_link a, .download_btn { 
	padding: 5px 8px 5px 20px;
	font-size: 11px;	
	font-weight: normal;
	text-decoration: none;
}
.download_btn { 
	display: block;
	padding: 3px 8px 3px 20px;
}
.small_text { font-size: 11px !important; }
/*CONTENT IMAGES*/
.image_float_left, .image_float_right {
	display: block;
	border: 0;
}
.image_float_left {
	float: left;
	margin: 0 10px 10px 0;
}
.image_float_right {
	float: right;
	margin: 0 10px 10px 0;
}
/*TABLE FORMS*/
.table_form_vertical { width: 100%; }
.table_form_vertical td { padding: 2px 0; }
.table_form_vertical .button_cell {
	padding: 10px 0 0 0;
	border: 0;
}
span.error_message {
	padding: 15px 0 0 0;
	font-size: 11px;
}
.table_form_column {
	display: block;
	border: 0;
}
.table_form_column td { vertical-align: middle; padding: 0 0 5px 0; }
.table_form_column td.cell_titlegroup {
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.table_form_column td.cell_label { text-align: left; }
.table_form_column td.cell_field {  }
.table_form_column td.cell_error {
	padding: 0 0 0 5px;
	font-size: 11px;
}
/*DOWNLOAD CATÁLOGO*/
.dl_catalogo { margin: 0; }
.dl_catalogo a {
	display: block;
	width: 176px;
	padding: 160px 0 0 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.dl_catalogo a:hover { background-color: transparent; }