@charset "utf-8";

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#161d5c;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
html{height:100%;}*/

/* 
--------------------------------------------------------------------------------------------------------------------------------------
GENERALES
--------------------------------------------------------------------------------------------------------------------------------------
*/

body
{
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
div, span, ul, li, a, p
{
	margin:0px;
	padding:0px;
}
a, a:link, a:visited, a:hover
{
	text-decoration:none;
}

img{
	border:0px;
	background-color:#e6e6e6 !important;
}
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.clear_left
{
	clear:left;
}
.clear_right
{
	clear:right;
}
.borde_izquierda
{
	border-left:5px solid #FFFFFF;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
FUENTES
--------------------------------------------------------------------------------------------------------------------------------------
*/

.correccionInterlineado{
	display:block !important;
}

.txt_font10_gris
{
	font-size:11px;
	line-height:13px;
	color:#787878;
}
.txt_font10_celeste
{
	font-size:11px;
	line-height:13px;
	color:#009ddc;
}

.txt_font11_gris
{
	font-size:11px;
	color:#787878;
	font-weight:bold;
}

.interlineadoTxtFont11{
	display:block;
	line-height:16px !important;
}

.txt_font11_gris_normal
{
	font-size:11px;
	color:#787878;
}
.txt_font11_blanco
{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.txt_font11_celeste
{
	font-size:11px;
	color:#009ddc;
	font-weight:bold;
}
.txt_font12_celeste
{
	font-size:12px;
	color:#009ddc;
	font-weight:bold;
}
.txt_font11-5_gris
{
	font-size:11.5px;
	color:#787878;
}
.txt_font13_gris
{
	font-size:13px;
	color:#7b7b7d;
	font-weight:bold;
}
.txt_center
{
	text-align:center;
}


.txt_Historia{
	font-size:11px;
	color:#787878;
	display:block;
	width:570px;
	float:left;
	margin-top:5px;
	*margin-top:0px;
}

.tituloNovedad{
	font-size:11px;
	line-height:12px;
	color:#7b7b7d;
	font-weight:bold;
	display:block;
	clear:both;
}

.txtNovedad{
	font-size:10px;
	color:#787878;
	font-weight:bold;
	line-height:12px;
}


.imgNovedad{
	width:126px;
	height:95px;
	display:block;
	float:left;
	clear:both;
	margin:8px 0 8px 0;
	background-color:gray;
	border:0;
}




/* 
--------------------------------------------------------------------------------------------------------------------------------------
CONTENEDORES
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_sitio
{
	width:764px;
	margin:0px auto;
}
div.contenedor_header
{
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:105px;
}
div.contenedor_logo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:479px;
	height:100%;
	background-color:#009ddc;
}
div.contenedor_opciones
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:5px;
	width:266px;
	height:65px;
	padding:40px 14px 0px 0px;
	background-color:#d6d9db;
}
div.contenedor_buscar
{
	float:right;
	width:100%;
}
div.contenedor_main
{
	float:left;
	position:relative;
	top:5px;
	left:0px;
	width:764px;
	min-height:363px;
	background-color:#bebebe;
}
div.contenedor_izquierda
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:147px;
}
div.contenedor_botonera
{
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:147px;
	height:100px; 
	text-align:right;
	background-color:#ebebeb;
	border-bottom:5px solid #FFFFFF;
}
div.contenedor_novedades
{
    cursor:pointer;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:127px;
	padding:45px 10px 10px 10px;
	background-image:url(../conateladmin/archivos/images/titulo_novedades.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ebebeb;
	border-bottom:5px solid #FFFFFF;
}
div.contenedor_novedades_eng
{
    cursor:pointer;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:127px;
	height:192px;
	*height:182px;
	padding:45px 10px 10px 10px;
	background-image:url(../conateladmin/archivos/images/titulo_novedades_eng.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ebebeb;
	border-bottom:5px solid #FFFFFF;
}
div.contenedor_derecha
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	background-color:#FFFFFF;
	border-left:5px solid #FFFFFF;
}
div.contenedor_pie
{
	float:left;
	position:relative;
	top:15px;
	left:0px;
	width:100%;
	font-size:10px;
	text-align:center;
	color:#bcbcbc;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
LOGO
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.logo
{
	float:left;
	position:relative;
	top:63px;
	left:41px;
	width:99px;
	height:19px;
	background-image:url(../conateladmin/archivos/images/logo_vivon.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
OPCIONES
--------------------------------------------------------------------------------------------------------------------------------------
*/

ul.ul_opciones
{
	float:right;
	width:100%;
	list-style-type:none;
	display:block;
}
.ul_opciones li
{
	float:right;
	display:block;
	margin:0px 0px 3px 0px;
}
a.boton_opciones:link, a.boton_opciones:visited
{
	float:left;
	font-size:10px;
	color:#767676;
}
a.boton_opciones:hover
{
	color:#009ddc;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
IDIOMA
--------------------------------------------------------------------------------------------------------------------------------------
*/

ul.ul_idioma
{
	float:right;
	width:100%;
	list-style-type:none;
	display:inline-block;
}
.ul_idioma li
{
	float:right;
	height:15px;
	display:inline-block;
}
li.linea_idioma
{
	line-height:10px;
	font-size:10px;
	color:#767676;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
BUSCAR
--------------------------------------------------------------------------------------------------------------------------------------
*/

.boton_buscar
{
	float:right;
	margin:1px 0px 1px 0px;
}
.txt_buscar
{
	float:right;
	width:145px;
	height:20px;
	line-height:20px;
	background-image:url(../conateladmin/archivos/images/fondo_campo.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.input_buscar
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#767676;
	margin:4px 0px 0px 5px;
	*margin:0px 0px 0px 5px;
	border:0px;
	background-color:transparent;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
BOTONERA
--------------------------------------------------------------------------------------------------------------------------------------
*/

ul.ul_botonera
{
	float:left;
	width:100%;
	list-style-type:none;
	display:block;
}
.ul_botonera li
{
	float:left;
	width:100%;
	height:24px;
	display:block;
	border-bottom:1px dashed #929292;
}
a.boton_botonera:link, a.boton_botonera:visited
{
	float:right;
	font-size:11px;
	color:#4d4e50;
	line-height:24px;
	padding:0px 10px 0px 0px;
}
a.boton_botonera:hover
{
	color:#009ddc;
}
a.boton_botonera_seleccionado:link, a.boton_botonera_seleccionado:visited, a.boton_botonera_seleccionado:hover
{
	float:right;
	font-size:11px;
	color:#009ddc;
	line-height:24px;
	padding:0px 10px 0px 0px;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PIE DEL SITIO
--------------------------------------------------------------------------------------------------------------------------------------
*/

a.boton_pie:link, a.boton_pie:visited
{
	color:#bcbcbc;
}
a.boton_pie:hover
{
	color:#009ddc;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
HOME
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_home_arriba
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
div.contenedor_home_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	border-top:5px solid #FFFFFF;
}
div.contenedor_home_derecha
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:424px;
	height:207px;
	background-color:#e6e6e6;
	border-left:5px solid #FFFFFF;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
div.home_derecha_info
{
	float:left;
	display:inline;
	position:relative;
	top:10px;
	left:17px;
	width:315px;
}
div.home_derecha_txt
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:150px;
	margin:10px 0px 0px 0px;
}
.home_imagen_switch
{
	margin:10px 0px 0px 0px;
}
.home_imagen_flecha
{
	margin:5px 0px 0px 0px;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - HOME
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_empresa_arriba
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
div.contenedor_empresa_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	min-height:218px;
	background-color:#e6e6e6;
	border-top:5px solid #FFFFFF;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
div.empresa_abajo_info
{
	float:left;
	display:inline;
	position:relative;
	top:25px;
	left:20px;
	width:380px;
}
div.empresa_izquierda_txt
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:154px;
	margin: 25px 0 0 0;
}

.empresa_logoConatel{
	width:140px; 
	height:40px; 
	display:block; 
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	margin:15px 0 0 0;
}


div.empresa_derecha_txt
{
	float:left;
	display:block;
	position:relative;
	top:0px;
	left:0px;
	width:215px;
	margin: 25px 0 0 8px;
}

div.empresa_espacio_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:24px;
	margin:0px;
	background-color:transparent;
}
div.empresa_espacio_abajo_10
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:10px;
	margin:0px;
	background-color:transparent;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - PRESENTACION
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_presentacion_txt
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:293px;
	height:435px;
	padding:25px;
	border-right:5px solid #FFFFFF;
}
div.empresa_presentacion_der
{
	float:right;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:264px;
}
div.empresa_presentacion_mundo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:264px;
	height:230px;
	background-color:#ebebeb;
}
.imgagen_mundo
{
	margin:25px 0px 0px 0px;
}
div.empresa_presentacion_mundo_txt
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:214px;
	padding:0px 25px 0px 25px;
	margin:20px 0px 0px 0px;
}
div.empresa_presentacion_logos
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:220px;
	padding:45px 20px 0px 24px;
	border-top:5px solid #FFFFFF;
}
.imgagen_logo
{
	margin:0px 15px 25px 0px;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - HISTORIA
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_historia
{
	float:left;
	display:inline;
	position:relative;
	top:20px;
	left:20px;
	width:572px;
	margin:0px 0px 20px 0px;
	/*padding:20px 20px 20px 20px;*/
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - URUGUAY Y EL MERCOSUR
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_uruguay_header 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:597px;
	height:25px;
	line-height:23px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 15px;
	background-color:#bebebe;
}
div.empresa_uruguay_tabla
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:25px;
	width:562px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
div.empresa_uruguay_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:25px;
	width:562px;
	margin:0px 0px 15px 0px;
}
div.empresa_uruguay_textos
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:340px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
div.empresa_mercosur_header 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:597px;
	height:25px;
	line-height:23px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 15px;
	background-color:#bebebe;
}
div.empresa_mercosur_tabla
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:25px;
	width:562px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
div.empresa_mercosur_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:25px;
	width:562px;
	margin:0px 0px 15px 0px;
}
div.empresa_mercosur_textos
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:340px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
.margin_10_arriba
{
	margin:10px 0px 0px 0px;
}
div.empresa_borde_tabla
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:562px;
	border:1px solid #bebebe;
}
.fila_fondo_blanco
{
	background-color:#FFFFFF;
}
.fila_fondo_gris
{
	background-color:#e7e6e6;
}
.columna_linea_blanco
{
	background-image:url(../conateladmin/archivos/images/linea_columna_tabla.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FFFFFF;
}
.columna_linea_gris
{
	background-image:url(../conateladmin/archivos/images/linea_columna_tabla.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#e7e6e6;
}
div.empresa_uruguayymercosur_pie
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:25px;
	width:562px;
	margin:15px 0px 0px 0px;
}
/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - ORGANIZACION
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_organizacion_jerarquia
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:339px;
	border-bottom:5px solid #FFFFFF;
	background-color:transparent;
}
div.empresa_organizacion_jerarquia_imagen
{
	float:left;
	display:inline;
	position:relative;
	top:25px;
	left:25px;
}
div.empresa_organizacion_oficinas
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 25px 0px;
	border-bottom:5px solid #FFFFFF;
	background-color:transparent;
}
div.empresa_oficina_1 
{
	float:left;
	display:inline;
	position:relative;
	top:0;
	left:0;
	width:119px;
	margin:0 0 0 20px;
}
div.empresa_oficina_2 
{
	float:left;
	display:inline;
	position:relative;
	top:0;
	left:0;
	width:145px;
	margin:0 0 0 20px;
}
div.empresa_oficina_3 
{
	float:left;
	display:inline;
	position:relative;
	top:0;
	left:0;
	width:130px;
	margin:0 0 0 20px;
}
div.empresa_oficina_4 
{
	float:left;
	display:inline;
	position:relative;
	top:0;
	left:0;
	width:125px;
	margin:0 0 0 20px;
}
div.empresa_organizacion_calidad
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 25px 0px;
	background-color:transparent;
}
div.empresa_organizacion_calidad_imagen
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:107px;
	margin:0px 0px 0px 40px;
	background-color:transparent;
}
div.empresa_organizacion_calidad_txt
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:370px;
	margin:0px 0px 0px 40px;
	background-color:transparent;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - INFRAESTRUCTURA Y TECNOLOGIA
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_infraytecno_header 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:562px;
	margin:25px 0px 0px 0px;
	padding:0px 25px 25px 25px;
	background-color:transparent;
	border-bottom:5px solid #FFFFFF;
}
div.empresa_infraestructura_header 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:597px;
	height:25px;
	line-height:23px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 15px;
	background-color:#bebebe;
}
div.empresa_tecnologia_header 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:597px;
	height:25px;
	line-height:23px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 15px;
	background-color:#bebebe;
}
div.empresa_infraytecno_muestra 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:135px;
	margin:15px 0px 0px 0px;
}
div.empresa_infraytecno_imagen 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:150px;
	height:128px;
	margin:0px 0px 0px 25px;

}
div.empresa_infraytecno_txt 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:387px;
	height:113px;
	margin:0px 0px 0px 25px;

}
div.empresa_infraytecno_linea 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:587px;
	height:1px;
	padding:0px 0px 0px 25px;
}


