	
	body {
		background: rgb(197,204,211) url(../images/stripes.png);
		font-family: Helvetica;
		margin: 0 0 0 10px;
		padding: 0;
		-webkit-user-select: none;
		-webkit-text-size-adjust: none;
		}
		



		/* standard header on body */
		
		div#header + h1, ul + h1 {
			color: #ab33cd;
			font: bold 18px verdana;
			text-shadow: #fff 0 1px 0;
			margin: 15px 0 0 10px;  
			}
		
		h1.titulo{
			color: rgb(76,86,108);
			font: bold 18px verdana;
			text-shadow: #fff 0 1px 0;
			margin: 15px 0 0 10px;  
		}


		/* standard paragraph on body */
		
		ul + p, ul.data + p + p, ul.form + p + p {
			color: rgb(76,86,108);
			font: 14px Helvetica;
			text-align: center;
			text-shadow: white 0 1px 0;
			margin: 0 10px 17px 0;
			}
        ul.centrado + p{
		
		}

		



		
		/* headers */

    div#header {
	background: #fff;
	border-top: 1px solid rgb(205,213,223);
	border-bottom: 3px solid #6600b0;
	padding: 10px;
    margin: 0 0 0 -10px;
	min-height: 50px;
	-webkit-box-sizing: border-box;
	
			}


	div#header h1 {
					color: #7500b0;
					font: bold 17px/30px Helvetica;
					text-align: center;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					width: 49%;
					padding: 5px 0;
					margin: 2px 0 1px -24%;
					position: absolute;
					top: 0;
					left: 50%;
					text-shadow: #fff 0 -1px 0;
					}

					

	div#header a {
	color: #ab33cd;
	background: none;
	font: bold 12px/30px Helvetica;
	border-width: 0 5px;
	margin: 0;
	padding: 0 3px;
	width: auto;
	height: 30px;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	top: 8px;
	right: 6px;
	-webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
						}

	div#header #backButton {
	left: 0px;
	right: auto;
	padding: 0;
	max-width: 70px;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(../images/backButton.png) 0 8 0 14;
							}


    .Action {
	border-width: 0 5px;
	-webkit-border-image: url(../images/actionButton.png) 0 5 0 5;
	         }


						
	div#header ul {
	margin-top: 15px;
			}
						
	div#header p {
	color: #ab33cd;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	clear: both;
	position: absolute;
	top: 4px;
	left: 35px;
	right: 35px;
	margin: 0;
	text-shadow: #cccccc 0 -1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
			}
						
	div.pre {
	height: 60px;											
			}
			


	div.pre h1 {
	top: 15px !important;
				}
								
	div.pre a {
	top: 25px !important;
	right: 6px;
				}
								
	div.pre a#Backbutton {
	left: 6px !important;
				}	
								
								
								
		
		
		/***** List (base) ******/
		
		ul {
			color: #333;
			background: #fff;
			border: 1px solid #B4B4B4;
			font: bold 16px Helvetica;
			padding: 0;	   
			margin: 15px 10px 17px 0;
			-webkit-border-radius: 8px;
			}
			
			
			ul.lista {
			color: black;
			background: #fff;
			border: 1px solid #B4B4B4;
			font: bold 15px Helvetica;
			padding: 0;	   
			margin: 15px 10px 17px 0;
			-webkit-border-radius: 8px;
			}
		
		
		
			ul li {
				color: #666;
				border-top: 1px solid #B4B4B4;
				list-style-type: none;	
				padding: 10px 10px 10px 10px;
				}
				

				
				/* when you have a first LI item on any list */
				
				li:first-child {	
					border-top: 0;
					-webkit-border-top-left-radius: 8px;
					-webkit-border-top-right-radius: 8px;
					}

				li:last-child {	
					-webkit-border-bottom-left-radius: 8px;
					-webkit-border-bottom-right-radius: 8px;
					}
					
					
				/* universal arrows */
				
				ul li.arrow {
					background-image: url(../images/chevron.png);
					background-position: right center;
					background-repeat: no-repeat;
					}
					
					
						ul li.cabecera {

					background-color:#be75e3;
					color:#000;
					}
					
					
				
					
					
					ul.lista li h3 {
					color: rgb(76,86,108);
					width: 30%;
					font-size: 13px;
					line-height: 18px;
					margin: 0 10px 0 0;
					float: left;
					text-align: left;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					padding: 0;
					background-image: url(../images/chevron.png);
					background-position: right center;
					background-repeat: no-repeat;
								}
							
					
					
					
					ul li.buscar{
					background-image: url(../images/buscador.png);
					background-position: right center;
					background-repeat: no-repeat;
					}
					
					
				#plastic ul li.arrow, #metal ul li.arrow {
					background-image: url(../images/chevron_dg.png);
					background-position: right center;
					background-repeat: no-repeat;
					}
					
									
				
				/* universal links on list */
				
				ul li a, li.img a + a {
					color: #000;
					text-decoration: none;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					display: block;
					padding: 12px 10px 12px 10px;
					margin: -10px;
					-webkit-tap-highlight-color:rgba(0,0,0,0);
				}
				
					ul li.img a + a {
						margin: -10px 10px -20px -5px;
						font-size: 17px;
						font-weight: bold;
					}
					
					ul li.img a + a + a {
							font-size: 14px;
							font-weight: normal;
							margin-left: -10px;
							margin-bottom: -10px;
							margin-top: 0;
						}
						
						
						ul li.img a + small + a {
							margin-left: -5px;
						}
						
						
						ul li.img a + small + a + a {
							margin-left: -10px;
							margin-top: -20px;
							margin-bottom: -10px;
							font-size: 14px;
							font-weight: normal;
							}
							
							ul li.img a + small + a + a + a {
								margin-left: 0px !important;
								margin-bottom: 0;
							}
				
				
					ul li a + a {
						color: #000;
						font: 14px Helvetica;
						text-overflow: ellipsis;
						white-space: nowrap;
						overflow: hidden;
						display: block;
						margin: 0;
						padding: 0;
						}
						
						ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
							color: #666;
							font: 13px Helvetica;
							margin: 0;
							text-overflow: ellipsis;
							white-space: nowrap;
							overflow: hidden;
							display: block;
							padding: 0;
						}
						
						
					/*acceso*/			
	 
				/* standard mini-label */
				
				ul li small {
					color: #369;
					font: 17px Helvetica;
					text-align: right;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					display: block;
					width: 23%;
					float: right;
					padding: 3px 0px;
					}
					
					
					
					ul li.arrow small {
						padding: 0 15px;
					}
					
					ul li small.counter {
						font-size: 17px !important;
						line-height: 13px !important;
						font-weight: bold;
						background: rgb(154,159,170);
						color: #fff;
						-webkit-border-radius: 11px;
						padding: 4px 10px 5px 10px;
						display: inline !important;
						width: auto;
						margin-top: 2px;
					}
					
					
					ul li.arrow small.counter {
						margin-right: 15px;
					}
					
					
					
	
					/* resize without labels */
					
					ul li.arrow a {
						width: 95%;
						}
					
						/* with labels */
						
						ul li small + a {
							width: 75%;
						}
						
						ul li.arrow small + a {
							width: 70%;
						}
						
		
		
		/* images */
		
			ul li.img {
				padding-left: 115px;
			}
		
			ul li.img a.img {
				background: url(../images/standard-img.png) no-repeat;
				display: inline-block;
				width: 100px;
				height: 75px;
				margin: -10px 0 -20px -115px;
				float: left;
			}
		
		
		
		/* individuals 2 botones*/
		
			ul.individual {
				border: 0;
				background: none;
				clear: both;
				height: 45px;
			}
			
				ul.individual li {
					color: rgb(183,190,205);
					background: white;
					border: 1px solid rgb(180,180,180);
					font-size: 14px;
					text-align: center;
					-webkit-border-radius: 8px;
					-webkit-box-sizing: border-box;
					width: 48%;
					float:left;
					display: block;
					padding: 11px 10px 14px 10px;
					}
				
					ul.individual li + li {
						float: right;
						
					}
					
					
					ul.individual li a {
						color: rgb(50,79,133);
						line-height: 16px;
						margin: -11px -10px -14px -10px;
						padding: 11px 10px 14px 10px;
						-webkit-border-radius: 8px;
					}
					
						ul.individual li a:hover {
							color: #fff;
							background: #36c;
							}
							
							
							/* individuals 3 botones*/
		
			ul.individual_botones {
				border: 0;
				background: none;
				clear: both;
				height: 45px;
			}
			
				ul.individual_botones li {
					color: rgb(183,190,205);
					background: white;
					border: 1px solid rgb(180,180,180);
					font-size: 14px;
					text-align: center;
					-webkit-border-radius: 8px;
					-webkit-box-sizing: border-box;
					width: 31%;
					float:left;
					display: block;
					padding: 11px 10px 14px 10px;
					}
					
	      			ul.individual_botones li + li {
						margin-left: 3.6%;
						
					}
					ul.individual_botones li + li + li{
						float: right;
						
					}
				
					
					ul.individual_botones li a {
						color: rgb(50,79,133);
						line-height: 16px;
						margin: -11px -10px -14px -10px;
						padding: 11px 10px 14px 10px;
						-webkit-border-radius: 8px;
					}
					
						ul.individual_botones li a:hover {
							color: #fff;
							background: #36c;
							}
							
							
							
							
							/* Normal lists and metal */

							body#normal h4 {
								color: #fff;
								background: rgb(154,159,170) url(../images/bglight.png) top left repeat-x;
								border-top: 1px solid rgb(165,177,186);
								text-shadow: #666 0 1px 0;
								margin: 0;
								padding: 2px 10px;
							}


							body#normal, body#metal {
								margin: 0;
								padding: 0;
								background-color: rgb(255,255,255);
							}

							body#normal ul, body#metal ul, body#plastic ul {
								-webkit-border-radius: 0;
								margin: 0;
								border-left: 0;
								border-right: 0;
								border-top: 0;
								}
								
								#plastic ul {
								-webkit-border-radius: 0;
								position:relative;
								left:-0.5em;
								margin-right: 0.5em;
								border-left: 0;
								border-right: 0;
								border-top: 0;
								padding:0;
								background: rgb(173,173,173);
							    border-left: 0;
							
								}
								
		


								body#metal ul {
									border-top: 0;
									border-bottom: 0;
									background: rgb(180,180,180);
								}




								body#normal ul li {
									font-size: 20px;
								}

									body#normal ul li small {
										font-size: 16px;
										line-height: 28px;
									}

									body#normal li, body#metal li {
										-webkit-border-radius: 0;
										}

									body#normal li em {
										font-weight: normal;
										font-style: normal;
										}

								body#normal h4 + ul {
									border-top: 1px solid rgb(152,158,164);
									border-bottom: 1px solid rgb(113,125,133);
								}


								body#metal ul li {
									border-top: 1px solid rgb(238,238,238);
									border-bottom: 1px solid rgb(156,158,165);
									background: url(../images/bgMetal.png) top left repeat-x;
									font-size: 26px;
									text-shadow: #fff 0 1px 0;
									}

									body#metal ul li a {
										line-height: 26px;
										margin: 0;
										padding: 13px 0;
									}

										body#metal ul li a:hover {
											color: rgb(0,0,0);
										}	

											body#metal ul li:hover small {
												color: inherit;
											}


									body#metal ul li a em {
										display: block;
										font-size: 14px;
										font-style: normal;
										color: #444;
										width: 50%;
										line-height: 14px;
									}

									body#metal ul li small {
										float: right;
										position: relative;
										margin-top: 10px;
										font-weight: bold;
										}


										body#metal ul li.arrow a small {
											padding-right: 0;
											line-height: 17px;
										}
										
										
										body#metal ul li.arrow {
											background: url(../images/bgMetal.png) top left repeat-x,
											url(../images/chevron_dg.png) right center no-repeat;
										}
										
										
																
										/* option panel */

											div#optionpanel {
												background: url(../images/blackbg.png) top left repeat-x;
												text-align: center;
												padding: 20px 10px 15px 10px;
												position: absolute;
												left: 0;
												right: 0;
												bottom: 0;		
												}

												div#optionpanel h2 {
													font-size: 17px;
													color: #fff;
													text-shadow: #000 0 1px 0;
												}
												
												
										
										
										
										/***** BUTTONS *****/

										.button {
											color: #fff;
											font: bold 20px/46px Helvetica;
											text-decoration: none;
											text-align: center;
											text-shadow: #000 0 1px 0;
											border-width: 0px 14px 0px 14px;
											display: block;
											margin: 3px 12px 3px 2px;
											}

											.green { -webkit-border-image: url(../images/greenButton.png) 0 14 0 14; }
											.red { -webkit-border-image: url(../images/redButton.png) 0 14 0 14; }

											.white {
												color: #000;
												text-shadow: #fff 0px 1px 0;
												-webkit-border-image: url(../images/whiteButton.png) 0 14 0 14;
												}

										.black { -webkit-border-image: url(../images/grayButton.png) 0 14 0 14; }
										.button_ruralvia{
										      background-image:url(../images/buttons.gif);
											  height:27px;
											  width:70px;
											  color:#FFFFFF;
											  font-weight:600;
											  font-size:0.8em;
											  margin:-2px 0 0 2px;
										      position:relative;
											   }
											
											
