/**
 * html general
 */

* {
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
}

body {
	background:#000000 url(imagenes/fondo.jpg) repeat;
	margin:0px;
}

table {
	border-collapse:collapse;
	border:0px;
	margin:0px;
	padding:0px;
}

/**
 * Idioma
 */

#idioma {
	height:400px;
	width:600px;
	margin-top:100px;
	padding-top:100px;
}
#idioma a{
	background-color:#666666;
	color:#e7e7e7;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:10px;
	border:1px solid #e7e7e7;
	width:100px;
}
#idioma a:hover{
	background-color:#cccccc;
	color:#666666;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:10px;
	border:1px solid #666666;
	width:100px;
}

/**
 * Index Idioma
 */

#index_idioma {
	color:#666666;
	float:right;
}
#index_idioma a{
	color:#666666;
	font-family:arial,helvetica,sans-serif;
	font-size:9px; 
	text-decoration:none;
}
#index_idioma a:hover{
	color:#ff5500;
	font-family:arial,helvetica,sans-serif;
	font-size:9px; 
	text-decoration:none;
}

/**
 * Index
 */

#index {
	background:#313131 url(imagenes/cuerpo_cen.jpg) repeat-x;
	text-align:left;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	width:683px;
}

#index_header {
	width:683px;
}

#index_footer {
	width:683px;
}

/**
 * Seccion:Principal
 */

#principal_banner {
	float:left;	
	padding-top:5px;
}

#principal_productos {
	float:right;
	padding-top:5px;
}

#principal_secciones {
	clear:both;
	padding-top:5px;
}

/**
 * Seccion:Empresa
 */

#empresa_botonera {
	padding-top:5px;
}
#empresa_botonera_cen {
	background:transparent url(imagenes/empresa_cen.jpg) repeat-y;
	width:683px;
	padding-bottom:15px;
}
#contacto_botonera_cen {
	background:transparent url(imagenes/contacto_cen.jpg) repeat-y;
	width:683px;
	padding-bottom:15px;
}
#empresa_botonera_fin {
	clear:both;
}
#empresa_botonera_pie {
	background:transparent url(imagenes/empresa_pie.jpg) no-repeat;
	width:683px;
	height:10px;
}
#empresa_body_titulo_1 {
	clear:both;
	background:transparent url(imagenes/body_titulo_1.gif) no-repeat;
	width:683px;
	height:37px;
	margin:0px;
	padding-top:7px;
}
#empresa_body_titulo_2 {
	clear:both;
	background:transparent url(imagenes/body_titulo_2.gif) no-repeat;
	width:683px;
	height:37px;
	margin:0px;
	padding-top:7px;
}
#empresa_body_titulo_3 {
	clear:both;
	background:transparent url(imagenes/body_titulo_3.gif) no-repeat;
	width:683px;
	height:37px;
	margin:0px;
	padding-top:7px;
}
#empresa_body_titulo_1 .titulo {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	padding-left:35px;
}
#empresa_body_titulo_2 .titulo {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	padding-left:35px;
}
#empresa_body_titulo_3 .titulo {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	padding-left:35px;
}
#empresa_body_textos {
	line-height: 14px;
}
#empresa_body_textos .izq {
	float:left;
	width:310px;
	margin-left:20px;
	margin-bottom:10px;
}
#empresa_body_textos .der {
	float:right;
	width:310px;
	margin-right:20px;
	margin-bottom:10px;
}
#empresa_body_textos .cen {
	float:left;
	width:620px;
	margin-left:20px;
	margin-bottom:10px;
}
#empresa_body_textos .ext {
	float:left;
	width:400px;
	margin-left:20px;
	margin-bottom:10px;
}
#empresa_body_textos .min {
	float:right;
	width:220px;
	margin-left:20px;
	margin-bottom:10px;
}

/**
 * Catalogo
 */