.margenInfFotos{
	padding-bottom:20px;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - EMPLEO
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_empleo_opciones
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:165px;
	padding:25px 25px 25px 25px;
	border-right:5px solid #FFFFFF;
}
div.empresa_empleo_txt1
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:342px;
	margin:25px 0px 0px 0px;
	padding:0px 25px 25px 25px;
	border-bottom:5px solid #FFFFFF;
}
div.empresa_empleo_txt2
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:342px;
	margin:25px 0px 0px 0px;
	padding:0px 25px 25px 25px;
}
form.empresa_empleo_form1
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	margin:20px 0px 0px 0px;
}
div.empresa_empleo_form1_radiobutton
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:165px;
	margin:0px 0px 10px 0px;
	*margin:0px 0px 5px 0px;
}
div.empresa_empleo_form1_boton
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:165px;
	margin:20px 0px 0px 0px;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
EMPRESA - EMPLEO
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.empresa_empleo_form2
{
	float:left;
	display:inline;
	position:relative;
	top:15px;
	left:25px;
	width:562px;
}
.linea_separadora_form
{
	height:25px;
	background-image:url(../conateladmin/archivos/images/linea_horizontal_gris_562.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
SUB MENU - EMPRESA
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_submenu_empresa
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:597px;
	height:35px;
	line-height:35px;
	padding:0px 0px 0px 15px;
	background-color:#929292;
	border-top:5px solid #FFFFFF;
}
ul.ul_submenu_empresa
{
	float:left;
	width:100%;
	list-style-type:none;
	display:inline-block;
}
.ul_submenu_empresa li
{
	float:left;
	display:inline-block;
}
a.boton_submenu_empresa:link, a.boton_submenu_empresa:visited
{
	float:left;
	font-size:11px;
	padding:0px 7px 0px 7px;
	color:#cecece;
}
a.boton_submenu_empresa:hover
{
	color:#FFFFFF;
}
a.boton_submenu_empresa_seleccionado
{
	float:left;
	font-size:11px;
	padding:0px 7px 0px 7px;
	color:#FFFFFF;
}
li.linea_submenu_empresa
{
	float:left;
	width:2px;
	height:23px;
	margin:6px 0px 0px 0px;
	background-image:url(../conateladmin/archivos/images/linea_submenu.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PRODUCTOS - HOME
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_productos_arriba
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
div.contenedor_productos_medio
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:35px;
	padding:0px;
	border-top:5px solid #FFFFFF;
}


div.menu_masFotosInfraTecno{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:40px;
	padding:0px;
	border-top:0px solid #FFFFFF;
}

div.contenedor_productos_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	min-height:222px;
	background-color:#e6e6e6;
	border-top:5px solid #FFFFFF;
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
div.productos_abajo_txt
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	margin:0px 0px 0px 0px;
}
div.productos_txt
{
	/*Added By Andie*/
	width:575px;
	/**/
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	margin:10px 0px 5px 0px;
	padding:0px 15px 15px 20px;
}

.lineaProdDiv{
	border-bottom:1px dashed #cccccc; 
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PRODUCTOS - LINEAS DE EMBUTIR
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.productos_abajo_muestra
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	margin:16px 0px 0px 0px;
	background-color:transparent;
}
div.productos_muestra
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:270px;
	min-height:137px;
	/**height:137px;*/
	margin:0px 0px 0px 24px;
}
div.productos_muestra_izq
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:65px;
	height:137px;
	margin:0px;
}
div.productos_muestra_imagen
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:65px;
	height:124px;
	margin:0px;
}

