/*
Hoja de Estilos : Net Moviles
Version : 2.0 
Autor : Jorge alberca
Email : jorgealberca@grapitix.com
	  
*/

* { padding: 0; margin: 0; }

#a:link  {
	text-decoration: none;
	color: #ffffff;
}
#a:visited {
	text-decoration: none;
	color: #ffffff;
}
#a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#a:active {
	text-decoration: none;
	color: #99CC00;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#cont{width:100%;margin-left:auto;margin-right:auto;text-align:left}

/*#top_fonos {
	position:relative;
	left:744px;
	top:39px;
	width:435px;
	height:120px;
	z-index:1;
	background-image: url(imagenes/top-fonos.png);*/
}
#banderas {
	position:absolute;
	left:785px;
	top:171px;
	width:95px;
	height:21px;
	z-index:auto;
}

#index_contenedor { 
 margin: 0 auto;
 width: 100%;
 
}

#cabezera {
	color: #333;
	width: 100%;
	float:inherit;
	/*border: 1px solid #ccc;*/
 	height: 160px;
	padding: 0px;
	border:none;
	position:relative;
	background-color: #fff;
	/*background-image: url(imagenes/header.jpg);*/
	background-repeat: no-repeat;
}
/*
width: 100%;
 height:62px;
 font: 11px 'Lucida Grande', Verdana, arial, sans-serif;
 color: #DBDBDB;
 background:#000 url(imagenes/pie.jpg) repeat-x;
 padding: 10px;
*/

#cabe_left {
 color: #333;
 width: 100%;
 float: left;
  /*border: 1px solid #ccc;*/
 height: 160px;
 background:#fff url(imagenes/pie.jpg) repeat;
 
}




#navegacion {
/*float: left;*/
 width: 100%;
 color: #333;
 /*border: 1px solid #ccc; */
 margin: 0px auto;
 background: #fff;
}
#lado_izquierdo { 
 color: #333;
 text-align:left;
 /* border: 1px solid #ccc;*/
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 190px; /*200*/
 float:left;
}
#lado_central { 
 float: center;
 color: #333;
 /*border: 1px solid #ccc;*/
 background: #FFFFFF;
 margin: 5px 3px 0px 3px;
 padding: 6px 2px 2px 10px;
 /*height: 350px;*/
 width: 60%; /*100*/
 display: inline;
}
#lado_derecho { 
 color: #333;
 text-align:left;
 /*border: 1px solid #ccc;*/
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 
 width: 190px; /*200*/
 float:right;

 
}
#footer { 
 width: 100%;
 height:62px;
 float: left;
 /*clear:both;*/
 font: 11px 'Lucida Grande', Verdana, arial, sans-serif;
 color: #CC6600;
 /*border: 1px solid #ccc;*/
/* background-color:#000000;*/
 background:#000 url(imagenes/pie.jpg) repeat; /*repeat-x*/
/* padding: 10px;*/
}

#footer li {
font-size:12px;
padding:0 18px 0 0;
}

/***** Menu  Superior *****/
#memu { 
  width:100%;
  background: url(imagenes/menu_bg.jpg) repeat-x left top;
 /* display: block;*/
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}

#menu ul { 
/*	width: 1000px; /*Ancho de los links, se reduce si se aumenta el Nš de links*/
	height: 38px;
	margin: 0 auto;
	padding: 0;
	line-height: 34px; /* Altura para los textos, vertical*/
	text-decoration: none;
	background: url(imagenes/menu_bg.jpg) repeat-x left top;
}

/*Esquina Izquierda*/
#menu ul li.left {
	display: block;
	float: left;
	clear: left;
	width: 15px;
	height: 38px;
	background: url(imagenes/menu_bg.jpg) no-repeat left top;
}

/*Esquina Derecha*/
#menu ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 30px;
	height: 38px;
	background: url(imagenes/menu_bg.jpg) no-repeat right top;	
}

#menu ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: left;
	text-decoration: none;
}
			
#menu ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 25px;
	color: #FFB442;
	font-weight:bold;
}

