/*--- RESETEOS ---------------------------------------------------------------------*/
* {
	border:					0;
	margin:					0;
	padding:				0;
	outline:				0;
}

a {
	text-decoration:			none;
	color:					#fff;
}

h1, h2, h3, h4, h5, h6 {
	padding:				0px;
	margin:					0px;
	font-weight:				normal;
}

ul {
	list-style:				none;
}

p {
	margin:					2px 0px;
}

textarea, input, select {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#999999;
	padding:				5px;
}
/*----------------------------------------------------------------------------------*/
body {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#999;
	background:					#fff url(../img/back.jpg) repeat-x top center;
}

h1 {
	font-size:					12px;
	font-weight:				bold;
	color:						#000;
}

h2 {
	font-size:					18px;
	color:						#999;
}

h3 {
	font-size:					29px;
	color:						#1562ad;
}

h4 {
	font-size:					12px;
	color:						#999;
}

h5 {
	font-size:					17px;
	font-weight:				bold;
	color:						#1562ad;
}

h6 {
	font-size:					12px;
	color:						#404040;
}


/* ------------------------------------------------------------------------  LAYOUT */

#sombra_izq {
	width:						925px;
	padding-left:				5px;	
	position:					relative;
	position:					absolute;
	left:						50%;
	margin-left:				-465px;
	background:					#fff url(../img/sombra_izq.jpg) no-repeat left top;
}

#sombra_der {
	width:						920px;
	padding-right:				5px;	
	float:						left;
	background:					url(../img/sombra_der.jpg) no-repeat right top;
}

.pagina {
	width:						904px;
	float:						left;
	padding:					8px 8px 8px 8px;
	background:					#fff url(../img/pagina_back.gif) repeat-x top;
	position:					relative;
}

.pagina .main_foto {
	float:						right;
}

.pagina .marca {
	float:						left;
	margin-left:				60px;
	margin-top:					30px;
	display:					inline;
}

.pagina .pagina_bottom {
	position:					absolute;
	left:						-4px;
	bottom:						-5px;
	display:					inline;
}

/* Contenido */

.contenido {
	width:						603px;
	float:						right;
	margin-top:					8px;
}

/* Bootom page */
.bottompage {
	width:						920px;
	height:						200px;
	padding:					0px 5px;
	left:						-4px;
	bottom:						-200px;
	position:					absolute;
}

.bottompage a {
	float:						left;
	margin-left:				1px;
}

.bottompage #footer {
	width:						920px;
	float:						left;
	margin-top:					5px;
}

.bottompage #footer .foot_topcom {
	height:						14px;
	float:						left;
	background:					url(../img/footer_topcom.gif) no-repeat left top;
	padding-left:				90px;
	padding-top:				2px;
	font-size:					10px;
	color:						#cccccc;
	margin-left:				10px;
	display:					inline;
}

.bottompage #footer .foot_cuoma {
	height:						14px;
	float:						right;
	background:					url(../img/footer_cuoma.gif) no-repeat right top;
	padding-right:				80px;
	padding-top:				3px;
	font-size:					10px;
	color:						#cccccc;
	margin-right:				15px;
	display:					inline;
}

/* ------------------------------------------------------------------------  MENU */

#menu {
	width:						925px;
	height:						26px;
	margin:						0px auto;
	padding-right:				5px;
	margin-top:					23px;
	background:					url(../img/sombra_top.jpg) no-repeat bottom;
}

#menu li {
	float:						right;
	margin-right:				3px;
	position:					relative;
	z-index:					2;
}

#menu li a {
	height:						20px;
	background:					url(../img/menu_btn_back.gif) repeat-x;
	float:						left;
	padding:					0px 12px;
	padding-top:				6px;
	font-size:					11px;
	color:						#fff;
	font-weight:				bold;
}

#menu li a:hover {
	text-decoration:			underline;
}

#menu li a.selected {
	background:					#f2f2f2;
	color:						#1562ad;
	cursor:						default;
}

#menu li a.selected:hover {
	text-decoration:			none;
}
#menu .pais {
	position:					relative;
	top:						6px;
	right:						8px;
	color:						#1562AD;
	font-size:					11px;
	font-weight:					bold;
}

