* {
	margin:0;
	padding:0;
}

BODY{
	padding:0;
	MARGIN: 0px auto 0px;
	font-style: normal;
	font-size:1em;
	font-family: "Trebuchet Ms",Arial, Helvetica, sans-serif;
	filter: default;
	text-align:center;
	background-color:#fff;
	background-image: url(../images/fondo.gif);
	background-position:left 24px;
	background-repeat:repeat-x;
}

.moduletable_h1, .oculta, .oculto{
	position: absolute;
	top:-200px; 
	left:-200px;
}
.antifloat{
	clear:both;
}

/*......................................................................................................................*/


#header{
	height:170px;		
}

#header2{
	height:170px;	
	width:885px;
	margin:auto;
	background-image: url(../images/fondo2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:left;
	
}

.moduletable_logo{
	padding-top:18px;	
	padding-top:75px;	
}

.moduletable_idiomas{
	/*padding-top:26px;	*/
	float:right;
}

.moduletable_idiomas UL{
	list-style-type:none;
	margin:0;
	padding:0px 10px 0px 0px;	
}


.moduletable_idiomas  UL LI{	
	display:inline;
	padding:0px 0px 0px 10px;
}

.moduletable_idiomas UL LI a{
	font-size:0.7em;
	color:#fff;
	text-transform:lowercase;
	text-decoration:none;
	letter-spacing:0.5px;
	font-family: Verdana;
} 

.moduletable_idiomas UL LI a:hover{
	text-decoration:underline;
	color:#111;
}

.moduletable_idiomas UL LI.active a{
	font-weight:bold;
	color:#fff;
}



/*.....................................................................................................................*/

#container{
	width:885px;
	text-align:left;
	margin:auto;	
	padding-top:0px;	
}

#right_column{
	width: 255px;
	float:right;  
	background-image: url(../images/right.gif);
	background-position:top left;
	background-repeat:no-repeat; 
    margin-top:10px;
	padding:10px 0px 0px 30px;
}

*html #right_column{
	width: 280px;
}

#center_column{	
    margin-right: 300px;
    padding: 10px 0px 0px 0px;   
	min-height:20em;
}

* html #center_column{	
    margin-right: 200px;
   
}

* html #center_column{	
	height:20em;
	
}
/*.....................................................................................................................*/

#footer{
	margin-top:0px;
	padding-top:3px;
	padding-bottom:10px;
	background-image: url(../images/footer.gif);
	background-position:top right;
	background-repeat:repeat-x;
}

#footer2{
	max-width:885px;
	margin:auto;	
	text-align:center;
}

#footer2 UL{
	list-style-type:none;
}

#footer2  UL LI{
	display:inline;
	
}

#footer2  UL LI a{
	color:#F1F1F1 !important;
	font-size:0.7em;
	font-family:"Trebuchet Ms", Verdana;
	text-decoration:underline;
	padding:0px 10px 0px 10px;
}

#footer2  UL LI a:hover{
	color:#111111;
	text-decoration:underline;
}

#footer2  UL LI.active a{
	font-weight: bold;
	font-size:0.7em !important;
	
}
#footer2  UL LI.active a:hover{
	text-decoration:none;
	color:#535353;
}
#footer2 p{
	font-size:0.7em;
	margin-top:10px;
	margin-bottom:10px;
	color:#484848;
}