#menu ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 38px;
	background: url(imagenes/menu_sep.jpg) no-repeat left top;
}

/* Separador*/
/*Separador en cada link */
#menu ul li.sep {
	width: 2px;
	background: url(imagenes/menu_sep.jpg) no-repeat left top;
}
		  
#menu ul li a:hover, #menu ul li a.active { 
	background: transparent url(imagenes/menu_over.jpg) repeat-x center top;
	text-decoration: none;
	Color: #FFE9D2;
	font-weight:bold;
}

#menu ul li a.active {
	font-weight: bold;
	cursor: default;
}


/******IE hack******/
[if IE]>
<style type="text/css">
p.iepara{ /*Condicional CSS- para IE (incluido IE7), creaando 1em de espacio entre el menu y los links siguientes*/
padding-top: 1em;
}
</style>
<![endif]


/***** Sidebar Izquierdo *****/

/*sidebar */

#sidebar {
	float: left;
	padding: 0px 10px 20px 0px;
	width: 150px; /*200*/
	color: #FFFFFF;
	overflow: hidden;
	text-align:left;
}

/*sidebar titulo (h2) */

#sidebar h2, #sidebar .sidebartitle{

	font: normal 10px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 10px;
	text-transform:uppercase;
	height:33px;
	width:auto; /*agrege*/
	background:url(imagenes/titulo_cate.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_moviles{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_moviles.jpg) no-repeat;
}
#sidebar h2, #sidebar .sidebar_busqueda{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_buscar.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_usuarios{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_usuarios.jpg) no-repeat;
}

#sidebar h2, #sidebar .carrito_compra{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_usuarios.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_pdas{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 35px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_pdas.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_tarjetas{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_memocard.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_varios{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_varios.jpg) no-repeat;
}
#sidebar h2, #sidebar .sidebar_publi{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titu_publi.jpg) no-repeat;
}
#sidebar h2, #sidebar .sidebar_prodmes{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_prodmes.jpg) no-repeat;
}



#sidebar h2, #sidebar .sidebar_chat{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_chat.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_incidencia{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_incidencia.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_horarios{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_horario.jpg) no-repeat;
}

#sidebar h2, #sidebar .sidebar_asociados{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
	height:33px;
	background:url(imagenes/titulo_asociados.jpg) no-repeat;
}



/*sidebar estilos del texto */
#sidebar a, #sidebar a:visited{
	color: #000;
	text-decoration: none;
}

#sidebar a:hover{
	color: #cc6600;
	text-decoration: none;
}

/*sidebar nivel lista1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/*sidebar nivel lista2 */

#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px dotted #CCC;
}

/*sidebar nivel3 */

#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
ul.list-cat li, li.widget_categories li{
  color:#000;
  font-size: 11px;
  text-transform:uppercase;
  /*font-weight: bold;*/
  background: url(imagenes/vineta_categorias.gif) no-repeat !important;
  padding-left: 20px !important;

}


/************** **********/




/* ----- Cabezera ----- */

/*#header {
	display: block;
	margin:9px auto 16px auto;
	width: 724px;
	height: 138px;
	background-image:url(../img/hdr1.jpg);
} */

#cabezera a:link, #cabezera a:visited {
	color: #9c0;
}

#cabezera a:hover {
	color: #fff;
}

#cabezera p {
	font: 9px/10px 'Lucida Grande', Verdana, arial, sans-serif;
	color: #ccc;
	margin: 0 0 0 24px;
	width: 310px;
}


/* Cajas*/ 
.caja { /*  */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin:5px 4px 0 2px;
 margin-bottom: 7px;
}
* html .caja {height:125px} /* IE Minnimizar-altura Hack */

.caja-cabe {
 background:url(imagenes/caja_top.jpg) no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 14px;
 color: #CCCCCC;
 height: 11px;
 font-weight: bold;
}

.caja-pie {
 background:url(imagenes/caja_info.jpg) no-repeat;
 min-height: 11px;
}



.titu_caja {
 padding: 9px 5px 0px 10px;
 font-size: 14px;
 color: #000000;
 min-height: 10px;
 font-weight: bold;
 text-transform:uppercase;
}



