﻿/* REDEFINICIO TAGS BASICS */

body {
	margin: 40px 0 0 0;
	font-family: futura, verdana, arial, sans-serif;
	font-size: 13px;
	}
a
{
	outline:none;
}
h2
{
	color: #ca232b;
	font-size:15px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom:0px;
	font-weight: bold;
}	
h3
{
	color: #ca232b;
	font-size:11px;
	padding-top: 0px;
	margin-top:0px;
	padding-bottom: 10px;
	font-weight: bold;
}

	
/* TAGS LAYOUT */

.container_a
{
  margin:0 auto; 
  width:950px; 
  padding:0px;
}


.ZonaMainContent
{
	width: 950px;
	padding-left: 0px;
	background-repeat:no-repeat;
	text-align:left;
	
}
.clear {
       clear: both;
       height: 1px;
       margin-top: -1px;
       font-size: 1px;
       line-height: 1px;
}

.footer {
	background-color:#494949;
	text-align: right;
	color: #ededed;
	height:20px;
	padding-top: 5px;
	padding-right: 5px;
}

.LogoGF 
{
	text-align:right;
}

.content 
{
	position:relative;
	background-image: url(/imgs/fon.jpg);
	background-repeat: no-repeat;
	background-color: #eeeef0;
	/*height:414px;*/
	/*overflow:auto;*/
	min-height:414px;
  height:auto !important;
  height:414px;
	
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
	line-height:1.3;
}
.content h1
{
	color: #ca232b;
	font-size:12px;
	padding-top: 30px;
	font-weight: bold;
}
.content li
{
  list-style-image:url(/imgs/punt.gif);
  padding-bottom:3px;
 }
.content li a {
	text-decoration:none;
	color:#000000;
}
.content li a:hover {
text-decoration:underline;
color:#000000;
}

/* TAG ELEMENTS */

.languages a {
	text-decoration:none;
	color: #000000;
	}
.languages a:hover {
	text-decoration:underline;
	color: #000000;
	}
	
.languages {
	text-align:right;
	padding-bottom:6px;
}
.menuhoriz {
	background-color:#494949;
}

#titol {
	color: #ca232b;
	padding-top: 50px;
	font-weight: bold;
}
.FooterContent{
	font-size:10px;
	color:#cccccc;
}
.FooterContent a  {
	text-decoration:none;
	color:#ededed;
	}
.FooterContent a:hover {
	text-decoration:underline;
	color:#ededed;
}
.foto
{
	text-align:center;
}

img.FloatLeft { 
    float: left; 
    margin-right:15px;
}
img.FloatRight  
{
    float: right;
    margin-right:10px;
    margin-bottom:10px;
}

.FillDiv
{
	/*position:absolute;
	bottom:0px;
	overflow:auto;*/

	
	padding-top:20px;
	vertical-align:bottom;
	text-align:right;
	z-index:1000;
}

#mailto {
	color:#000000;
	text-decoration:none;
}

#mailto a {
color:#000000;
text-decoration:none;
}

#mailto a:hover{
	color:#000000;
	text-decoration:underline;
}
.rscroll {
	overflow:auto;
	padding:0 5px 5px 5px;
	width:650px;
	float:right;
	height: 245px;
}
.Acc
{
	position:relative;
	overflow: auto;
	margin-top:10px;
	height:390px;
}
.AccL
{
	float:left;
	width:300px;
	border:0;
	margin:0;
	padding:0;
	vertical-align:top;
}
.AccR
{
	float:left;
	border:0;
	margin:0;
	padding:0 0 0 5px;
	vertical-align:top;
}

.ContFDret
{
	position:relative;
	height:250px;
	overflow: auto;
}
.FloatLeft
{
	float:left;
	background-color:Red;
}
