/********** MENUES *************/
/* Menu lateral */
#sideLeft div.sideLeft-box {
	width: 190px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url(img/sideleft-bg.png) 0px 100% no-repeat;
}

#sideLeft ul {
	margin-top:5px;
	width: 170px;
	padding:10px;
	background: url(img/sideleft-bg.png) 0px 0px no-repeat;
}
	#sideLeft ul li {
		text-align: left;
		height: auto!important;
			height: 20px;
			min-height: 20px;
		margin-bottom:10px;
	}
		
		/* Menu */
		#sideLeft ul li a {
			display: block;
			width: 170px;
			height: 20px;
			line-height: 20px;
			padding-left: 12px;
			text-decoration: none;
			color: #036;
			font-weight: bold;
			background: url(img/bullet-menu.png) 0px 8px no-repeat;
			cursor: pointer;
		}
		
		#sideLeft ul li a:hover { color: #369;}
		
		/* Submenu */
		#sideLeft ul.submenu {
			margin-top: 0px;
			padding:0px;
			padding-left: 10px;
			width: 160px;
			background: url(none);
		}
		
		#sideLeft ul.submenu li {
			text-align: left;
			height: auto!important;
				height: 20px;
				min-height: 20px;
			margin-bottom:0px;
		}
		
		#sideLeft ul.submenu li a {
			display: block;
			width: 160px;
			/*height: 30px;*/
			height: 20px;
			
			padding-left: 10px;
			text-decoration: none;
			color: #036;
			font-weight: normal;
			background: url(img/bullet-submenu.png) 0px 8px no-repeat;
			cursor: pointer;
		}
		
		#sideLeft ul.submenu li a:hover { color: #369;}
		#sideLeft div.banner img { margin-bottom:10px; }

/* Fin de menu lateral */

/* Menu pie */
#footer ul {
	float: right;
	margin-right: 30px;
	height:65px;
}

	#footer ul li {
		float: left;
		height:65px;
		line-height: 65px;
		margin-left: 15px; 
	}
		#footer ul li a {
			color: #036;
			font-size: 10px;
			text-transform:uppercase;
			text-decoration: none;
		}
		
		#footer ul li a:hover {
			color: #069;
		}

/* Fin de menu pie */

/********** FIN DE LOS MENUES **********/

/********** BARRA DE TITULO **********/

div#titulo {
	position: relative;
	border:none;
	padding:0;
	padding-left:34px;
	margin:0;	
	margin-bottom: 10px;
	text-align:center;	
	height:24px;
	overflow: hidden;
	background: url(img/titulo-bg.png) left top no-repeat;
}
	div#titulo div.titulo {
		position: relative;
		height: 24px;
		line-height: 24px;
		text-align: left;
		background: url(img/titulo-bg.png) 100% top no-repeat;
	}
		/** Miga de pan **/
		div#titulo h1 {
			display: -moz-inline-stack;
			display: inline-block;
			zoom: 1;
			*display: inline;
			cursor: default;
		}
		
		div#titulo div.titulo a.titulo-home {
			position: absolute;
			display: block;
			left: -28px;
			top: 0px;
			width: 26px;
			height: 24px;
			
			text-indent: -1000em;
		}
		
		div#titulo div.titulo a.titulo-cat, div#titulo div.titulo span.titulo-cat {
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #036;
		}
		
		div#titulo div.titulo span.titulo-sep {
			margin-left: 5px;
			margin-right: 5px;
			font-size: 11px;
			font-weight: normal;
			color: #036;
		}
		
		div#titulo div.titulo a.titulo-subcat, div#titulo div.titulo span.titulo-subcat, div#titulo div.titulo h1.titulo-subcat {
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			color: #036;
		}
		
		div#titulo div.titulo span { cursor: default;}		

/********** FIN DE BARRA DE TITULO **********/