/***** FORMS *****/

/* fields list */
		
		ul.form {
			
		}
		
			ul.form li {
				padding: 7px 10px;
			}
			
			ul.form li.error { border: 2px solid red; }			
			ul.form li.error + li.error { border-top: 0; }
			
			ul.form li:hover { background: #fff; }
		
			ul li [type="text"], ul li [type="password"], ul li textarea, ul li select, ul li [type="search"] {
				color: #777;
				border:1px solid #4E6994;			
				font: normal 17px Helvetica;
				padding:1%;
				display: inline-block;
				margin-left: 0px;
				/*width: 100%;*/
				margin-bottom:5px;
				-webkit-appearance: textarea;
				height:22px;
                -webkit-border-radius:3px;
				}
			#_grande.{
				width:95%;
				}
			#coordenadas{
				width:50px; 
				text-align:center; 
				margin:auto;
				padding:1%;
				margin-top:2%;		
				}
				
		   .formulario{
				margin-bottom:1.5%;
				margin-top:2%;
                }
				
				
		   .acceso p{
				 
				 font: 13px;
				 margin-bottom:0px;				
			
                }
		   .small{
                 font: normal 14px Helvetica;
                } 
			
			ul li textarea {
			     height: 120px;
				 padding: 0;
				 text-indent: -2px;
				}
				
			ul li select {
					text-indent: 0px;
					background: transparent url(../images/chevron.png) no-repeat 3px;
					background-position:103%  50%;
					-webkit-appearance: textfield;
				     width: 95%;
					 height:28px;	 
				}
				
				ul li [type="checkbox"], ul li [type="radio"] {
					margin: 0;
					color: rgb(50,79,133);
					/*padding: 50px 10px 10px 10px;*/
					}
				
				/*ul li [type="checkbox"]:after, ul li [type="radio"]:after {
					content: attr(title);
					font: 17px Helvetica;
					display: block;
					width: 246px;
					margin: -12px 0 0 17px;
					}
					
					*/
					
					/**** INFORMATION FIELDS ****/

					ul.data li h4 {
						margin: 10px 0 5px 0;
					}

						ul.data li p {
							text-align: left;
							font-size: 14px;
							line-height: 18px;
							font-weight: normal;
							margin: 0;
							}
							
							ul.center li p {
							text-align: center;
							font-size: 14px;
							line-height: 18px;
							font-weight: normal;
							margin: 0;
							}
							
							ul.data li p + p { margin-top: 10px; }
							

							ul.data li {
								background: none;
								padding: 15px 10px;
								color: #222;
							}

							ul.data li a {
								display: inline;
								color: #2E3744;
								text-decoration: underline;
							}
							
							
							ul.field li small {
								position: absolute;
								right: 25px;
								margin-top: 3px;
								z-index: 3;
							}
					
							ul.field li h3 {
								color: rgb(76,86,108);
								width: 30%;
								font-size: 13px;
								line-height: 18px;
								margin: 0 10px 0 0;
								float: left;
								text-align: left;
								overflow: hidden;
								text-overflow: ellipsis;
								white-space: nowrap;
								padding: 0;
								}
								
								/* en telefonos de interes*/
								
								ul.field  h3.linea {
								color: rgb(76,86,108);
								width: 100%;
								font-size: 13px;
								line-height: 18px;
								margin: 0 10px 0 0;
								float: left;
								text-align: left;
								overflow: hidden;
								text-overflow: ellipsis;
								white-space: nowrap;
								padding: 0;
								}
									ul.field  h3.linea_black {
								color:#000;
								width: 100%;
								font-size: 15px;
								line-height: 18px;
								margin: 0 10px 0 0;
								float: left;
								text-align: left;
								overflow: hidden;
								text-overflow: ellipsis;
								white-space: nowrap;
								padding: 0;
								}
							
							
								ul.field li a {
									font-size: 13px;
									line-height: 18px;
									overflow: visible;
									white-space: normal;
									display: inline-block;
									width: 60%;
									padding: 0;
									margin: 0 0 0 0;
									vertical-align: top;
									}
									
								ul.field li big {
									font-size: 13px;
									line-height: 18px;
									font-weight: normal;
									overflow: visible;
									white-space: normal;
									display: inline-block;
									width: 60%;
									}
									
									
									
									
									
																
								ul.field li small {
									font-size: 13px;
									font-weight: bold;
								}
							
						
						/* this is for profiling */
							
						ul.profile {
							border: 0;
							background: none;
							clear: both;
							min-height: 62px;
							position: relative;
							}
							
							ul.profile li {
								background: #fff url(../images/profile-user.png) no-repeat;
								border: 1px solid #B4B4B4;
								width: 62px;
								height: 62px;
								-webkit-border-radius: 4px;
								-webkit-box-sizing: border-box;
								float: left;
								}
							
							ul.profile li + li {
								border: 0;
								background: none;
								width: 70%;
								}
								
							
								ul.profile li + li h2, ul.profile li + li p {
									color: rgb(46,55,68);
									text-shadow: #fff 0 1px 0;
									margin: 0;
								}
								
								ul.profile li + li h2 {
									font: bold 18px/22px Helvetica;
									text-overflow: ellipsis;
									white-space: nowrap;
									overflow: hidden;
									}
									
								ul.profile li + li p {
									font: 14px/18px Helvetica;
									text-overflow: ellipsis;
									white-space: nowrap;
									overflow: hidden;
									}
								
								
								/* any A element inside this kind of field list will scale 62x62 */
								
								ul.profile li a {
									display: block;
									width: 62px;
									height: 62px;
									color: transparent;
								}
									


	/***** PLASTIC LISTS *****/
	
	#plastic {
		margin: 0;
		padding: 0;
		background: rgb(173,173,173);
	}

	#plastic ul {
		-webkit-border-radius: 0;
		margin: 0;
		margin-right:-0.5em;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		background-color: rgb(173,173,173);
		}
		
		
		#plastic ul li {
			-webkit-border-radius: 0;
			border-top: 1px solid rgb(191,191,191);
			border-bottom: 1px solid rgb(157,157,157);
		}
		
		
			#plastic ul li:nth-child(odd) {
				background-color: rgb(152,152,152);
				border-top: 1px solid rgb(181,181,181);
				border-bottom: 1px solid rgb(138,138,138);
			}
		
		
	p.registro_marca{
			color: rgb(76,86,108);
			font: 14px Helvetica;
			text-align: center;
			text-shadow: white 0 1px 0;
			margin: 10px 10px 17px 0;
			}
			
			
			
			
			
			#plastic ul + p strong {
				font-size: 14px;
				line-height: 18px;
				text-shadow: #fff 0 1px 0;
			}
			
			#plastic ul li a {
				text-shadow: rgb(211,211,211) 0 1px 0;
			}
			
			#plastic ul li:nth-child(odd) a {
				text-shadow: rgb(191,191,191) 0 1px 0;
			}
			
			
			#plastic ul li small {
				color: #3C3C3C;
				text-shadow: rgb(211,211,211) 0 1px 0;
				font-size: 13px;
				font-weight: bold;
				text-transform: uppercase;
				line-height: 24px;
				}
				
				
				
	/**** MINI & BIG BANNERS ****/
	
		    	#plastic ul.minibanner, #plastic ul.bigbanner #ul.bigbanner  {
				margin: 10px;
				border: 0;
				height: 81px;
				clear: both;
				}
				
				
				
				#ul.bigbanner {
				height: 300px !important;
				}
				
				#plastic ul.minibanner li {
					border: 1px solid rgb(138,138,138);
					background-color: rgb(152,152,152);
					width: 145px;
					height: 81px;
					float: left;
					-webkit-border-radius: 5px;
					padding: 0;
					}
					
				#ul.bigbanner li {
					border: 1px solid rgb(138,138,138);
					background-color: rgb(152,152,152);
					width: 296px;
					height: 400px;
					float: left;
					-webkit-border-radius: 5px;
					padding: 0;
					margin-bottom: 4px;
					}
					
				

					
					#plastic ul.minibanner li:first-child {
						margin-right: 6px;
					}
					
					
					#plastic ul.minibanner li a {
						color: transparent;
						text-shadow: none;
						display: block;
						width: 145px;
						height: 81px;
						}
						
					#ul.bigbanner li a {
						color: transparent;
						text-shadow: none;
						display: block;
						width: 296px;
						height: 145px;
						}
		         
	
		
		/**** image grids ****/
		
		
		body#images {
			background: #fff;
			margin: 0;
		}
		
			body#images ul {
				margin: 4px 4px 4px 0;
				border: 0;
				-webkit-border-radius: 0;
				}
				
				body#images ul li {
					border: 1px solid #C0D5DD;
					-webkit-border-radius: 0;
					width: 73px;
					height: 73px;
					float: left;
					margin: 0 0 4px 4px;
					background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
					padding: 0;
					}
					
					body#images ul li a {
						display: block;
						width: 100%;
						height: 100%;
						margin: 0;
						padding: 0;
					}
		
		
		/*** BLANK PAGES ***/
		
		body#blank {
			background: #fff;
		}
		
		
		body#blank p {
			color: #898989;
			text-align: center;
			margin: 250px 0 0 0;
			}
			



			/**** ICONFIED LIST ****/
			
			
			ul li a img.ico, ul li img.ico {
				float: left;
				display: block;
				margin: -4px 10px -4px -1px;
			}

		
		
	/**** TABLA SELECCIÓN CONTRATO ****/	
		
		table.normal {

	border: 0px solid #CCCCCC;

	width: 90%;

	margin: 0px 0px 0px 0px;

	font-size: 9px;

	border-bottom-style: inherit;

	border-top-width: 0px;

}