* html .caja-cabe {height:11px} /* IE Min-altura Hack */

.caja-medio {
 background:url(imagenes/caja_media.jpg) repeat-y;
 padding: 5px 14px 10px 14px;
 margin:0 0 0 0;
 height:200px;
}

#movil {
	position:absolute;
	left:265px;
	top:550px;
	width:79px;
	height:81px;
	
	z-index:1;
}

ul.box{
	margin-bottom:15px;
	padding:20px 0 0 90px;
	list-style:none;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}


.boton_comprar {
	padding:2px;
	width:90px;
	background:#7AA33D;
	margin: 0 0 5px 10px;
	border:1px solid #99CC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.boton_info {
	padding:2px;
	width:90px;
	margin: 0 0 5px 10px;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


.iva_oferta {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#3366CC;
	}


.iva {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:#3366CC;
	}


ul.box li{
	line-height:20px; 
	background-image:url(imagenes/lista_icon.jpg); background-repeat:no-repeat;
	background-position:0px 5px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	color:#fff;
	padding-left:15px;
	}
	
ul.box li a{
	line-height:20px; 
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	color:#ffffff; text-decoration:none;
	}
	
ul.box li a:hover{
	color:#ffffff;
	}



img
		{border: none;}


/* ** * * * * */

/* slide central de ofertas*/

.menu2 {
	padding:0 0 0 0px; 
	margin:0; 
	list-style:none; 
	height:35px;
	background:#fff url(imagenes/button1.gif);
	position:left;
/*	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;*/

	}
	
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; background:url(imagenes/button3.gif);}
.menu2 li.current a b {background:url(imagenes/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#fff url(imagenes/button4.gif);}
.menu2 li a:hover b {background:url(imagenes/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(imagenes/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(imagenes/button3.gif) no-repeat right top;}

#contenedor {

width:550px;
height:auto;

}

/* ancho de slider*/
div.scroller { 
	/* modicar ancho y alto del scrolling 	*/		
	width: 550px;
	float:center;	
	height: 250px;
	overflow: hidden;
	margin-top: 10px;
	/* border:1px solid #cccccc; */
	}
	
div.controls{
float:center;
margin-bottom:5px;
background:#FFFFFF;
width:550px;


}
	div.scroller div.section {
		/* modicar ancho y alto del cada seccion del scrolling	*/		
		width:550px;
		height:300px;
		overflow:hidden;
		float:left;
		background:#FFFFFF;
				
		}
	div.scroller div.content {
		width: 10000px;
		background:#FFFFFF;
		}

	div#section2 {
		background:#FFFFFF;
		color:#ffffff;
		}


/**** ******/

/* lado_izquierdo : columna 1 */

#col-uno {
margin:0px;
}

#col-uno .boxed {
	margin-bottom: 8px;/*10*/
	
}

#col-uno .boxed .title {
	
	height: 20px;
	padding: 12px 0 0 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #fff;
}

#col-uno .boxed .content {
	border: 1px solid #ccc;
	padding:9px;



}

#col-uno .boxed .content form {
}

#col-uno .boxed .content fieldset {
	
	font-size:10px;

	border: none;
}

#col-uno .boxed .content legend {
	display: none;
}

#col-uno .boxed .content label {
	display: block;
	font-size:11px;
	font-weight: bold;
	color: #CC6600;
}

#col-uno .boxed .content .textfield {
	width: 165px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-uno .boxed .content .option {
	width: 165px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}


#col-uno .boxed .content .button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA  repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-uno .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}

#col-uno .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(imagenes/vineta.gif) no-repeat left bottom;
}


/*  */
#jobs{
 	border:#BFC897 solid 1px;
 	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF; color:#000000;
	width:268px;
	height:144px;
	margin:5px 3px 7px 0;
	float:left;
	padding:9px 20px 0 16px;
 	}
	
.ficha{
 	color:#ffffff;
	margin:0px 0px 7px 0;
	padding:9px 0px 0 12px;
	text-align:left;
 	}	

	
