﻿/* ----------------------- ELEMENTS --------------------------------- */


  

	html{
		height:100%; width:100%;  padding:0px; margin:0px;
				
	}
	
	body { width:100%; display:table;background-image:url(../Picfiles/Bg_HeaderZone.jpg); background-repeat:repeat-x;
	
	
		height:100%;  padding:0px; margin:0px;  font-family: Arial, Helvetica, sans-serif; 
		color:#333333; font-size:13px; 	
	}


	hr{  }
	
	


	img{border:0; padding:0; margin:0  }
	
	
	
	/* ..del contenido */
	h1,h2,h3,h4,h5,h6{  }
	h1{  }
	h2{  }
	h3{   }
	h4{  }
	h5{ font-size:16px  }
	h6{  }	

    em{}	
	
	p{  }	
	
	a{ }
	a:hover{  }
	
	/*@font-face {
    font-family: Helvetica;
    font-style:  normal;
    font-weight: 700;
    src: url(../Styles/Fonts/HELVETI0.eot);
  }	*/

	
	/* -----------------------BOTONES --------------------------------- */
	
	
	
	/* ----------------------- Message --------------------------------- */

	
	
	 
	
	
	.MessageWarning , .MessageInfo , .MessageSuccess{font-size:10px; color:#636466 ;margin:0 auto;display:block;	
	font-weight:bold;letter-spacing: 1px; text-align:center; width:100%;}
	
	 /* ---- Backgrounds----- */
	 
	.MessageWarning{ background-image:url(../Picfiles/Icon_MessageWarning.gif);
	background-repeat:no-repeat; background-position:top; padding-top:34px   }
			
	.MessageInfo{ background-image: url(../Picfiles/Icon_MessageInfo.gif);
	background-repeat:no-repeat; background-position:top; padding-top:34px;  }
		
    .MessageSuccess{ background-image:url(../Picfiles/Icon_MessageSuccess.gif);
	background-repeat:no-repeat; background-position:top; padding-top:34px}

	
	 /* ---- 1era linea----- */
	.MessageWarning:first-line{font-size:12px;color: #D11717 }
			
	.MessageInfo:first-line{font-size:12px;color: #E87400;  }
	
    .MessageSuccess:first-line{font-size:12px;color: #1C320C;   }
	
	
	
	
	
	/* ---- NOTAS----- */
	
	 .Note{ font-size:10px; color: #5F6C78; display:block; margin:auto; width:350px; padding:4px;
	 background-color: #EFEFEB; border:1px solid #D7D7CC  }
	
	 .Note em{ font-weight:bold; font-style:normal; color: #32383F   }
	
	

/* ----------------------- FORMS --------------------------------- */
	
	#Container a{ color: #EA7500; font-size:12px}
	#Container a:hover{ color:#959699 }
	
	
	
	
	form{ } 
	
   
	
	input[type=text] , textarea{  font-family: Arial, Helvetica, sans-serif; color:#333333 !important; }
		
	select{ color:#333333; }
	
	
	#Link { color:#848588   }
	#Link:hover{ color: #FF9900   }
	
	form table{ margin:auto} 
	
	
	.Bordernone input{ border:none   }
	
	.BordernoneCheck input{ border:0  !important;   background-image:none; }
	
	.BordernoneCheck { border:0 !important; background-image:none;  }
		
	fieldset{  }
	
	
	fieldset legend{ }
	
	
	fieldset table {	}
	
	.Footnote{ 	}
	
	.Button{  	}




  
	 
	 