/* CSS Document */


a 
	{
	color: #919e00; 
	text-decoration: none; 
	font-family: georgia;
	} 

a:link 
	{
	color: #919e00; 
	text-decoration: none; 
	} 

a:visited 
	{
	color: #919e00; 
	text-decoration: none; 
	} 

a:hover 
	{
	color: #FFFFFF; 
	text-decoration: none; 
	} 
	
.linkImages{
	filter:alpha(opacity=70); 
	opacity:0.7; 
	-moz-opacity:0.7;
	}	

.body
	{
	margin: 0;
	text-align: center;
	background-image: url(images/fondoFull.jpg);
	background-color: #ffffff;
	height:auto;
	
	}

.basePagina {
	margin-top: 0px;
	/*align: center;*/
	position: relative;
	width: 800px;
	text-align: center; 
	margin: 0 auto 0;
	}
	
.content 
	{
	position:absolute; 
	top: 115px;
	left: 166px;
	width: 634px;
	background-image: url(images/fondoHalf.jpg);
	/*align: center;*/
	height: 3000px;
	}
	
.contentText
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	position: absolute;
	width: 480px;
	top: 391px;
	left: 77px;
	}

.contentTextNews
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	position: absolute;
	width: 480px;
	top: 51px;
	left: 77px;
	}
	
.contentTextTitles
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	color: #00662c;
	line-height: 15pt;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	}
	
.titles
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	}
	
.imagePos
	{
	position: relative; 
	width: 500px;
	top: 50px;
	/*left: 67px;*/
	}	
	
.normalText
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	}
	
.normalTextRed
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #e2001a;
	/*
text-weight: bold;
*/
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	}
		
.menu
	{
	position: absolute; 
	top: 0px;
	left: 0px;
	}
	
.menuPar
	{
	position: absolute;
	width: 600px;
	top: 40px;
	left: 260px;
	text-align: left;
	font-size: 10pt;
	color: #e2001a;
	}
	
	
.sottomenu
	{
	position: absolute; 
	width: 166px;
	left: 0px;
	top: 221px;
	}

.sottomenuPar
	{
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	line-height: 27px;
	}
	
.popup
	{
	position: absolute;
	width: 880px;
	height: 600px;
	left: 10px;
	top: 10px;
	background-image:url(images/fondoHalf.jpg);
	background-repeat: repeat;
	}
	
.popupText
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	position: absolute;
	overflow: auto;
	top: 10px;
	left: 620px;
	width: 240px;
	margin-right: 5px;
	height: 560px;
	padding-right: 10px;
	line-height: 180%;
	}

.footer{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	text-align: left; 	
	position:relative; 
	overflow: auto;
	top:120px;
	width:500px;
	height:200px
}