td {

	padding: 1px 2px 1px 2px;

	text-align: left;

	vertical-align: top;

}





th {

	padding: 1px 2px 1px 2px;

	text-align: left;

	vertical-align: top;

    background-color: #CCCCCC;

    color: White;

 

}



thead tr {

	background-color: #CCCCCC;

	color: #ffffff;

	font-style: normal;

}


/******/
body > .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background-color: #bce27f;
}

body > .about {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
}

.panel > fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 110px;
    height: 42px;
    background: none;
}

.row > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
    color: #000000;
    top: 1px;
    left: 1px;
}

.row > .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2, #about > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

#message_wrap > p {
    margin-left: 10px;
}


/*naiara*/

.valor_positivo{

color:#009900;

}
.valor_negativo{

color:#ff0000;

}


.right{
/*float:right;*/
text-align:right;
font-size:13px;
}

ul.stock_name li h3{
color: #000;
width: 38%;
line-height: 18px;
font-size: 13px;
margin: 0 10px 0 0;
float: left;
text-align: left;
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
white-space: nowrap;
padding: 0;
}
ul.stock_name li {
font-size: 13px;
text-align:right;
}


.form_ancho{
-webkit-border-radius:3px;
font: normal 17px Helvetica;
display: inline-block;
border:1px solid #4E6994;
height:20px;
padding-top:8px;
margin-bottom:10px;
font-size:16px;
margin-left:0px;
width:100%;
-webkit-appearance: textarea;

}
/*
/*	border:1px solid #4E6994;			
				font: normal 17px Helvetica;
				padding:1%;
				display: inline-block;
				margin-left: 0px;
				width: 65%;
				-webkit-appearance: textarea;
				height:27px;
                -webkit-border-radius:3px;
				text-align:center;
				


/*Footer*/
 