/* Submenu */

#menu .submenu {
	width:						145px;
	position:					absolute;
	left:						0px;
	top:						24px;
	margin-top:					10px;
	padding-top:				10px;
	z-index:					5;
	border-left:				1px solid #f2f2f2;
}

#menu .submenu li {
	float:						left;
	clear:						both;
	margin:						0px;
}

#menu .submenu li a {
	width:						145px;
	height:						auto;
	background:					#f2f2f2;
	float:						left;
	padding:					5px 10px;
	font-size:					11px;
	color:						#666;
	font-weight:				bold;
	opacity: 					.5;
	filter: 					alpha(opacity=50);
}

#menu .submenu li a:hover {
	color:						#1562ad;
	text-decoration:			none;
	opacity: 					1;
	filter: 					alpha(opacity=100);
}

/* ------------------------------------------------------------------------  CATEGORIAS */

#cont_categorias {
	width:						271px;
	float:						left;
	margin-left:				11px;
	margin-top:					30px;
	display:					inline;
}

#cont_categorias a {
	float:						left;
}

#cont_categorias .categoria {
	width:						265px;
	float:						left;
	position:					relative;
}

#cont_categorias .categoria .top_cat {
	position:					absolute;
	top:						46px;
}

#cont_categorias .categoria a {
	width:						245px;
	height:						15px;
	margin-bottom:				1px;
	background:					#dedede;
	font-size:					12px;
	color:						#999999;
	padding:					5px 10px;
	float:						left;
}

#cont_categorias .categoria a:hover {
	text-decoration:			underline;
}

#cont_categorias .categoria ul {
	width:						268px;
	float:						left;
}

#cont_categorias .categoria ul li{
	float:						left;
}

#cont_categorias .categoria ul li a {
	width:						245px;
	float:						left;
	padding-left:				10px;
	background:					#f2f2f2;
	border-bottom:				1px solid #e5e5e5;
}

#cont_categorias .categoria ul a:hover {
	color:						#999999;
	border-bottom:				1px solid #b3b3b3;
	text-decoration:			none;
}

#cont_categorias .categoria ul a.selected {
	color:						#999;
	font-weight:				bold;
	background:					url(../img/subcat_back.gif) repeat-x top left #e5e5e5;
	border-bottom:				1px solid #ccc;
}

/* Categorķas - Contenido */

.categoria_title {
	width:						587px;
	height:						47px;
	float:						left;
	padding:					6px 0px 0px 16px;
	background:					url(../img/categoria_top.gif) no-repeat;
}

.categoria_title h2, .categoria_title h3, .categoria_title h4, .categoria_title h5 {
	float:						left;
	margin-right:				5px;
}

.categoria_title h2 {
	margin-top:					7px;
}

.categoria_title h4 {
 	margin-top:					10px;
 	margin-right:				10px;
}
 
.categoria_title h5 {
	margin-top:					8px;
}
 
.btn_pasti {
 	width:						85px;
	height:						18px;
	font-size:					11px;
	font-weight:				bold;
	background:					url(../img/btn_detalle.gif) no-repeat top;
	float:						right;
	margin-top:					5px;
	margin-right:				10px;
	padding-top:				5px;
	text-align:					center;	
}

.btn_pasti:hover {
	background-position:		bottom;
}

/* Sub Categorķas */

.subcategoria {
	width:						603px;
	float:						left;
	background:					#f2f2f2 url(../img/sub_cat_title.gif) no-repeat top;
	padding-top:				29px;
	padding-bottom:				16px;
	margin-bottom:				10px;
}

.subcategoria h3 {
	font-size:					14px;
	float:						left;
	margin-left:				26px;
	display:					inline;
}

.subcategoria ul {
	width:						588px;
	float:						left;
	margin-left:				15px;
	margin-top:					27px;
	display:					inline;
}

.subcategoria ul li {
	float:						left;
	margin-right:				16px;
	display:					inline;
}

