@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}
body, html
{
	margin:0;
	
	font-family:"Calibri", "Trebuchet MS", Arial;
	font-size:12px;
	
	background:url(../img/header.jpg) scroll no-repeat top center;
}
img
{
	border:none;
}
.clear
{
	clear:both;
}
.oculto
{
	display:none;
}
.negrita
{
	font-weight:bold;
}
p
{
	line-height:16px;
}
a:link, a:active, a:visited
{
	color: #0071AF;
	text-decoration:none;
	
	outline:none;
}
a:hover
{
	text-decoration:underline;
}
h2
{
	font-family:"Century Gothic", Arial, Verdana;
	font-size:22px;
	font-weight:normal;
	color:#474743
}

/**************************************************************************/

#contenedor
{
	margin:0 auto;
	
	width:940px;
}
	#contenedor #contenido
	{
		float: left;
		padding: 0 0 0 30px;
		
		width:910px;
			
		background-color:#F4F4F4;
	}
		#contenedor #contenido #izquierda
		{
			float: left;
			width:400px;
		}
		#contenedor #contenido #derecha
		{
			float:right;
			padding: 0 30px 0 0;
			width:400px;
		}

/**************************************************************************/

#header
{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	
	width:940px;
	height: 200px;
}
	#header #header_izq
	{
		float:left;
		width:237px;
	}
	#header ul#idioma
	{
		margin: 5px 0 0 30px;
		list-style-type:none;width:157px;
	}
		#header #idioma li
		{
			float:left;
			list-style: none;
		}
		#header #idioma li a:link, #header #idioma li a:active, #header #idioma li a:visited 
		{
			margin: 5px 5px 5px 7px;
		}
		#header #idioma img
		{
			padding: 20px 0 0 0;
		}
	#header h1
	{
		display: inline;
		float:left;
		
		margin:20px 50px 0 30px;
		
		width:157px;
		height:41px; 
		
		background:url(../img/logo.gif) scroll no-repeat 0 0;
	}
		#header h1 a
		{
			display: block;
			width:157px;
			height:45px; 
		}
	#header #menu
	{
		margin: 0 0 0 0;
		padding: 18px 0 0 0;
		
		height: 115px;
	}
		#header #menu ul
		{
			list-style-type:none;
		}
		#header #menu li
		{
			display:block;
			float:left;
			margin:0 0 0 0;
			
			height:115px;
		
			list-style: none;
		}
		#header #menu a:link, #header #menu a:active, #header #menu a:visited 
		{
			display:block;
			height:115px;
		}
		

/**************************************************************************/

#pie
{
	clear:both;
	
	height:60px;
			
	color: #FFFFFF;

	background:url(../img/pie.jpg) scroll no-repeat bottom center;
}
	#pie #content
	{
		margin:0 auto;
		padding:33px 0 0 0;

		width: 910px;
	}
	#pie #content p
	{
		float:left;
	}
	#pie #content ul
	{
		float:right;
		list-style-type:none;
	}
	#pie #content li
	{
		float:right;
		display:inline;
		list-style-type:none;
	}
	#pie #content a:link, #pie #content a:active, #pie #content a:visited 
	{
		padding: 0 6px;	
		color: #FFFFFF;
		text-decoration:none;
	}
	#pie #content a:hover
	{
		text-decoration:underline;
	}



