* {
	font-family:Verdana;
	font-size:12px;
}

.linka {
	font-weight:bold;
	font-size:11px;
	color:#70494E;
	text-decoration:none;
}
.linka:hover {
	text-decoration:underline;
}
.avisos {
	font-weight:bold;
	font-size:11px;
	color:#000000;
}
.topo {
	font-size:12px; 
	font-family:'Arial Black';
	 color:#000033;
	
}
.titulo2 {
	font-weight:bold;
	font-size:16px;
	color:#666666;
}
.titulo6 {
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
}
.titulo {
	font-weight:bold;
	font-size:15px;
	color:#3F3F3F;
}
.titulo3 {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}
.texto {
	font-size:11px;
	color:#000000;
}
.texto5 {
	color:#006393;
	font-size:12px;
}
.texto1 {
	font-size:13px;
	color:#FFFFFF
}

hr {
	color:#CCCCCC;
}
.detal {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/* ALBUM */

.carousel-component { 
	padding:8px 16px 4px 16px;
	margin-top:20px;
}
.carousel-component .carousel-list li { 
	margin:4px;
	width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) +   img.border-left (1) + img.border-right (1)*/
	height:93px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) *//*    margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
}
.carousel-component .carousel-list li a:hover { 
	border: 1px solid #aaaaaa; 
}
.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}
.carousel-component .carousel-prev { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}
.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

/* ALBUM END */

  
	 
a.link_1 {
	text-decoration:none;
	color:#000000;
}
a.link_1:hover {
	text-decoration:underline;
}
td.td_1 {
	border: 1px solid #CCCCCC; 

}
td.td_1:hover {
	background-color:#F8F8F8;
	text-decoration:underline;
}