.subcategoria ul li a {
	width:						178px;
	height:						119px;
	background:					#fff;
	text-align:					center;
	padding-top:				11px;
	float:						left;
	border:						1px solid #f2f2f2;
}

.subcategoria ul li a:hover {
	border:						1px solid #dddddd;
}

.subcategoria ul li h1 {
	font-size:					11px;
	color:						#999999;
	font-weight:				normal;
	padding-top:				7px;
}

/* ------------------------------------------------------------------------  DETALLE */

.detalle {
	width:						603px;
	float:						left;
	padding-top:				5px;
	padding-bottom:				15px;
	margin-bottom:				10px;
}

.detalle .detalle_top {
	width:						603px;
	height:						230px;
	float:						left;
	margin-bottom:				10px;
}

.detalle .imagen {
	width:						480px;
	padding-top:				10px;
	height:						220px;
	float:						left;
	text-align:					center;
	position:					relative;
	background:					url(../img/detalle_back.gif) no-repeat;
}

.detalle .imagen .network {
	position:					absolute;
	right:						10px;
	bottom:						5px;
}

.detalle .pastilla {
	width:						104px;
	float:						right;
	margin-right:				8px;
}

.detalle .pastilla img {
	float:						left;
	margin-bottom:				8px;
}

.detalle p {
	padding-top:				15px;
	clear:						both;
}

.detalle ul {
	list-style:					disc ;
	padding-left:				15px;
}

.detalle a {
	color:						#999;
	text-decoration:			underline;
}

/* ------------------------------------------------------------------------  HOME */

.contacto_home {
	width:						291px;
	height:						75px;
	float:						left;
	background:					url(../img/contacto_back.gif) no-repeat;
	margin-top:					11px;
}

.contacto_home h1 {
	margin:						10px 13px;
}

.contacto_home .mail {
	width:						223px;
	height:						13px;
	border:						1px solid #acacac;
	float:						left;
	margin-left:				13px;
}

.contacto_home .enviar {
	width:						25px;
	height:						25px;
	background:					url(../img/contacto_enviar.gif) no-repeat left;
	float:						left;
	margin-left:				5px;
}

/* ------------------------------------------------------------------------  QUIENES SOMOS */

#quienes_somos p {
	font-size:					11px;
}

.flotar_abajo {
	position:					absolute;
	left:						0px;
	bottom:						-2px;
}

.left {
	width:						410px;
	float:						left;
	padding-left:				5px;
}

.right {
	width:						176px;
	float:						right;
}

.cuadrito {
	width:						150px;
	float:						left;
	background:					#fff url(../img/cuadritos_back.gif) no-repeat left top;
	padding:					5px 13px;
	padding-bottom:				25px;
}

.cuadrito h3 {
	width:						140px;
	height:						auto;
	padding:					0px 0px 0px 10px;
}

.cuadrito p {
	width:						140px;
	background:					url(../img/cuadrito_title.gif) no-repeat top left;
	font-size:					11px;
	float:						left;
	padding-left:				7px;
	padding-top:				12px;
	padding-bottom:				5px;
}

.nosotros {
	width:						394px;
	background:					#f2f2f2 url(../img/quienes_back.gif) no-repeat top;
	float:						left;
	margin-top:					13px;
	padding-left:				17px;
	padding-top:				25px;
	padding-bottom:				3px;
	position:					relative;
}

.nosotros h2, .nosotros h3 {
	float:						left;
	margin-left:				7px;
	display:					inline;
	margin-bottom:				7px;
	font-weight:				bold;
}

.nosotros h2 {
	margin-top:					8px;
	font-weight:				normal;
}

.nosotros p {
	width:						360px;
	font-size:					11px;
	float:						left;
	border-bottom:				1px solid #ccc;
	padding:					3px 5px 6px 5px;
	margin-left:				3px;
}

.nuestra_marca {
	width:						577px;
	background:					#f2f2f2 url(../img/quienes_marca_back.gif) no-repeat top;
	padding:					0px 13px;
	padding-bottom:				11px;
	float:						left;	
	position:					relative;
	z-index:					0;			
}

.nuestra_marca h2, .nuestra_marca h3 {
	float:						left;
	margin-right:				7px;
	display:					inline;
	font-weight:				bold;
}

