﻿/* ----------------------- ELEMENTS --------------------------------- */

	html{
		height:100%;  padding:0px; margin:0px;	color: #333			
	}
	
	body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #FFFFFF*/
	}


	hr{ display:block; margin:auto; height:1px; width:95%; margin:20px auto;background-color: #403F3F; color: #707070;
	border:none; clear:both; vertical-align:middle }


	img{ border:0px;   }
	
	
	a{ text-decoration:underline ; color: #666666 }
	a:visited {	color: #FF7800}	
    a:hover{text-decoration:underline; color:#FF7800  }	
	a:active {	color: #FF7800
}
	

	h1,h2,h3,h4,h5,h6{ margin:0px;padding:0px; line-height:1.1em;   }
	h1{ font-size:2.2em;  }
	h2{ font-size:2em; }
	h3{ font-size:1.8em; }
	h4{ font-size:1.6em; color: #000 }
	h5{ font-size:1.4em; color:#000}
	h6{ font-size:1.2em; }	



	
	/*p{  margin-top:0;  line-height:1.4em; margin:9px auto; color:#484444  }*/
	
	
	
	table{border-collapse:collapse;	}
	
	table td{vertical-align:top;}

	
	
/* ----------------------- MESSANGES --------------------------------- */	
	
	
	.MessageInfo, .MessageWarning {  margin:10px 50px; padding:13px  25px;
background:none;width: auto; height: auto;/* Firefox y los demás */_width:300px;_height:56px /* Internet Explorer 6 e inferiores */ }
	 
	.MessageInfo{width:370px; height:44px;
			background-repeat: no-repeat;		
			background-image: url(../Picfiles/Bg_MessageInfo.png) !important;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Picfiles/Bg_MessageInfo.png")	  } 
	
	.MessageWarning{
			background-repeat: no-repeat;	
			background-image: url(../Picfiles/Bg_MessageWarning.png) !important;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Picfiles/Bg_MessageWarning.png")	  }
	 
	 
	
	
	.MessageInfo  span, .MessageWarning   span {font-style:normal; font-weight:bold; 
	color: #FFFFFF;  margin:2px; margin-bottom:0; letter-spacing:1px}
	
	.MessageInfo p, .MessageWarning p{ font-style:normal; font-weight:normal; color: #333333; font-size:11px;
	margin:0; padding:0}
	
	

	.clear {
		    clear: both;
		    display: block;
		    overflow: hidden;
		    visibility: hidden;
		    width: 0;
		    height: 0;
	    }