.usuari { float:right; padding-right:5px; font-style:italic; font-weight:normal;}
 
#footer { background-color:#4E6994; }
#footer p { margin: 0px; padding: 10px 0px 0px 5px; font-size: 14px; color:#ccc;  font-weight: bold; font-family: Helvetica, sans-serif; height: 30px; }
#footer a {  color:#ccc; margin:0px; padding:0px; }
 
#footerbolsa { background-color:#000000; }
#footerbolsa p { margin: 0px; padding: 10px 0px 0px 5px; font-size: 14px; color:#ccc;  font-weight: bold; font-family: Helvetica, sans-serif; height: 30px; }
#footerbolsa a {  color:#ccc; margin:0px; padding:0px; }
 
#footera { background-color:#4E6994;  }
#footera p { margin: 0px; padding: 5px 0px 0px 5px; font-size: 14px; color:#ccc;  font-weight: bold; font-family: Helvetica, sans-serif; height: 25px; }
#footera a {  color:#ccc; }
/*Next*/
 
.next { text-align:right; margin:10px;border:0; padding:0;background:url(wapresources/iphone/button-next.png) no-repeat; color:white; font-weight:bold;}
				
	/**** MINI & BIG BANNERS ****/
	
	#previo ul {
			color: #333;
			background: transparent;
			border: 1px solid #B4B4B4;
			font: bold 16px Helvetica;
			padding: 0;	   
			margin: 15px 10px 17px 0;
			-webkit-border-radius: 8px;
			}
	       #previo ul + p strong {
				font-size: 14px;
				line-height: 18px;
				text-shadow:#fff 0 1px 0;
			}
			
			#previo ul li a {
				text-shadow:rgb(211,211,211) 0 1px 0;
			}
			
			#previo ul li:nth-child(odd) a{
				text-shadow: rgb(191,191,191) 0 1px 0;
			}
			
			
			#previo ul li small {
				color: #3C3C3C;
				text-shadow: rgb(211,211,211) 0 1px 0;
				font-size: 13px;
				font-weight: bold;
				text-transform: uppercase;
				line-height: 24px;
				}
				
	
			#previo ul.minibanner, #previo ul.bigbanner {
				margin: 0px;
				border: 0;
				height: 81px;
				clear: both;
				}
				
				#previo ul.bigbanner {
					height: 86px !important;
					margin-top:5px;
				}
				
				#previo ul.minibanner li {
					border: 1px solid rgb(138,138,138);
					background-color:  rgb(197,204,211) url(../images/stripes.png);
					width: 145px;
					height: 81px;
					float: left;
					-webkit-border-radius: 5px;
					padding: 0;
					}
					
				#previo ul.bigbanner li {
					border: 1px solid rgb(138,138,138);
					background-color: rgb(197,204,211) url(../images/stripes.png);
					width: 296px;
					height: 86px;
					float: left;
					-webkit-border-radius: 5px;
					padding: 0;
					margin-bottom: 4px;
					}
					
					#previo ul.minibanner li:first-child {
						margin-right: 6px;
					}
					
					
					#previo ul.minibanner li a {
						color: transparent;
						text-shadow: none;
						display: block;
						width: 145px;
						height: 81px;
						}
						
					#previo ul.bigbanner li a {
						color: transparent;
						text-shadow: none;
						display: block;
						width: 296px;
						height: 86px;
						}
						
					/**** ERROR APLICACIÓN****/
					
					.error_aplicacion{
			  		font-size: 16px;
	           	    font-weight: bold;
	                 }
					 
					 
					 /**** LOCALIZADOR****/
	
					 
					#coor_select{
     				width:90%;
					position: relative;
					text-align:center;
					margin:5% 2% 2% 0%;
				    }
				    .centrar{
					text-align:center;
					font-size:18px;
					display:block;
					}
					
				ul.localiza li p{
	            font-size: 14px;
				font-weight: normal;
				line-height: 18px;
				margin-bottom: 0;
				margin-left: 0;
				margin-right: 0;
				margin-top: 0;
				text-align: left;
					
				}	
				
				#ul.localizador {
				margin: 0px;
				border: 0;
				height: 225px !important;
				clear: both;
				}
				ul.localiza li p.local_indica{
				font-size: 16px;
				text-align:center;
				font-weight:bold;
					}
			
		        .localizador {
				width: 97%;
				margin: 0px;
				border: 1px solid rgb(138,138,138);
				-webkit-border-radius: 9px;
				}
					
            /**** PAGINACIÓN****/
			
			#paginacion{
        	
  		  	 position:relative;
			 width:95%;
			 top:0.2em;
			 margin:0 0.5em 0.5em 0.8em;
			 background-color:transparent;
			 text-align:center;
			 font-size:14px;
			 height:2.5em;
			 
			 
}
#paginacion ul {
	
	display:inline;
	position:relative;
	right:0;
	/*float:right;
	width:80%;*/
}

#paginacion ul li {
	
	display:inline;
	text-decoration:none;
	float:left;
	position:relative;
	color:#666;
	margin-right:0.1em;
	
}



#paginacion ul li a, #paginacion ul li a:visited {
	
	
	text-decoration:none;
	color:#666;
	overflow:hidden;
	background-color:#FFFFFF;
	-webkit-border-radius:6px;
	border: 1px solid #B4B4B4;
	
}

#paginacion :hover {
    
    -webkit-border-radius:6px;
	white-space:normal;
	background-color:#9e5ce8;
	
	
}
#paginacion  ul li {
    border-top: 0px solid #B4B4B4;

}


/**** TRANSFERENCIAS  ****/	

.formulario p{
				font-size: 12px;
                }