.nuestra_marca h2 {
	margin-top:					8px;
	font-weight:				normal;
	margin-left:				0px;
}

.nuestra_marca .rectangulo {
	width:						577px;
	padding:					7px 0px;
	float:						left;
	background:					#fff;
	margin-top:					13px;
}

.nuestra_marca .rectangulo .brand {
	width:						187px;
	float:						left;
	text-align:					center;
	padding-top:				44px;
}

.nuestra_marca .rectangulo p {
	width:						337px;
	padding:					23px 20px 23px 28px;
	border-left:				2px solid #e1e1e1;
	float:						left;
	margin:						0px;
}

.nuestra_marca .rectangulo#submarcas {
	padding:					0px;
}

.nuestra_marca .rectangulo#submarcas p {
	width:						160px;
	height:						250px;
	float:						left;
	padding:					0px 8px;
	margin-right:				2px;
	border-right:				11px solid #f2f2f2;
	border-left:				11px solid #f2f2f2;
}

.nuestra_marca .rectangulo#submarcas p img {
	margin-top:					25px;
	margin-bottom:				20px;
	float:						left;
}

.nuestra_marca .rectangulo#submarcas p span {
	color:						#1562ad;
	font-weight:				bold;
}

.nuestra_marca .rectangulo#national .brand {
	padding-top:				10px;
}

#clientes {
	background-image:			url(../img/quienes_inst_back.gif);
	padding-top:				19px;
	margin-top:					15px;
	margin-bottom:				10px;
}

#clientes h2 {
	margin-left:				10px;
}

#clientes p {
	width:						100%;
	clear:						both;
	float:						left;
	margin-left:				10px;
	margin-top:					15px;
	display:					inline;
}

/* ------------------------------------------------------------------------  HOMOLOGACIONES */

#homologaciones a {
	font-size:					12px;
	width:						400px;
	color:						#999;
	clear:						both;
	float:						left;
	margin-left:				30px;
	margin-top:					15px;
}

#homologaciones a:hover {
	color:						#1562ad;
}


/* ------------------------------------------------------------------------  LOCACIONES */

.locaciones {
	width:						588px;
	float:						left;
	background:					#f2f2f2 url(../img/locaciones_back.gif) no-repeat top;
	padding:					15px;
	padding-top:				5px;
	padding-right:				0px;
	position:					relative;
}

.locaciones .listado {
	width:						281px;
	float:						left;
	margin-right:				13px;
	display:					inline;
}

.locaciones .listado h3 {
	width:						270px;
	height:						29px;
	background:					url(../img/locaciones_title.gif) no-repeat top;
	padding:					14px 0px 0px 11px;
	font-size:					14px;
	margin-bottom:				5px;
	margin-top:					10px;
	float:						left;
}

.locaciones .listado a {
	width:						250px;
	color:						#999999;
	text-decoration:			underline;
	padding-left:				20px;
	margin-top:					8px;
	float:						left;
	clear:						both;
}

.locaciones .listado a:hover {
	color:						#1562ad;
}

.locaciones .listado p {
	width:						228px;
	margin-bottom:				5px;
	display:					inline;
	margin-left:				6px;
	padding-top:				27px;
	padding-left:				16px;
	float:						left;
	font-size:					11px;
	background:					url(../img/locaciones_linea.gif) no-repeat top left;
}

.locaciones .listado p a {
	padding:					0px;
	margin:						0px;
}

.locaciones .listado p br {
	line-height:				5px;
}

/* ------------------------------------------------------------------------  EVENTOS */

.eventos_cont {
	width:						577px;
	background:					#f2f2f2;
	padding:					0px 13px;
	padding-bottom:				11px;
	float:						left;	
	position:					relative;
	z-index:					0;		
	margin-bottom:				10px;
}

.eventos_cont .rectangulo {
	width:						577px;
	padding:					7px 0px;
	float:						left;
	background:					#fff;
	margin-top:					13px;
}

.eventos_cont .rectangulo .brand {
	width:						187px;
	float:						left;
	text-align:					center;
	padding-top:				18px;
}

