html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #fff;	
	background: #3A3A3A url(../img/back-total.gif) repeat-x;
}

h1 {
	float: none;
	clear: both;
	width: 475px;
	height: 24px;
	_height: 27px;
	background: url(../img/back-titulo-h1.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 7px 0 0 15px;
	_padding: 2px 0 0 15px;
	margin: 0 0 0 35px;
	}

h1 img {
	vertical-align: middle;
	padding: 0 0 0 5px;
	}

h3 {
	font-size: 1.1em;
	}

h4 {
	font-size: 1.1em;
	color: #D1D1D1;
	border-bottom: 1px solid #cfcfcf;
	margin: 0;
	padding: 0;
	}

h5 {
	margin: 0;
	padding: 0;
	}

a {
	color: #fff;	
	text-decoration: none;
	}

a:hover {
	color: #ccc;
	}

form {
	margin: 0;
	padding: 0;
	}

table, div, img {
	border: none;
	border-collapse: collapse;
	}

/*** LAYERS ***/

#total {
	width: 770px;
	margin: 0 auto;
	}

#top {
	float: left;
	clear: both;
	background: url(../img/back-top.jpg) no-repeat;
	}

#total_content {
	float: left;
	background: url(../img/back-main.jpg) repeat-y;
	}

#main {
	float: left;
	clear: both;
	width: 100%;
	background: url(../img/back-top.jpg) no-repeat top;
	min-height: 200px;
	_height: 200px;
	}

#col-lateral {
	float: left;
	vertical-align: top;
	width: 532px;
	}

#col-derecha {
	float: right;
	vertical-align: top;
	width: 238px;
	}

#pie {
	float: none;
	clear: both;
	width: 770px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-top: 1px solid #555;
	}

/*** CONTENIDOS ***/

#contenido {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 5px 15px 0;
	}

#texto-central {
	float: left;
	clear: both;
	width: 490px;
	margin: 5px 10px 10px 35px;
	}

#contenido p {
	margin-top: 0;
	}

.lista-precios {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
	}

#paginacion {
	float: none;
	clear: both;
	width: 490px;
	padding: 10px 0;
	text-align: center;
	}

#paginacion a {
	background: #000;
	padding: 4px 6px;
	}

#paginacion .pagina {
	font-weight: bold;
	background: #777;
	padding: 4px 6px;
	font-size: 1.2em;
	}

.volver {
	float: none;
	clear: both;
	text-align: right;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#texto_pie {
	float: none;
	clear: both;
	text-align: center;
	margin: 7px 0;
	padding: 7px;
	}

.separador {
	clear: both;
	height: 15px;
	}

.aviso {
	float: none;
	clear: both;
	padding: 8px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	margin-top:10px;
	color: #333;
	}

.inputsubmit {
	background: #696969;
	border: 1px solid #4E4E4E;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	}

.inputbox {
	border: 1px solid #5B5B5B;
	background-color: #c2c2c2;
	color: #000;
	padding: 5px;
	}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #5B5B5B;
	background-color: #c2c2c2;
	color: #000;
	padding: 5px;
	}

#funciones_paginas {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	_margin-right: 5px;
	}

#funciones_paginas ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#funciones_paginas ul li {
	display: inline;
	padding: 0 5px;
	}

#funciones_paginas img {
	vertical-align: middle;
	margin-right: 4px;
	_margin-right: 2px;
	}

/*** IMAGENES ***/

#img_bnn_logo {
	float: left;
	padding-left: 35px;
	}

#img_bnn_central {
	float: none;
	clear: both;
	width: 490px;
	padding: 0 0 0 35px;
}

#img_bnn_top {
	height: 65px;
	padding-left: 5px;
	}

#img_bnn_derecho {
	float: none;
	clear: both;
	margin-top: 10px;
	padding-left: 7px;
	}

.img_bnn_derecho_registro {
	float: none;
	clear: both;
	margin-bottom: 10px;
	}

.imagen-izquierda {
	float: left;
	padding: 4px;
	border: 1px solid #555;
	margin: 0 10px 0 0;
	}

#logo-rendo {
	float: none;
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	}

/*** MENUS ***/

/*** MENU SUPERIOR ***/

.menu_top {
	float: right;
	margin: 25px 10px 0 0;
	padding: 0;
	}

.menu_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

.menu_top li {
	float: left;
	margin: 0 0 0 10px;
	}

.imagen_top {
	float: left;
	margin: 0 6px 0 0;
	}

/*** MENU PRINCIPAL ***/

.menu_principal {
	float: left;
	clear: both;
	width: 490px;
	padding: 3px 0 0 35px;
	margin-bottom: 10px;
	}

.menu_principal ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	}

.menu_principal li {
	display: inline;
	float: left;
	margin: 0;
	}

.menu_principal li a {
	display: block;
	width: 96px;
	height: 25px;
	_height: 25px;
	background: url(../img/back-btn.jpg) no-repeat;
	text-transform: uppercase;
	text-align: center;
	padding-left: 2px;
	padding-top: 10px;
	}

