acronym {
	border-bottom: dotted 1px #333;
}

.Wrap{
	margin:0 auto 0 auto;
	
/* primera fase */
/*
	min-width:815px;
	max-width:950px;
*/
	
	/* segona fase */
	width: 1032px;/*1026px;*//*950px;*/
}

#Page{
	background-image:url("./../img/gradient_background.png");
	background-repeat:repeat-x;
	background-position:top;

/* fase 0*/
/*
	min-width:815px;
	max-width:950px;
*/

/* segona fase */
	width: 900px;

	border: 1px #999999 solid;
	height: auto !important;
}

/* Header styles */

#Header{
	height:178px;
}

#Header_Logo{
	height:178px;
	width:281px;
	float:left;
	background-image:url("./../img/header_logo.png");
}

#Header_Title{
	height:133px;
	float:left;
	text-align:center;
	padding-top:45px;
	padding-left:15px;
}

#Header_LanguageMenu {
	width:168px;
	height:50px;
	position:relative;
	top:127px;
	float:right;
	vertical-align:bottom;
}

.Header_Title_Name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:38px;
	font-weight:bold;
	color:#575757;
}

.Header_Title_Powered{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#575757;
}

.Header_Title_Licence{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#575757;
}

.Header_Title_URL{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a8a8a8;
}

/* Menu Styles */

#Menu{
	float:left;
	width:159px;
	padding-top:1px;
	padding-left:6px;
	padding-right:5px;
	text-align:left;
}

#Menu a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#004385;
}

#Menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Menu li{
	height:24px;
	padding-left:8px;
	padding-top:4px;
	border: 1px #fdfdfd solid;
}

#liSelected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#004385;
	/*background-image:url("./../img/eye.png");*/
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#e5e5e5 !important;
	border-color:#b1b1b1 !important;
	/*border-width:1px !important;
	border-style:solid !important;*/
}

#Menu li a{
	height:24px;
	display:block;
}

#Menu li:hover{
	background-color:#e5e5e5;
	border-color:#b1b1b1;
}

#MenuSupportProject{
	margin-top:20px;
	margin-left:8px;
}

/* Content */

#Content{
	background-image:url("./../img/content_background.png");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d3d3d;
	padding-left:25px;
	padding-right:25px;
	padding-top:18px;
	padding-bottom:18px;
	min-height:612px;/*500px;*//*495px;*/
	margin-left:170px;
}

.BlockTitle{
	background-image:url("./../img/block_line.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:20px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom: 10px;
}

/* No translation */

#NoTranslation{
	border: 1px #CCCCCC dotted;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:11px;
	color:#339900;
}

/* google ads (right) */

#GoogleAdsMenu{
	margin-top:20px;
	margin-left:8px;
}

#GoogleAdsRight{
	border: 1px #E6E6E6 solid;
	float: right;
}

#GoogleAdsBottom{
	margin-top: 5px;
}