.eventos_cont .rectangulo p {
	width:						337px;
	padding:					15px 20px 15px 28px;
	border-left:				2px solid #e1e1e1;
	float:						left;
	margin:						0px;
}

.eventos_cont .rectangulo p a {
	color:						#1562ad;
}

/* ------------------------------------------------------------------------  PROMOCIONES */

.ventaCorporativa {
	width:						577px;
	background:					#f2f2f2 url(../img/locaciones_back.gif) no-repeat left top;
	padding:					0px 13px;
	padding-bottom:				11px;
	float:						left;	
	position:					relative;
	z-index:					0;		
	margin-bottom:				10px;
}

.ventaCorporativa ul {
	background:					#fff;
	padding:					15px;
	float:						left;
	list-style:					disc inside;
	margin-top:					15px;
	margin-bottom:				5px;
	margin-left:				5px;
}

.ventaCorporativa ul li {
	float:						left;
	clear:						both;
	margin-bottom:				10px;
}

.ventaCorporativa a {
	width:						242px;
	height:						24px;
	font-size:					13px;
	float:						right;
	background:					url(../img/btn_venta.gif) no-repeat left top;
	padding:					8px 0px 0px 8px;
	position:					absolute;
	bottom:						15px;
	right:						15px;
}

.ventaCorporativa a:hover {
	text-decoration:			underline;
}

/* ------------------------------------------------------------------------  PROMOCIONES */

#promociones {
	margin-bottom:				30px;
}

.subcategoria h3 a {
	color:						#1562ad;
}

.subcategoria h3 a:hover {
	text-decoration:			underline;
}

.promo_banner {
	float:						left;
	margin-left:				25px;
	margin-top:					25px;
	border:						1px solid #f2f2f2;
}

.promo_banner:hover {
	border:						1px solid #1562ad;
}

.promo_desc {
	float:						left;
	clear:						both;
	color:						#1562ad;
	font-weight:				bold;
	padding-left:				25px;
	margin-top:					15px;
	width:						500px;
}

.bases {
	width:						480px;
	height:						230px;
	padding:					10px;
	margin-left:				25px;
	margin-top:					20px;
	border:						1px solid #ccc;
	background:					#fff;
	overflow:					auto;
}

.aceptoBases {
	margin-left:				25px;
	margin-right:				5px;
	color:						#999;
	margin-top:					15px;
	padding:					0px;
}

.btn_acepto {
	background:					url(../img/contacto_enviar.gif) no-repeat right;
	width:						110px;
	padding-right:				38px;
	padding-top:				5px;
	font-size:					14px;
	font-weight:				bold;
	color:						#1562ad;
	float:						left;
	clear:						both;
	margin-top:					20px;
	margin-left:				25px;
	margin-bottom:				20px;
	cursor:						pointer;
}

#form_promo {
	width:						510px;
	float:						left;
	margin-left:				25px;
	display:					inline;
	margin-top:					15px;
	position:					relative;
}

#form_promo span {
	width:						250px;
	float:						left;
	margin-bottom:				13px;
}

#form_promo span label {
	width:						250px;
	float:						left;
	padding-bottom:				3px;
	font-weight:				bold;
}

#form_promo span p {
	width:						250px;
	float:						left;
	font-size:					11px;
	margin-bottom:				5px;
}

#form_promo span input {
	width:						200px;
	float:						left;
}

#form_promo span.fecha {
	width:						500px;
	float:						left;
	margin:						7px 0px 17px 0px;
}

#form_promo span.fecha label {
	width:						500px;
	margin-bottom:					3px;
}

#form_promo span.fecha select {
	margin-right:					15px;
	padding:					0px;
}

#form_promo small {
	font-size:					11px;
}

#form_promo .botones {
	bottom:						-43px;
}

/* ------------------------------------------------------------------------  FAQ */

#faqs {
	width:						567px;
	padding-top:				10px;
	padding-left:				20px;
	padding-bottom:				10px;
	float:						left;
}

#faqs a {
	width:						550px;
	color:						#868686;
	float:						left;
	font-weight:				bold;
	background:					url(../img/faq_icon.gif) no-repeat left;
	padding:					10px 0px 10px 16px;
	font-size:					14px;
}