#catalogo_botonera_cen {
	background:transparent url(imagenes/catalogo_cen.jpg) repeat-y;
	width:683px;
	padding-bottom:15px;
}
#catalogo_botonera_pie {
	background:transparent url(imagenes/catalogo_pie.jpg) no-repeat;
	width:683px;
}
#catalogo_body {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-indent:15px;
	text-align:left;
}
#catalogo_body a{
	border:2px solid #e7e7e7;
}
#catalogo_body a:hover{
	border:2px solid #ff5500;
}
#catalogo_body .titulo{
	color:#e7e7e7;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-indent:15px;
	text-align:left;
}

/**
 * Formularios
 */

#formulario {
	clear:both;
	margin-top:10px;
	margin-left:10px;
	width:400px;
}
#formulario .label {
	clear: both;
	float:left;
	font-weight:bold;
	padding:5px;
	width:95px;
}
#formulario .label span {
	color: #ff0000;
}
#formulario .label_texto {
	clear: both;
	float:left;
	font-weight:bold;
	padding:5px;
	width:240px;
}
#formulario .label_texto span {
	color: #ff0000;
}
#formulario .izq {
	clear: both;
	float:left;
	width:240px;
	margin:3px;
}
#formulario .der {
	clear: both;
	float:right;
	width:240px;
	margin:3px;
}
#formulario .cen {
	clear: both;
	width:486px;
	margin:3px;
}
#formulario .input {
	margin:3px;
}

/**
 * MENU AREA TECNICA
 *
 */

.menu_1{
	margin-left:5px;
	color:#000000;
	text-align:center;
}
.menu_1 td{
	background:#cccccc url(imagenes/fondo_boton.jpg) repeat-x;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	width:188px;
	height:20px;
	border-bottom:1px solid #E9E9E9;
}
.menu_1 a {
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.menu_1 a:hover {
	color:#007D7D;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.menu_2{
	margin:0px;
	color:#000000;
	text-align:center;
}
.menu_2 td {
	background:#cccccc url(imagenes/back_buttom1.jpg) no-repeat;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px; 
	width:185px;
	height:20px;
}
.menu_2 a {
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.menu_2 a:hover {
	color:#007D7D;
	font-family:arial,helvetica,sans-serif;
	font-size:11px; 
	font-weight:normal;
	text-decoration:none;
}
.menu_nov{
	margin-left:5px;
	color:#000000;
}
.menu_nov td {
	background:#cccccc url(imagenes/back_buttom1.jpg) no-repeat;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	text-align:left;
	width:188px;
	height:20px;
	border-bottom:1px solid #E9E9E9;
}
.menu_nov a {
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.menu_2 nov:hover {
	color:#007D7D;
	font-family:arial,helvetica,sans-serif;
	font-size:11px; 
	font-weight:normal;
	text-decoration:none;
}

.tecnica_secciones_menu {
	float:left;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	width:200px;
	margin-top:21px;
	margin-left:8px; 
}
.tecnica_fondo_menu_head {
	background:#141215 url(imagenes/fondo_menu_1.jpg) no-repeat; 
	width:200px;
	height:10px;
	margin:0px;
	padding:0px;
}
.tecnica_fondo_menu_body {
	background-color:#141215;
	width:200px;
	margin:0px;
}
.tecnica_fondo_menu_foot {
	background:url(imagenes/fondo_menu_2.jpg) no-repeat; 
	width:200px;
	height:10px;
	margin:0px;
}
.tecnica_secciones_contenido {
	float:right;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-indent:5px;
	width:455px;
	margin-top:7px;
	margin-right:10px;
}

.novedades_secciones_contenido {
	float:right;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-indent:5px;
	width:400px;
	margin-top:7px;
	margin-right:15px;
}

.ctr_descargar {
	background:url(imagenes/fondo_adjunto.gif) no-repeat;
	font-family:arial,helvetica,sans-serif;
	font-size:11px; 
	height:40px;
	width:150px;
	margin:2px;
	float:right;
	text-align:center;
	margin-right:11px;
}