.menu_principal li a:hover {
	background: url(../img/back-btn-on.jpg) no-repeat;
	}

/*** MENU PIE ***/

.menu_pie {
	float: none;
	clear: both;
	margin: 13px 0 3px 0;
	text-align: center;
	}

.menu_pie ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.menu_pie li {
	display: inline;
	padding: 0 8px;
	}

/*** PRODUCTOS ***/

.menu_productos {
	text-align: center;
	margin-left: 35px;
	margin-bottom: 20px;
	_margin: 0;
	}

.menu_productos ul {
	padding: 0;
	list-style: none;
	}

.menu_productos li {
	display: inline;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 2px;
	}

.menu_productos li a {
	background: #7a7272 url(../img/flecha-productos.gif) no-repeat 3px 4px;
	padding: 4px 15px 4px 20px;
	color: #FFF;
	text-decoration: none;
	}

.menu_productos li a:hover {
	background-color: #222;
	}

.menu_productos li a.active {
	background-color: #222;
	}

/*** SERVICIOS ***/

.menu_servicios {
	float: left;
	clear: both;
	margin: 10px 0 0 35px;
	padding: 0;
	}

.menu_servicios ul {
	width: 490px;
	height: 135px;
	margin: 0;
	padding: 9px 0 0 0;
	list-style: none;
	background: url(../img/back-submenu.gif) repeat-x;
	font-size: 12px;
	}

.menu_servicios li {
	float: left;
	text-transform: uppercase;
	text-align: center;
	padding: 0 12px 0 0;
	}

.menu_servicios li a {
	width: 155px;
	height: 135px;
	}

.titulo_servicios {
	display: block;
	width: 125px;
	height: 35px;
	margin: 9px 0 0 0;
	padding: 5px 22px 0 8px;
	background: url(../img/back-btn-submenu.jpg) no-repeat;
	cursor: pointer;
	}

/*** ESCENARIOS ***/

.menu_escenarios {
	margin: 0 0 0 35px;
	padding: 0;
	}

.menu_escenarios ul {
	width: 490px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.menu_escenarios li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 16px 15px 0;
	}

.menu_escenarios li a {
	width: 110px;
	}

.imagen_escenarios {
	border-bottom: 12px solid #222;
	}

.titulo_escenarios {
	background: #7a7272 url(../img/flecha-productos.gif) no-repeat 3px 4px;
	display: block;
	width: 110px;
	margin: 0;
	padding: 4px 0 4px 0;
	cursor: pointer;
	}

.titulo_escenarios_active {
	background: #999 url(../img/flecha-productos.gif) no-repeat 3px 4px;
	display: block;
	width: 110px;
	margin: 0;
	padding: 4px 0 4px 0;
	cursor: pointer;
	}

/*** SUBMENU ***/

.menu_sub {
	float: left;
	clear: both;
	width: 484px;
	margin-left: 35px;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #333;
	border-bottom: 1px solid #000;
	font-size: 14px;
	}

.menu_sub ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.menu_sub h5 {
	background-color: #000;
	padding: 4px;
	font-size: 14px;
	}

.menu_sub li {
	float: left;
	width: 232px;
	height: 22px;
	padding: 1px 0 0 10px;
	background: url(../img/back-btn-submenu2.jpg) no-repeat;
	margin-top: 6px;
	}

.menu_sub li a {
	color: #FFF;
	}

.menu_sub li a:hover {
	color: #ddd;
	}

.menu_sub li a.active {
	font-weight: bold;
	}

/*** SUBMENU 2 ***/

.menu_sub2 {
	float: left;
	clear: both;
	width: 484px;
	margin-left: 35px;
	margin-top: 5px;
	padding: 3px;
	background-color: #333;
	border-bottom: 1px solid #000;
	}

.menu_sub2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.menu_sub2 li {
	float: left;
	padding: 0 4px 0 0;
	}

.menu_sub2 li a {
	background: url(../img/flecha-productos.gif) no-repeat 3px 4px;
	padding: 4px 15px;
	color: #FFF;
	}

.menu_sub2 li a:hover {
	color: #ddd;
	}

.menu_sub2 li a.active {
	font-weight: bold;
	}

/*** ESCENARIOS ***/

.articulos_portfolio {
	margin: 10px 0 0 10px;
	padding: 0;
	}

.articulos_portfolio_registro {
	float: left;
	text-align: center;
	padding: 0 10px 0 0;
	margin-bottom: 8px;
	}

.articulos_portfolio_imagen {
	width: 230px;
	border-bottom: 8px solid #222;
	}

.articulos_portfolio_titulo {
	background: #7a7272;
	display: block;
	width: 230px;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 0;
	}

.articulos_portfolio_resumen {
	background-color: #AAA4A4;
	display: block;
	width: 220px;
	height: 40px;
	margin: 0;
	padding: 4px 5px;
	}

/*** MODULOS ***/

/*** SUSCRIPCIÓN NEWSLETTER ***/

#newsletter_suscripcion {
	margin: 5px 5px 15px 35px;
	}