#faqs a:hover {
	text-decoration:			underline;
	cursor:						pointer;
}

#faqs div {
	width:						400px;
	float:						left;
	padding-left:				15px;
}

#faqs div label {
	font-weight:				bold;
}

#faqs div p {
	padding-left:				10px;
	margin-bottom:				10px;
}

#faq .rectangulo {
	padding:					10px;
	width:						557px;
}

/* ------------------------------------------------------------------------  INSTALACIONES */

#instalaciones {
	width:						567px;
	padding: 					0px 0px 20px 20px;
	float:						left;
}

#instalaciones h1 {
	width:						550px;
	color:						#868686;
	float:						left;
	font-weight:				bold;
	background:					url(../img/faq_icon.gif) no-repeat left 21px;
	padding:					20px 0px 10px 16px;
	font-size:					14px;
}

#instalaciones a {
	width:						535px;
	color:						#868686;
	float:						left;
	clear:						both;
	font-weight:				bold;
	padding:					5px 0px 5px 20px;
}


#instalaciones a:hover {
	text-decoration:			underline;
	cursor:						pointer;
}

#instalaciones ul {
	width:						540px;
	float:						left;
	clear:						both;
	padding-left:				30px;
	padding-bottom:				10px;
	list-style:					disc inside;
	margin-right:				-3px;
}

#instalaciones div label {
	font-weight:				bold;
}

#instalaciones div p {
	padding-left:				10px;
	margin-bottom:				10px;
}

/* ------------------------------------------------------------------------  CONTACTO */

#contacto {
	margin-bottom:				50px;
}

#contacto form {
	float:						left;
	margin-top:					10px;
	position:					relative;
}

#contacto table {
	width:						300px;
	float:						left;
	margin:						15px 0px 5px 15px;
	display:					inline;
}

#contacto table .campo_title {
	width:						55px;
	padding-right:				7px;
	text-align:					right;
	font-size:					12px;
	vertical-align:				baseline;
	line-height:				24px;
	color:						#999999;
}

#contacto table td {
	padding-bottom:				8px;
}

#contacto table input {
	width:						225px;
	height:						15px;
	float:						left;
	padding:					5px;
	color:						#333333;
	background:					#ffffff;
}

#contacto table textarea {
	width:						225px;
	height:						90px;
	float:						left;
	padding:					5px;
	color:						#333333;
	background:					#ffffff;
}

#log_res {
	width:						250px;
	height:						58px;
	font-size:					15px;
	margin-top:					7px;
	color:						#1562ad;
	font-weight:				bold;
	padding:					10px;
	float:						right;
	margin-right:				10px;
	display:					inline;
}

#selectDestin {
	width:						270px;
	height:						200px;
	float:						right;
}

#selectDestin p {
	font-size:					12px;
	padding-left:				7px;
	padding-bottom:				10px;
	margin-bottom:				10px;
	background:					url(../img/contacto_linea.gif) no-repeat bottom left;
}

.radioOff, .checkboxOff {
	font-size:					12px;
	display: 					block;
	margin: 					0px;
	padding-left:			 	25px;
	color:						#999;
	background:					url(../img/radio_off.gif) no-repeat;
	background-position: 		0% 2px;
	border: 					0px;
	padding-bottom:				7px;
	padding-top:				3px;
	cursor:						pointer;

}

.radioOn, .checkboxOn {
	font-size:					12px;
	display: 					block;
	margin: 					0px;
	padding-left: 				25px;
	color:						#999;
	background: 				url(../img/radio_on.gif) no-repeat;
	background-position: 		0% 2px;
	border: 					0px;
	padding-bottom:				7px;
	padding-top:				3px;
	cursor:						pointer;
	font-weight:				bold;
}

.checkboxOff {
	background-image:			url(../img/checkbox_off.gif);
}

.checkboxOn {
	background-image:			url(../img/checkbox_on.gif);
}


.botones {
	width:						160px;
	height:						27px;
	position:					absolute;
	right:						0px;
	bottom:						-43px;
}

