a.linkopacity img {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -khtml-opacity: 0.8;
}
 
a.linkopacity:hover img {
    filter:alpha(opacity=100);  
    -moz-opacity: 1.0;  
    opacity: 1.0;
    -khtml-opacity: 1.0; 
}

.Estilo1 {
    font-size: 18px
}

.Estilo3 {
	color: #666666
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.Estilo8 {
    font-size: 90%
}

.Estilo11 {
	color: #FFFFFF;
	font-size: 95%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.alert.alert-danger {
    padding: 5px 0 5px 0;
    color: #B40404;
}