#panel_newsletter {
	width: 200px;
	height: 92px;
	margin: 30px 0 40px 5px;
	_margin: 30px 0 39px 5px;
	padding: 50px 0 0 0;
	background: url(../img/back-news.gif) no-repeat;
	}

#panel_newsletter .campo {
	width: 200px;
	height: 15px;
	padding: 10px 0 0 0;
	}

#panel_newsletter .etiqueta {
	float: left;
	width: 55px;
	font-size: 0.9em;
	text-align: right;
	padding: 0 2px 0 5px;
	}

#panel_newsletter .inputbox {
	width: 115px;
	padding: 0;
	background: url(../img/back-news-campo.gif) no-repeat;
	color: #000;
	padding: 1px;
	font-size: 0.9em;
	}

#panel_newsletter .botones {
	width: 200px;
	margin-top: 20px;
	_margin-top: 13px;
	text-align: left;
	}

#panel_newsletter .inputsubmit {
	background-color: #313131;
	border: none;
	cursor: pointer;
	}

#panel_newsletter a {
	color: #444;
}

#panel_newsletter a:hover {
	color: #6A6A6A;
}

/*** ARTICULOS ***/

.panel_articulos h5 {
	height: 45px;
	margin: 0 0 0 7px;
	background: #999 url(../img/back-modulo.jpg) no-repeat center;
	text-align: center;
	padding: 25px 10px 0 0;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	}

.panel_articulos {
	display: block;
	width: 180px;
	margin: 0 0 10px 7px;
	background-color: #999;
	padding: 5px 10px 15px 10px;
	}

.panel_articulos_fecha {
	color: #000;
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #000;
	}

.panel_articulos_titulo {
	display: block;
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0;
	}

.panel_articulos_titulo a {
	color: #000;
	}

.panel_articulos_resumen {
	margin: 5px 0;
	}

.panel_articulos_leermas {
	float: none;
	clear: both;
	text-align: right;
	margin: 6px 0;
	}

.panel_articulos_todos {
	margin: 15px 0 5px 0;
	}

/*** LISTADO DE ARTICULOS ***/

.articulos_registro {
	float: left;
	width: 210px;
	height: 160px;
	margin: 0 0 0 7px;
	border: 1px dashed #666;
	padding: 5px 10px 15px 10px;
	}

.articulos_fecha, .articulos_detalle_fecha {
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #666;
	}

.articulos_titulo, .articulos_detalle_titulo {
	display: block;
	color: #ddd;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0;
	}

.articulos_titulo a {
	color: #ddd;
	}

.articulos_resumen, .articulos_detalle_resumen {
	margin: 5px 0;
	}

.articulos_leermas {
	float: none;
	clear: both;
	text-align: right;
	margin: 6px 0;
	}

/*** PRODUCTOS ***/

.productos_registro {
	display: inline;
	float: left;
	width: 230px;
	height: 165px;
	background-color: #efefef;
	margin: 0 4px 8px 8px;
	text-align: center;
	vertical-align: middle;
	}

.productos_fecha {
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #666;
	}

.productos_titulo {
	display: block;
	color: #ddd;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0;
	}

.productos_titulo a {
	color: #ddd;
	}

.productos_resumen {
	margin: 5px 0;
	}

.productos_leermas {
	float: none;
	clear: both;
	text-align: right;
	margin: 6px 0;
	}

.productos_leermas a {
	}

.productos_detalle_fecha {
	color: #aaa;
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #aaa;
	}

.productos_detalle_titulo {
	display: block;
	color: #ddd;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 1px;
	margin: 5px 0;
	}

.productos_detalle_resumen {
	margin: 5px 0;
	color: #aaa;
	letter-spacing: 1px;
	}

/*** CONTACTO ***/

#contactos, #enviar_pagina {
	width: 80%;
	margin: 0 auto;
	}

#contactos .campo, #enviar_pagina .campo {
	float: left;
	width: 420px;
	background-color: #4E4E4E;
	margin: 0 0 3px 0;
	padding: 4px;
	}

#contactos .etiqueta, #enviar_pagina .etiqueta {
	float: left;
	width: 130px;
	text-align: right;
	margin: 5px 5px 0 0;
	font-size: 12px;
	}

#contactos .area_edicion, #enviar_pagina .area_edicion {
	float: left;
	width: 265px;
	}

#contactos .botones, #enviar_pagina .botones {
	text-align: center;
	}

/*** GALERIA DE IMÁGENES ***/

#galeria_img {
	float: left;
	clear: both;
	width: 490px;
	margin-left: 35px;
	margin-bottom: 20px;
	}

#galeria_img h5 {
	padding: 2px 5px 2px 18px;
	margin-bottom: 5px;
	background: #5D5D5D url(../img/flecha-productos.gif) no-repeat 2px 2px;
	}

.contenedor {
	float: left;
	width: 120px;
	height: 105px;
	margin-right: 2px;
	background: url(../img/back-galeria.jpg) no-repeat;
	text-align: center;
	padding-top: 5px;
	}