.botones input {
	width:						70px;
	height:						27px;
	float:						left;
	font-size:					0px;
	line-height:				80px;
	overflow:					hidden;
	margin:						0px;
	padding:					0px;
	margin-right:				5px;
	cursor:						pointer;	
	background:					no-repeat;
}

.botones input.btn_enviar {
	background-image:			url(../img/formcontacto_enviar.jpg);
}

.botones input.btn_borrar {
	background-image:			url(../img/formcontacto_borrar.jpg);
}


/* ------------------------------------------------------------------------  SOPORTE */

.subcategoria_soporte {
	width:						603px;
	float:						left;
	background:					#f2f2f2 url(../img/sub_cat_title_soporte.gif) no-repeat top;
	padding-top:				29px;
	padding-bottom:				16px;
	margin-bottom:				10px;
}
.subcategoria_soporte h3{
	font-size:					18px;
	color:						#1562ad;
	padding-left:				24px;
	font-weight:				bold;	
}
#redes_inalambricas, #telefonos{
	width:						290px;
	background:					url(../img/fd_soporte.gif) no-repeat;
	height:						24px;
	margin: 					15px 0 0 0;			
}
#redes_inalambricas h6, #telefonos h6{
	font-size:					12px;
	color:						#fff;
	padding-left:				24px;
	padding:					5px 0 0 24px;
	clear:						left;			
}
.subtits_soporte{
	margin:						10px 0 0 36px;
	clear:						left;	
}
.content_descargas, .content_descargas2{
	width:						567px;
	margin: 					2px 0 0 20px;
}
.content_descargas{
	background:					url(../img/fd_descargas.gif) no-repeat;
	height:						65px;
}
.content_descargas2{
	background:					url(../img/fd_descargas2.gif) no-repeat;
	height:						44px;
}
.descargas_items, .descargas_items2, .descargas_items3, .descargas_items4 {
	float:						left;
	display: 					inline;
	height: 					inherit;
	margin-left: 				15px;	

}
.descargas_items{
	width:						160px;
}
.descargas_items2{
	width:						70px;
}
.descargas_items3{
	width:						128px;
}
.descargas_items4{
	width:						70px;
}
.descargas_items li{
	font-size:					11px;
	list-style: 				none;
	background:					url(../img/bullet.gif) no-repeat left;
	padding: 					6px 0 0 12px;
	*padding: 					5px 0 0 0;
}
.descargas_items2 li, .descargas_items3 li, .descargas_items4 li  {
	list-style:					none;
	font-size:					10px;
	padding: 					7px 0 0 10px;
	*padding: 					5px 0 0 0;
}
.descargas_items2 li a, .descargas_items3 li a, .descargas_items4 li a {
	text-decoration:			none;
	color:						#999;
	padding: 					7px 0 1px 20px;
	*padding: 					5px 0 0 20px;
}
.descargas_items2 li a:hover, .descargas_items3 li a:hover, .descargas_items4 li a:hover{
	text-decoration:			underline;
	color:						#067cb9;
	padding: 					7px 0 1px 20px;
	*padding: 					5px 0 0 20px;
}
.descargas_items2 li a{
	background:					url(../img/ico_manual.gif) no-repeat left bottom;
}
.descargas_items2 li a:hover{
	background:					url(../img/ico_manual_.gif) no-repeat left bottom;
}
.descargas_items3 li a{
	background:					url(../img/ico_guia.gif) no-repeat left bottom;
}
.descargas_items3 li a:hover{
	background:					url(../img/ico_guia_.gif) no-repeat left bottom;
}
.descargas_items4 li a{
	background:					url(../img/ico_actualizar.gif) no-repeat left bottom;
}
.descargas_items4 li a:hover{
	background:					url(../img/ico_actualizar_.gif) no-repeat left bottom;
}
.vta-corp {margin-left:25px; line-height:21px;}
.vta-corp li {background: url(../img/bullet2.gif) no-repeat 0 7px; padding-left:14px}
div.mail-vta a {font:bold 18px Arial; color:#1562ad; margin:20px 0 0 15px; display:block}
