	/* CSS usado en footer */
	
	/* 'clear: left': Image and text elements that appear in another element are called floating elements.
		The clear property sets the sides of an element where other floating elements are not allowed. */

	#footer{ color:#666; 
	         font-size:xx-small;
	         line-height:1;
	         background: url("/index/imagenes/bottom_dots.gif") repeat-x;
	         display:block;
	         margin:0;
	         padding:0;
	         position:relative;
	         z-index:400;
	         width:100%;
	         height:6.5em; }
	         
	/* Commented backslash hack for IE/Mac. \*/
	#footer{height:auto;border-top:0}
	/* Recover from backslash hack */
	#footer p{margin:0;padding:10px 15px 0}
	#footer ul{margin:0 15px 0;padding:0.4em 0 10px;line-height:1.5em}
	/* quirks mode markup hack */
	#footer ul#list1{padding:0.4em 0 0}
	/* quirks mode markup hack */
	#footer ul#list2{padding:0 0 10px}
	#footer ul li{background-image:none;display:inline;padding:0;margin:0}
	#footer img{float:left;margin-right:10px}
	#footer ul li a{ border-left:1px #a6a6a6 solid;
	                 text-decoration:none;
	                 padding:0 .5em;margin:0 0 5px;
	                 /* IE 5 WIN HACK:needed to show left border. In standards mode, all <a> elements are floated. */ float:left;
	                 voice-family:"\"}\"";
	                 voice-family:inherit;
	                 float:none ;}
	#footer ul li a:link{color:#c00}
	#footer ul li a:visited{color:#966}
	#footer ul li a:hover{color:#600;text-decoration:underline}
	#footer ul li a:active{color:#c00}
	#footer ul li#terms a, #footer ul li#tms a{padding-left:0;border:0; clear:left; }
	#footerrow{ background-color:#fff;
				display:block;
				width:100%;
				height:25px;
				position:relative;
				z-index:400; }
