img{
    border: none;
}
#fiestas{
    font-size: 11px;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    width: 480px;
    background: #FFFFFF;  
    border-collapse:collapse;
    border: none;
    margin: 0px 0px 10px 0px;    
    
}    
table#fiestas tr td h2{
    color:#076799;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:20px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:30px;
    padding-left: 10px;
    margin: 0px;
}
table#fiestas tr td div p{
    font-family:Verdana,Arial,Helvetica,sans-serif;    
    font-size: 11px;
    color:#505050;
    margin: 0px;
    padding: 0px;
}
table#fiestas tr td div{
    margin: 0px 10px 0px 10px; 
    padding: 0px 0px 10px 0px;
}
table#fiestas tr td h3{
    color:#076799;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.2em;
    margin-bottom:0;
    padding: 5px 0px 0px 0px;
    margin-top:0px;
    margin-right: 10px;
    margin-left: 14px;
    border-top: solid 1px #ffffff;    
}
table#fiestas tr td h3.expanded a img {
    border:medium none;
    height:11px;
    margin-right:5px;
    margin-top:0px;
    padding:0;
    width:11px;
}
table#fiestas tr td h3.trigger a img {
    border:medium none;
    height:11px; 
    margin-right:5px;
    margin-top:0px;
    padding:0;
    width:11px;
}
a.linkFiestas{
    font-family:Verdana,Arial,Helvetica,sans-serif;    
    font-size: 11px;
    color: #076799;
    text-decoration: none;
}
a:hover.linkFiestas{
    color: #076799;
    text-decoration: underline;
}

		.trigger{
			cursor:pointer;
			padding-top: 6px;
			padding-bottom: 6px;
            border-top: solid 1px #ffffff;
			border-bottom: solid 1px #CCCCCC;
		}		
		.trigger:hover{
			cursor:pointer;
			/*background:#ddf;*/
		}		
		.expanded{
			/*background:#ccf;*/
			cursor:pointer;
			padding-top: 6px;
			padding-bottom: 6px;
            border-top: solid 1px #ffffff;			
		}
		.expanded:hover{
			/*background:#eef;*/
			cursor:pointer;
		}
		.show{
            position:static;
			border-bottom: solid 1px #CCCCCC;     
            display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}

