/*------------------------------*/
/* RESETEAR LAS ETIQUETAS		*/
/*------------------------------*/
	body,
	h1, h2, h3,h4,
	p, ul, li,
	img,
	form {
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
		
/*------------------------------*/
/* ETIQUETAS STANDARD			*/
/*------------------------------*/

	body,
	form, input, 
	select, option, textarea {
		font-size: 10px;
		font-family: 'Helvetica Std','Arial',sans-serif;
		color: #666666;
		}
	
	body {
		background-image: url("../img/fondo03.jpg");
		background-repeat: repeat-x;
		}
		
	h1 {font-size: 2.2em; }
	h2 {font-size: 1.8em; }
	h3 {font-size: 1.2em; }
	h4 {font-size: 1.1em; }
	
	a {	
		text-decoration:none;
		font-weight: bold;
		font-size: 1.1em;
		}
		
	
		
	strong{font-family: "verdana"; }
	
	hr{visibility: hidden; }
	
/*------------------------------*/
/* SECCIONES					*/
/*------------------------------*/
	
	div.contenedora{
		position: relative;
		top: 0px;
		left: 50%;
		width: 790px;
		margin-left: -395px;
		}* html div.contenedora {
				width: 810px;
				margin-left: -405px;
		}
		
		
		
		/*------------------------------*/
		/* Alerta						*/
		
		#alerta {
			position:fixed;
			top: 100px;
			left:50%;
			margin-left: -200px;
			border: solid 1px #999999;
			width: 400px;
			background-color: #ffffff;
			display: none;
			font-size: 18px;
			color: #6699dd;
			z-index: 10;
			text-align: center;
			}
			
		#alerta #alerta_titulo {
			background-color: #ff6600;
			font-size: 18px;
			color: #ffffff;
			
			margin-bottom: 10px;
			font-weight: bold;
			padding: 15px 20px 10px 20px;
			}
		

				
		#alerta #alerta_cuerpo {
			font-size: 12px;
			color: #666666;
			margin-bottom: 10px;
			padding: 10px 20px 15px 20px;
			line-height: 18px;
			text-align: left;
			}
			
		#alerta #alerta_cuerpo p{
			padding: 5px 0px 0px 20px;
			background-image: url("../img/flechica_lista.gif");
			background-repeat: no-repeat;
			background-position: left;
			margin-bottom: 5px;
			}
			
		#alerta input{
			margin-bottom: 20px;
			padding: 3px 4px 3px 4px;
			font-size: 12px;
		}
				

		/*------------------------------*/
		/* Navegacion					*/
		
			#navbar{
				height: 95px;
				
				}
				
				
				
					
			#logo {
				margin-top: 11px;
				
				}html #logo {
				
				}
		
		/*------------------------------*/
		/* Menu pestaņas					*/
			
			#pestanas{
				padding-left: 140px;
				background-repeat: no-repeat;
				background-position: 671px 0px;
				}
					
				#pestanas a {
					display: block;
					float: left;
					width: 110px;
					height: 17px;
					margin:0px 1px 0px 0px;
					padding-top: 6px;
					color: #ffffff;
					font-family: "Verdana",sans-serif;
					font-weight: bold;
					font-size: 1em;
					text-align: center;
					}
					
				#pestanas a.nar {
					background-image: url("../img/pestana_nar.jpg");
				
					}
					
				#pestanas a.gris {
					background-image: url("../img/pestana_gris.jpg");
					
					}
					
				#pestanas a.gris:hover {
					background-image: url("../img/pestana_nar.jpg");
					}
					
				#img_atajo {
					float:left;
					margin:0px 0px 0px 50px;
					}
				
		/*------------------------------*/
		/* Central						*/	
			
			#bajo {
								
				}
				
	
			/*------------------------------*/
			/* Izquierda					*/	
				
				#izquierda {
					width: 140px;
					background-image: url("../img/fondo_izquierda.jpg");
					background-position: right;
					background-repeat: repeat-y;
					float: left;
					font-family: verdana,sans-serif;
					clear: left;
					
					
					}*:lang(es) #izquierda {
					margin-top: 0px;
					}
				
					
					#izquierda #atajos a{
						color: #ff6600;
						font-weight: bold;
						font-size: 1.1em;
						
						margin: 0px;
						}
						
					#izquierda #atajos a:hover {
						color:#676767;
						}
					
					#izquierda #atajos .caja {
						border: solid 1px #999999;
						background: #ffffff;
						width: 80px;
						margin: 5px 0px 0px 0px;
						}
						
					#izquierda #atajos .boton {
						border: 0px;
						background: #999999;
						color: #ffffff;
						font-weight:bold;
						width: 21px;
						height: 19px;
						}
						
					#izquierda #atajos li{
						list-style: none;
						padding: 10px 10px 10px 17px;
						border-bottom: solid 1px #dedede;
						background-image: url("../img/flechica_lista.gif");
						background-repeat: no-repeat;
						background-position: left 6px;						
						}
						
					#izquierda p.titu{
						margin: 0px 0px 6px 0px;
						
						}
						
					#izquierda #atajos p.desc{
						font-size: 0.9em;
						display: none;
						}
					
					#izquierda #herramientas {
						
						
						}
						
					#izquierda #herramientas li{
						list-style: none;
						padding: 10px 10px 10px 17px;
						border-bottom: solid 1px #dedede;
						background-image: url("../img/flechica_lista.gif");
						background-repeat: no-repeat;
						background-position: left 6px;	
						}
						
					#izquierda #herramientas a{
						color: #cc3300;
						}
						
					#izquierda #herramientas a:hover {
						color:#676767;
						}
						
					
					
														
			/*------------------------------*/
			/* Centro						*/	
				
				#centro {
					width: 530px;
					float: left;
					border-left: solid 1px #dedede;
					padding-bottom: 70px;
					border-right: solid 1px #dedede;	
					}* html #centro{
					width: 530px;
					}
					
				#donde {
					margin: 20px 0px 0px 25px;
					color: #999999;
					font-size: 0.9em;
					font-family: "Verdana",sans-serif;
					}
					
					#donde a {
						color: #999999;
						}
						
					#donde a:hover {
						text-decoration: underline;
						}
						
					#donde a.on {
						color: #666666;
						font-weight: bold;
						}		
					
				

									
			/*------------------------------*/
			/* Derecha						*/	
				
				#derecha {
					/*background-image: url("../img/fondo_derecha.jpg");
					background-repeat: repeat-y;*/
					float: left;
					font-family: verdana,sans-serif;
					}
					
					#derecha ul {
						list-style: none;
						width: 110px;
						margin: 29px 0px 0px 0px;
						padding: 0px 0px 0px 0px;
						border-left: solid 0px #cfcfcf;
						}
						
					#derecha li {
						padding: 10px 10px 10px 15px;
						border-top: solid 1px #dedede;
						}
						
					#derecha li.sub {
						padding: 10px 10px 10px 25px;
						border-top: solid 1px #dedede;
						}
						
					
						
					#derecha li a {
						color: #ff6600;
						font-size: 1em;
						}
						
					#derecha li a:hover {
						color: #666666;
						}
						
					#derecha li.sub a {
						color: #993300;
						font-size: 1em;
						
						}
						
					#derecha li a:hover {
						color: #666666;
						}
					
					
			
		/*------------------------------*/
		/* Cierre						*/	
			
			#cierre {
				clear: both;
				height: 50px;
				border-top: solid 1px #dedede;
				}
				
/*------------------------------*/
/* CLASES PARTICULARES			*/
/*------------------------------*/
	
	.red{color: #cc3300;}
	.naranja{color: #ff6600;}
	.mareto{color: #ff9900;}
	.gris{color: #999999;}
	