#ads{
    border: solid #FFA500;
	border-width: 3px 1px 1px;
	background: url('../../../data/media/images/home/foto.jpg') 368px 0px no-repeat;
	/*background: url('../../../data/media/images/home/fee.gif') 368px 5px no-repeat;*/
	height: 192px;
	padding-right: 130px;
	margin-bottom: 0!important;
}

#flashcontent {
	
	width: 500px;
	height: 300px;
}

#information{
	border: solid #FFA500;
	border-width: 3px 1px 1px;
	background: url('../../../data/media/images/home/edificio.jpg') 0 3px no-repeat;
	padding-left: 130px;
	margin-bottom: 0!important;
}
	
	#information li{
		list-style-image: url('../../../data/media/images/home/arrows.png');
	}
	#information p, ul{
		margin-top: .4em!important;
		margin-bottom: .4em!important;
	}
    
#sections {
    margin-top: -5px !important;
    height: 26px !important;
}

#options {
    padding-top: 10px !important;
}

#news{
	border: 1px solid #C9D4E1;
	height: 115px;
}
	
	#news h3{
		border: none !important;
		background-color: #C9D4E1!important;
		color: #003373!important;
		font-size: 100%!important;
		margin: 0 !important;
		padding: 0.1em 1em !important;
	}

#ancert, #areaprivada{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
    width: 182px;
}

#ancert {
    margin-top: 36px;
	width: 192px;
	padding: 5px 0px;
	line-height: 16px;
    background-color: #D4D0C8;
	color: black;
}

#ancert img {
	margin: 5px 15px;
	float: left;
}

#areaprivada {
	background: url('../../../data/media/images/home/area-privada.gif') no-repeat 2px 3px;
    width: 190px;
    height: 90px;
	border-bottom: 1px solid #FFFFFF!important;
    text-align: center;
    padding-top: 5px;
}

#areaprivada a:hover {
	border-bottom: 1px dotted #000000;
    text-decoration: none;

}

img#flashintro {
	border: solid #FFA500;
	border-width: 3px 1px 1px;
	width: 497px!important;
	margin-left: 10px;
	text-align: center;
}


/* the news box */
        #news_frame {
	        width: 100%;
            text-align: left;
	        /* background: #eee; */
            padding: 0px !important;
            margin: 0px !important;
        }
        #news_frame a {
	        color: #000;
        }
        #news_frame ul {
	        margin: 0 .5em 0 1em;
	        padding: 0;
        }
        #news_frame li {
	        line-height: 2em;
        }
        /* the news box when JavaScript is available */
        #news_frame.hasJS {
	        height: 89px;
	        overflow: hidden;
	        position: relative;
        }
        /* The nested UL when JavaScript is available */
        #news_frame.hasJS ul {
	        position: absolute;
	        top: 120px;
	        left: 0;
	        margin: 0 .5em 0 0em;
	        padding: 0;
        }