
.Button { width: 100px; color: #202020; background: #ffffff; font-size: 12px; font-weight: bold; padding: 2px; }

.Nota {
	margin-bottom: 0px;
    color: #739827;	
}



/*----------------------------
            TABS
----------------------------*/
.AjaxTabStyle .ajax__tab_header 
{
    font: bold 16px "Trebuchet MS", sans-serif; text-decoration: none; padding: 0 0 5px 0;
    margin-top: 4px;
    margin-bottom: -30px;
    color: #606060;
}

.AjaxTabStyle .ajax__tab_outer 
{
}

.AjaxTabStyle .ajax__tab_inner 
{
}

.AjaxTabStyle .ajax__tab_tab 
{
    width: 150px;
    text-align: left;
}

.AjaxTabStyle .ajax__tab_body 
{
}

.AjaxTabStyle .ajax__tab_hover 
{
    color: #ffa227; text-decoration: none;
}

.AjaxTabStyle .ajax__tab_active 
{
    color: #ffa227; text-decoration: none;
}

/*----------------------------
            Site
----------------------------*/

#Site {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: Transparent;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#Site .h1 {
	position: relative;
	top: 5px;
	color: #739827; 
	margin-top: 7px; 
	margin-bottom: 20px; 
	font-size: 24px; 
	font-weight:bold
}

#Site .text {
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
}

#Site .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
    white-space: nowrap;
}

#Site a { color: #888; text-decoration: none; }
#Site a:hover { color: #ffa227; text-decoration: none; }

/*----------------------------
          Gallery
----------------------------*/

#Gallery a { color: #fff; text-decoration: none; font-size: 12px; }
#Gallery a:hover { color: #fff; text-decoration: none; font-size: 12px; }

#Gallery .Cate { color: #000; font-weight: bold; font-size: 13px; }
#Gallery .Foto { color: #000; }

.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.imgcontainer_Generale{
	width: 270px;
	height: 80px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #444;
	float:left;
	cursor:pointer;
	background-color: #FFA227;
}

.imgcontainer_Generale:hover{
	border: 1px solid #ffa227;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}

.imgcontainer_Triathlon{
	width: 270px;
	height: 80px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #444;
	float:left;
	cursor:pointer;
	background-color: #BBDA65;
}

.imgcontainer_Triathlon:hover{
	border: 1px solid #ffa227;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.imgcontainer_Nuoto{
	width: 270px;
	height: 80px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #444;
	float:left;
	cursor:pointer;
	background-color: #7182FF;
}

.imgcontainer_Nuoto:hover{
	border: 1px solid #ffa227;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.captcontainer{
	width: 120px;
	height: 80px;
	text-align: center;
}
