@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
	border:0 none;
}
.clear
{
	clear:both;
}
.negrita
{
	font-weight:bold;
}
.oculto
{
	display:none;
}
body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6A6345;
}

#container
{
	position:relative;
	margin:0 auto;
	padding:0 10px 30px 10px;
	
	width:940px;
	min-height:616px;
	
	background-image:url(../img/container_fondo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	#menuIdiomas
	{
		float:right;
		
		margin:15px 0 0 0;
		padding:0;
		
		width:216px;
		_width:280px;
	}
		#menuIdiomas ul
		{			
			float:left;
			
			width:216px;
			_width:280px;
			
			list-style:none;
		}
			#menuIdiomas li
			{
				float:left;
				
				margin:0 10px 0 0;
				padding:0 0 0 0;
				
				width:auto;
			}
			#menuIdiomas ul li a:link, #menuIdiomas ul li a:active, #menuIdiomas ul li a:visited
			{
				display:block;
				
				margin:0;
				padding:0 0 2px 16px;
				
				width:auto;
				_width:57px;
				height:11px;
				
				background-image:url(../img/ico_menuIdioma.gif);
				background-repeat:no-repeat;
				background-position:0 2px;
				
				font-size:11px;
				color:#333;
				text-decoration:none;
			}
			#menuIdiomas ul li a:hover
			{
				background-position:0 -17px;
			}
			#menuIdiomas #idiomaActivo a
			{
				background-position:0 -17px;
				cursor:default;
			}
			
	#header
	{
		clear:both;
		margin:0 0 0 0;
		padding:0 0 0 0;
		
		width:940px;
	}
		
	#content
	{		
		margin:34px 0 0 0;
		padding:0;
		
		width:940px;
	}
		#content h2
		{
			height:27px;
			
			background-repeat:no-repeat;
		}
		#content h3
		{
			width:220px;
			height:22px;
			
			background-repeat:no-repeat;
		}
		#content h2 span, #content h3 span
		{
			display:none;
		}
		#content p
		{
			margin:0 0 20px 0;
			
			line-height:20px;
		}		
		#content ul
		{
			list-style:none;
		}
			#content ul li
			{
				padding:0 0 0 18px;
				
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#333;
				background-repeat:no-repeat;
				background-position:0 3px;
			}
		.boton
		{
			padding:2px 0 0 0;
	
			width:82px;
			height:18px;
			
			text-align:center;
			text-decoration:none;
			
			background-color:#CECECD;
			color:#666;
		}
		.boton:hover
		{
			background-color:#AC5E3F;
			color:#fff;
		}
	
	#container_footer
	{
		width:100%;
		
		background-image:url(../img/container_footer_fondo.png);
		background-repeat:repeat-x;
		background-color:#CECECD;
	}