@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCC;
	margin-left: auto;
	margin-right: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #626262;
}

a, a:link, a:hover, a:visited {
    font-weight: bold;
    color: #f39616;
}

img a{border:none;}
.enlaces img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	
}

.enlaces img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}


li{
  margin:0px 0px 10px 0px;
  padding: 0px 0px 10px 20px;
  background: url(imagenes/lista.gif) no-repeat left top;
  list-style: none;
}


.scrollToTop{
	width:60px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background: #f29400;
	font-weight: bold;
	text-decoration: none;
	position:fixed;
	bottom:0px;
	right:20px;
	display:none;
}