div.productos_muestra_imagen_electrico
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:64px;
	height:110px;
	margin:0px;
}

div.productos_muestra_der
{
	float:right;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:197px;
	height:137px;
	margin:0px;
}
div.productos_muestra_logo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:197px;
	margin:0px 0px 5px 0px;
}
div.productos_espacio_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:10px;
	margin:0px;
	background-color:transparent;
}
div.productos_espacio_abajo_5
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:5px;
	margin:0px;
	background-color:transparent;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PRODUCTOS - LINEAS DE EMBUTIR - MODELOS
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.productos_modelo_header
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	height:100px;
	border-bottom:5px solid #FFFFFF;
vertical-align:middle;
}
div.productos_modelo_header_info
{
	float:left;
	display:inline;
	position:relative;
	/*top:5px;*/
	left:30px;
	width:495px;
}
div.productos_modelo_header_txt
{
	width:360px;
	margin:5px 0px 0px 30px;
}
div.productos_modelo_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	margin:25px 0px 0px 0px;
	background-color:Transparent;
}
div.productos_modelo_muestra
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100px;
	min-height:118px;
	margin:0px 0px 0px 42px;
}
.productos_modelo_muestra_txt
{
	float:left;
	width:100px;
	margin:10px 0px 10px 0px;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
div.contenedor_boton_volver
{
	float:right;
	display:inline;
	position:relative;
	top:5px;
	right:15px;
	width:50px;
}
a.boton_productos_volver:link, a.boton_productos_volver:visited
{
	float:right;
	display:inline;
	position:relative;
	top:0px;
	right:0px;
	width:60px;
	height:20px;
	font-size:10px;
	line-height:20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#bebebe;
}
a.boton_productos_volver:hover
{
	background-color:#929292;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PRODUCTOS - INFORMACION TECNICA
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.productos_infotecnica_header 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:597px;
	height:25px;
	line-height:23px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 15px;
	background-color:#bebebe;
}
div.productos_infotecnica_info 
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:25px;
	width:562px;
	margin:10px 0px 25px 0px;
}
div.productos_infotecnica_barra_01
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:562px;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PRODUCTOS - CERTIFICACIONES
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.productos_certificaciones_header
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	border-bottom:5px solid #FFFFFF;
}
div.productos_certificaciones_header_txt
{
	float:left;
	display:inline;
	position:relative;
	top:25px;
	left:25px;
	width:562px;
	padding:0px 0px 55px 0px;
}
div.productos_certificaciones_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	margin:16px 0px 0px 0px;
	background-color:transparent;
}
div.productos_certificaciones_muestra_1
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	margin:0px 0px 0px 33px;
}
div.productos_certificaciones_muestra_2
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:221px;
	margin:0px 0px 0px 33px;
}
div.productos_certificaciones_muestra_3
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	margin:0px 0px 0px 33px;
}
a.boton_certificaciones:link, a.boton_certificaciones:visited
{
	font-size:11px;
	color:#787878;
	text-decoration:none;
}
a.boton_certificaciones:hover
{
	color:#009ddc;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
SUB MENU - PRODUCTOS
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_submenu_productos
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:487px;
	height:32px;
	padding:3px 0px 0px 15px;
	background-color:#929292;
}
ul.ul_submenu_productos
{
	float:left;
	width:100%;
	list-style-type:none;
	display:inline-block;
}
.ul_submenu_productos li
{
	float:left;
	display:inline-block;
}
a.boton_submenu_productos:link, a.boton_submenu_productos:visited
{
	float:left;
	font-size:11px;
	padding:0px 11px 0px 11px;
	color:#cecece;
}
a.boton_submenu_productos:hover
{
	color:#FFFFFF;
}
a.boton_submenu_productos_seleccionado
{
	float:left;
	font-size:11px;
	padding:0px 11px 0px 11px;
	color:#FFFFFF;
}
li.linea_submenu_productos
{
	float:left;
	width:2px;
	height:23px;
	margin:3px 0px 0px 0px;
	background-image:url(../conateladmin/archivos/images/linea_submenu.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
CONTACTO
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_contacto_arriba
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
div.contenedor_contacto_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:370px;
	background-color:#e6e6e6;
	border-top:5px solid #FFFFFF;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
div.contacto_abajo_info
{
	float:left;
	display:inline;
	position:relative;
	top:15px;
	left:25px;
	width:551px;
}
div.contacto_izquierda_form
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:236px;
	margin:27px 0px 0px 0px;
}
div.contacto_derecha_form
{
	float:right;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:280px;
	margin:27px 0px 0px 0px;
}
div.contacto_derecha_arriba_form
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:211px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
div.contenedor_campo_form
{
	float:right;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	line-height:20px;
	margin:0px 0px 17px 0px;
}
div.campo_form
{
	float:right;
	width:145px;
	height:20px;
	line-height:20px;
	/*background-image:url(../conateladmin/archivos/images/fondo_campo.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;*/
}
.txt_campo_form
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#767676;
	/*margin:4px 0px 0px 5px;
	*margin:0px 0px 0px 5px;
	border:0px;
	background-color:transparent;*/
}
.txt_titulo_campo
{
	float:right;
	margin:0px 4px 0px 0px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
div.contenedor_campo_mensaje_form
{
	float:right;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	margin:0px 0px 16px 0px;
}
div.campo_mensaje_form
{
	float:right;
	width:214px;
	height:68px;
	/*background-image:url(../conateladmin/archivos/images/fondo_campo_mensaje.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;*/
}
.txt_campo_mensaje_form
{
	width:206px;
	height:61px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#767676;
	margin:4px 0px 0px 5px;
	/*border:0px;
	background-color:transparent;*/
}

/* 
--------------------------------------------------------------------------------------------------------------------------------------
PREGUNTAS FRECUENTES
--------------------------------------------------------------------------------------------------------------------------------------
*/

div.contenedor_preguntas_arriba
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
div.contenedor_preguntas_abajo
{
	float:left;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	width:612px;
	min-height:258px;
	/**height:258px;*/
	background-color:#e6e6e6;
	border-top:5px solid #FFFFFF;
}