/********** TEXTO **********/
h1.titulo {
	height: 29px;
	line-height: 29px;	
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 16px;
	cursor: default;
	background: url(img/titulo-icono.png) 0px 10px no-repeat;
	border-bottom: 1px solid #DCEFFD;
}

div.texto {
	padding: 0px;
	height: auto;
}
	div.texto, div.texto p {
		color: #036;	
		font-size: 11px;
		line-height: 16px;
		cursor: default;
	}
	
	div.texto p {
		text-align: justify;	
	}
	
	div.texto ul {
		margin: 20px;
	}
		div.texto ul li {
			margin: 0px 20px 10px 0px;
			padding-left: 16px;
			background: url(img/bullet.png) 0px 6px no-repeat;
			cursor: default;
		}
	
	div.texto ol {
		margin: 20px;
	}
		div.texto ol li {
			list-style: decimal;
			margin: 0px 20px 10px 20px;
			cursor: default;
		}
	
	div.texto a.enlace {
		color: #069;
		text-decoration: underline;
	}
	
	div.texto a:hover { color: #036;}
	
	div.texto img.foto {
		margin: 10px;
		border:1px solid #999;
	}
	
	/*div.error {
		padding:50px;
		color: #900;
		text-align: center;
	}*/
	
/********** FIN TEXTO **********/

/********** BOTONES **********/

/********** FIN DE BOTONES **********/


/********** AVISOS **********/

div.aviso {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	cursor: default;
}
	div.aviso div {
		padding: 10px;
		padding-bottom: 0;
		padding-left: 36px;
		line-height: 18px;
		font-size: 10px;
		cursor: default;
	}
		div.aviso div span.titulo {
			font-weight: bold;	
		}
		
		div.aviso div span.destaca {
			font-weight: bold;
			color: #c00;
		}
		
		div.aviso div a {
			text-decoration: none;	
		}
		
		div.aviso a.cerrar {
			position: absolute;
			left: auto;
			right: 10px;
			top: 10px;
			width: 13px;
			height: 13px;
			text-indent: -1000em;
			background-image: url(img/msg-cerrar.png);
			background-repeat:no-repeat;
		}
		
		div.aviso div ul.listado {
			position: relative;
			display: block;
			margin-top: 10px;
			margin-left: 0px;
			height: 150px;
			overflow: auto;
		}
			div.aviso div ul.listado li{
				color: #000;
				text-align:left;
				font-size: 11px;
				margin-bottom: 10px;
				padding-left: 15px;
				background: url(img/bullet-aviso.png) 0px 5px no-repeat;
			}
		
		div.aviso div div.scroll {
			height: 200px;
			overflow: auto;
		}
		
		div.aviso div img {
			vertical-align: middle;	
		}
		
div.ok {
	background: url(img/msg-ok-bg.png) left bottom no-repeat;	
}
	div.ok a.cerrar {background-position: 0px 0px;}
	div.ok div {
		color: #030;
		background: url(img/msg-ok-bg.png) left top no-repeat;		
	}
		div.ok div a {
			color:#030;	
		}

div.error {
	background: url(img/msg-error-bg.png) left bottom no-repeat;	
}
	div.error a.cerrar {background-position: 0px -13px;}
	div.error div {
		color: #cc0000;
		background: url(img/msg-error-bg.png) left top no-repeat;		
	}
		div.ok div a {
			color:#cc0000;	
		}
	
	div.error span.motivo {
		display: block;
		height: auto;
		padding-bottom: 11px;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 550px;
		cursor: help;
		background: url(img/msg-error-motivo.png) 0px 100%;
	}
		div.error span.motivo em {
			display: block;
			width: 500px;
			padding-top: 11px;
			padding-left: 40px;
			padding-right: 10px;
			color: #c00;
			cursor: help;
			background: url(img/msg-error-motivo.png) 0px 0px;	
		}

div.warning {
	background: url(img/msg-warning-bg.png) left bottom no-repeat;	
}
	div.warning a.cerrar {background-position: 0px -26px;}
	div.warning div {
		color: #630;
		background: url(img/msg-warning-bg.png) left top no-repeat;		
	}
		div.warning div a {
			color:#600;	
		}

div.promocion {
	background: url(img/msg-promo-bg.png) left bottom no-repeat;	
}
	div.promocion a.cerrar {background-position: 0px -26px;}
	div.promocion div {
		color: #281000;
		background: url(img/msg-promo-bg.png) left top no-repeat;		
	}
		div.promocion div a {
			color:#281000;	
		}

div.nuevo {
	background: url(img/msg-nuevo-bg.png) left bottom no-repeat;	
}
	div.nuevo a.cerrar {background-position: 0px -26px;}
	div.nuevo div {
		color: #036;
		background: url(img/msg-nuevo-bg.png) left top no-repeat;		
	}
		div.nuevo div a {
			color:#036;	
		}

div.nota {
	background: url(img/msg-nota-bg.png) left bottom no-repeat;	
}
	div.nota a.cerrar {background-position: 0px -26px;}
	div.nota div {
		color: #033;
		background: url(img/msg-nota-bg.png) left top no-repeat;		
	}
		div.nota div a {
			color:#600;	
		}

div.info {
	background: url(img/msg-info-bg.png) left bottom no-repeat;	
}
	div.info a.cerrar {background-position: 0px -39px;}
	div.info div {
		color: #fff;
		background: url(img/msg-info-bg.png) left top no-repeat;		
	}
		div.info div a {
			color:#fff;	
		}
		
		div.info span.nota {
			display: inline-block;
			width: 16px;
			height: 16px;
			text-indent: -1000em;
			background: url(img/info-nota.png) 0px 0px no-repeat;
		}

div.quest {
	background: url(img/msg-quest-bg.png) left bottom no-repeat;	
}
	div.quest a.cerrar {background-position: 0px -26px;}
	div.quest div {
		color: #630;
		background: url(img/msg-quest-bg.png) left top no-repeat;		
	}
		div.quest div a {
			color:#600;	
		}
/********** FIN DE AVISOS **********/


/********** ESTILOS GLOBALES **********/

a.enlace { color: #036; text-decoration: none; font-size: 11px;}

h2.apdo {
	position: relative;
	width: 600px;
	height: 18px;
	vertical-align:baseline;
	font-size: 11px;
	font-weight: bold;
	color: #036;
	text-transform:uppercase;
	border-bottom: 1px solid #39C;
}

code {
	display: block;
	width: 550px;
	height: auto!important;
	height: 80px;
	min-height: 80px;
	padding-left: 30ppx;
	border:1px solid #ccc;
	
	font-size:11px;
	line-height:16px;
	margin:0 0 15px;
	overflow:auto;
	padding-left:30px;
	white-space:pre;	
	
	background: #fff url(img/linenumbers.png) 0px -10px no-repeat;	
}

.code { border:1px solid #ccc; margin-bottom: 10px; }

/********** FIN DE ESTILOS GLOBALES **********/



/***** Sistema de tabs generico *****/

ul.bb-tabs {
	margin:0;
	padding:0;
	width: auto;
	height: 30px;
}
	ul.bb-tabs li {
		float: left;
		border:none;
		background:none;
		padding:0;
		margin:0;
		width:auto;
		overflow:visible;					
		text-align:center;
		white-space:nowrap;	
		height:30px;
		color: #fff;	
		margin-right: 10px;	
	}
	
	ul.bb-tabs li a, ul.bb-tabs li span{
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		height:30px;
		line-height:30px;			
		margin:0;
		font-size: 10px;
		text-decoration: none;
		color:#036;	
		cursor: pointer;
	}
	
	ul.bb-tabs li a{
		padding-left:10px;
		background:url(img/btn-submit.png) no-repeat 0px 0px;
	}
	
	ul.bb-tabs li a.current {
		padding-left: 30px;
		background:url(img/btn-submit.png) no-repeat 0px -30px;
	}
	
	ul.bb-tabs li a span{
		font-style:normal;
		padding-right:10px;
		text-transform:uppercase;
		background:url(img/btn-submit.png) no-repeat 100% 0px;
	}
	ul.bb-tabs li a.current span {
		background:url(img/btn-submit.png) no-repeat 100% -30px;
	}
	
	ul.bb-tabs li a.current, ul.bb-tabs li a.current span {
		color: #fff;
		cursor: default;
	}
	
	div.bb-panes {
		margin-top: 10px;
	}

/***** HOME *****/

div.home-01 {
	display: block;
	position: relative;
	text-indent: -1000em;
	width: 600px;
	height: 220px;
	background: url(img/home-01.jpg) 0px 0px no-repeat;
}

div.home-02 {
	display: block;
	position: relative;
	width: 600px;
	height: 210px;
	margin-bottom: 30px;
	
	background: url(img/home-02.png) 10px 0px no-repeat;
}
	div.home-02 a { 
		position: absolute;
		display: block;
		text-indent: -1000em;
		top: 179px;
		width: 65px;
		height: 17px;
	}
	
	div.home-02 a.mas-01 { left: 31px;} 
	div.home-02 a.mas-02 { left: 211px;}
	div.home-02 a.mas-03 { left: 408px;}

a.home-03, div.home-03 {
	display: block;
	position: relative;
	text-indent: -1000em;
	width: 600px;
	height: 300px;
	margin-bottom: 20px;
	
	background: url(img/home-03.png) 0px 0px no-repeat;	
}

div.home-04 {
	display: block;
	position: relative;
	text-indent: -1000em;
	width: 600px;
	height: 160px;
	margin-bottom: 30px;
	
	background: url(img/home-04.jpg) 0px 0px no-repeat;	
}

/****** FIN DE LA HOME *****/



/***** BOTONES DE ACCION *****/

/** Boton de atras **/
a.btn-atras {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;
	text-decoration: none;
	white-space:nowrap;	
	height:30px;
	line-height:30px;
	color: #4c3e32;
	cursor: pointer;
}
	a.btn-atras span, a.btn-atras em{
		display: block;
		.display: inline-block;
		height:30px;
		line-height:30px;			
		margin:0;
		font-size: 10px;
		color:#300;
		text-decoration: none;	
		cursor: pointer;
	}
	
	a.btn-atras span{
		padding-left:30px;
		background:url(img/btn-submit.png) no-repeat 0px -390px;
	}	
	
	a.btn-atras em{
		font-style:normal;
		padding-right:20px;
		text-transform:uppercase;
		background:url(img/btn-submit.png) no-repeat 100% -390px;
	}
	
	
/***** FIN DE BOTONES DE ACCION *****/


/***** COLUMNAS *****/
div.columnas {
	width: 610px;
	margin:10px 0 20px 0;
	overflow: hidden;
}

div.tres-col div{
	width: 195px; 
	float: left;
	line-height: 18px;
}

div.tres-col div.primera{
	width: 190px; 
}

div.tres-col div.segunda{
	width: 190px;
	margin-left: 5px; 
}

div.tres-col div.tercera{
	width: 190px;
	margin-left: 10px;
}

div.columnas span.titulo {
	display: block;
	width: 180px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}

/***** FIN DE COLUMNAS *****/

/***** OTROS *****/
.texto a
{
	background:transparent url(img/enlace.png) no-repeat scroll 100% 4px;
	display:inline-block;
	padding-right:14px;
	text-decoration:none;
}

.mas-informacion a, .mas-informacion2 a {background: none; padding-right: 0;}

.mas-informacion
{
	display: block;
	margin-top: 15px;
	background: url(img/bullet-flecha.gif) no-repeat 0px 3px;
	padding-left: 19px;
}

.mas-informacion2
{
	background: url(img/bullet-flecha.gif) no-repeat 0px 1px;
	padding-left: 18px;
}

.pregunta
{
	background:transparent url(img/pregunta.png) no-repeat scroll 0 4px;
	color:#003366;
	float:none;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	padding-left:15px;
}

.respuesta { margin-left: 20px; }
.respuesta p, .texto p { color: #006699; }

a.precios-banner {
	margin: 0px auto; 
	text-align: center; 
	margin-bottom: 10px;	
}

/** MIME **/
.php { background: url(img/mime/php.png) no-repeat top left; padding-left: 25px; }
.zip, .rar, .arj, .tar, .gz, .gzip { background: url(img/mime/package.png) no-repeat top left; padding-left: 25px; }
.pdf, .txt, .text, .doc { background: url(img/mime/text.png) no-repeat top left; padding-left: 25px; }


/***** FIN DE OTROS *****/

/***** Centros de recarga *****/
div.mapa_recarga {
	position: relative;
	display: block;
	width: 610px;
	height: 430px;
	
	background: url(img/mapa_recargas.png) 0px 0px no-repeat;
}
	div.mapa_recarga label {
		position: absolute;
		top: 100px;
		left: 40px;
	}
	div.mapa_recarga input {
		position: absolute;	
		top: 120px;
		left: 40px;
	}
	div.mapa_recarga button {
		position: absolute;
		top: 145px;
		left: 40px;
	}
	
	div.mapa_recarga div.recargas_listado {
		position: absolute;
		display: block;
		left: 21px;
		top: 213px;
		height: 190px;
		width: 458px;
		background: url(img/recargas_listado.png) 0px 0px no-repeat;
	}
		div.mapa_recarga div.recargas_listado div {
			position: absolute;
			display: block;
			left: 10px;
			top: 10px;
			width: 438px;
			height: 170px;
			overflow: auto;
		}

/***** Fin de centros de recarga *****/


/***** Listados *****/
ul.listado {
	margin-left: 15px;
	margin-right: 15px;	
}
	ul.listado li {
		text-align:justify;
		font-size: 11px;
		margin-bottom: 10px;
		padding-left: 12px;
		line-height: 16px;
		background: url(img/bullet.png) 0px 6px no-repeat;	
	}
	
		ul.listado li strong {
			font-weight: bold;	
		}
		
		ul.listado li a {
			display: inline-block;
			.display: inline;
			padding-right: 14px;
			font-weight: bold;
			color: #036;
			text-decoration: none;
			background: url(img/bullet-enlace.png) 100% 5px no-repeat;	
		}
		
		ul.listado li a.no_ico {
			display: inline-block;
			.display: inline;
			padding: 0px;
			margin:0px;
			font-weight: bold;
			color: #036;
			text-decoration: none;
			background: url(none) ;	
		}
/***** Fin de listados *****/

/** Boton de buscar **/
button.btn_buscar {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:32px;
	line-height:30px;	
	cursor: pointer;
}
	button.btn_buscar span, button.btn_buscar em{
		display:block;
		height:30px;
		line-height:30px;			
		margin:0;
		font-size: 9px;
		color:#fff;	
		cursor: pointer;
	}
	
	button.btn_buscar span{
		padding-left:30px;
		background:url(img/btn-submit.png) no-repeat 0px -510px;
	}	
	
	button.btn_buscar em{
		font-style:normal;
		padding-right:20px;
		text-transform:uppercase;
		background:url(img/btn-submit.png) no-repeat 100% -510px;
	}

input.iText, textarea.iText {
	padding:2px;
	border: 1px solid #99ccff;
	font-weight: normal;
	background: #fff url(img/input-bg.png) left top repeat-x;
}

input.iText:focus, textarea.iText:focus { 
	border: 1px solid #3B7EBF; 
	color: #3B7EBF;
	}
