@charset "utf-8";
/* CSS Document */
/*--------------------------------- NORMALIZING  -----------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

* { 
	margin:0; 
	padding:0;
} 
body, p, div, ul, li, form, select, input, table, tr, td, th { 
	font: 11px Arial, Helvetica, sans-serif;
	color:#282828;
}

body { 
	background:#fff url(images/bg.png);
  height:100%;
	width:100%; }


ul, lo { list-style:none;}

a img, :link img, :visited img { border:none; text-decoration:none; }

a:link {
	color:#000;
	text-decoration:underline;
}

a:visited { color:#000;text-decoration:underline; }
a:hover, a:active { color:#e3ce83;text-decoration:underline; }


/*----------------------------------------------------------------------------------------------*/

#container {
	width: 955px;
	position:relative;
	margin: auto;

}

.language{ 
	color:#e3ce83;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	top:35px;
	left:675px;
}
.language a { color:#FFFFFF; text-decoration:underline;}
.language a:hover { color:#FFFFFF; text-decoration:none;}

h1{
    position:relative;
    text-indent: -5000px;
}

p{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;
}

p.top{ 
	  background: url(../images/top.jpg) no-repeat bottom right;
    height:21px;
    position:relative;
    clear:both;
		
		}

p.izq{ 
	background-color:#FFFFFF;
	position:relative;
	float:left;
	padding:10px 20px 20px 70px;;
}

p.dcha{ 
	background-color:#FFFFFF;
	position:relative;
	float:right;
	text-align:right;
	padding:10px 100px 20px 20px;
}


strong{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.contact{ 
		background-color:#FFFFFF;
		width: 760px;
		margin:auto;
		height:150px;
}

.pusher { clear:both;}