#jobs h2{
	height:40px;
	background:url(imagenes/lugcix_box-bg.gif) repeat-x 0 9px #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px; color:#5C6731; line-height:40px;
	}
	
#jobs h2 span{
	width:82px; display:block; background:#fff; 
	float:left; color:#5C6731; 
	padding:0 0 0 17px;
	}
	
#jobs h2 span.no{
	width:40px;
	height:40px;
	background:url(imagenes/lugcix_02.jpg) no-repeat 0 0;
	font-size:0px;
	text-indent:-1000px;
	padding:0;
	}

/* * * * * * */

.titulo_pag{

	font: normal 11px "Trebuchet MS", Tahoma, Arial ;
	font-weight:bold;
	color: #FFFFFF;
	margin: 11px 0 0 8px;
	padding: 8px 0 0 10px;
	text-align:left;
	text-transform:uppercase;
	width:580px; /*480*/
	height:33px;
	background:url(imagenes/titulo_pag.jpg) no-repeat;
}

.curlycontainer{
border: 1px solid #CCCCCC;
margin: 0 0 5px 10px;
width: 575px;
color:#CCCCCC;
}

.curlycontainer .innerdiv{
position: relative;
color:#333333;
text-align:justify;
padding: 15px 18px 18px 15px;
font: normal 12px "Trebuchet MS", Tahoma, Arial ;
}

.info{
border: 1px solid #333333;
padding: 15px 0px 5px 0px;
width: 420px;
color:#0066CC;
background:#FFFFFF
}

.info_detalle{
border: 1px solid #333333;
padding: 15px 0px 5px 0px;
width: 420px;
color:#0066CC;
background:#FFFFFF
}


/* controles*/

.btn {
	width:auto;
	height:auto;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA  repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

.cja {
	width: auto;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}


.textp {
	width: auto;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.textp a{
	color: #993300;
	text-decoration: none;
}

.textp a:hover{
	color: #993300;
	text-decoration: none;
}

.textp a:visited{
	color: #993300;
	text-decoration: none;
}

/*ņolcito :d*/
.TableBorde {
	border: 1px solid #3F3F3F;
}
.esquinas{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #3F3F3F;
}

/* mod_quickicon */

/*#cpanel {  text-align: center;  vertical-align: middle; }

#cpanel div.icon   { margin: 3px; }
#cpanel div.icon a { 
	display: block; float:center;
	height: 120px !important;
	height: 120px; 
/*	width: 108px !important;
	width: 110px; */
/*	width: 100px !important;
	width: 100px;
	vertical-align: middle; 
	text-decoration : none;
	border: 0px solid #DDD;
	padding: 2px 5px 1px 5px;
}
#cpanel div.icon a:link    {  color : #000033;  }
#cpanel div.icon a:hover   { 
	color : #333; 
	background-color: #EAF0E1;  
	border: 1px dotted #A5C45B;
	padding: 3px 4px 0px 6px; 
}
#cpanel div.icon a:active  {  color : #000033;  }
#cpanel div.icon a:visited {  color : #000033;  }

#cpanel div.icon img { margin-top: 13px; }
#cpanel div.icon span { display: block; padding-top: 3px;}
.botones {
	BORDER-RIGHT: 1px solid #fff;
	BORDER-TOP: 1px solid #fff;
	BORDER-LEFT: 1px solid #fff;
	CURSOR: hand;
	COLOR: #000000;
	background-color:#FFFFFF;
	BORDER-BOTTOM: 1px solid #006699;
	HEIGHT: 19px;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;





/*#logo {
	background-image: url(imagenes/logo.png);
	position:absolute;
	height: 160px;
	width: 435px;
	z-index:1;
}*/
#logo_footer {
background-image: url(images/logonet.png);
float:left;
	height: 58px;
	width: 172px;
	z-index:1;
}
  
/*{ behavior: url(iepngfix.htc) }*/
/*#bg {
	background-image: url(imagenes/bg_pg.png);
	background-repeat:  repeat-x;
	background-position: top;
}*/
