
	/* html */
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #FFFFFF url(_img/bg-body.jpg) left top repeat-x;		
	}
	
	body, table, p
	{
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
	}
	
	h1
	{
		color: #5E5E5E;
		font-family: Verdana, Arial, Helvetica;
		font-size: 20px;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 15px 0px;
	}

	h2
	{
		margin: 0px;
		padding: 0px;
		color: #50593D;
		font-family: Tahoma, Arial;
		font-size: 18px;
	}



	/* links */

	a:link, a:active, a:visited
	{
		color: #99663D;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #E8EAE0;
	}
	
	a:hover
	{
		color: #B45944;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #503C38;
	}
	
	a.image:link, a.image:active, a.image:visited, a.image:hover
	{
		border: 0px;
	}



	/* layout */

	#container
	{
		margin: 15px 0px 15px 0px;
		text-align: center;
	}

	#main
	{
		width: 768px;		
		padding: 5px;
		margin: 0px;
		margin: auto;
		text-align: left;
		background: #F5F5F5;
		border: 2px solid #E8E8E8;
	}
	


	/* top */
	
	#top
	{
		margin: 0px;
		padding: 0px;
		background: #F2F2F3 url(_img/bg-top.jpg) left top repeat-x;
	}
	
	#topLeft
	{
		float: left;
		margin: 0px 0px 0px 0px;
	}

	#topCenter
	{
		float: left;
		width: 290px;
		margin: 30px 0px 0px 0px;
	}
	
	#agencia
	{
		color: #000000;
		font-size: 12px;
		font-weight: normal;
		font-family: Trebuchet MS, Arial;
		font-size: 18px;
		margin-bottom: 2px;
	}
	
	#slogan
	{
		color: #3C3838;
		font-family: Tahoma, Arial;
		font-size: 13px;
		font-weight: normal;
		padding-left: 1px;
	}
	
	#topCenterInfo
	{
		border-left: 3px solid black;
		padding-left: 10px;
	}
	
	#topRight
	{
		float: right;
		text-align: right;
		margin: 5px 5px 0px 0px;
	}
	
	#topRight #idiomas
	{
		margin-bottom: 15px;
	}
	
	#topRight #direccion
	{
		color: #404040;
		font-family: Tahoma, Arial, Verdana, Tahoma;
		font-size: 11px;
		font-weight: normal;
		margin-bottom: 20px;
		letter-spacing: 1px;
		text-align: center;
	}
	
	#topRight #direccion a
	{
		border: 0px;
		text-decoration: underline;
	}
	
	#topRight #direccion a:hover
	{
		color: #000000;
		text-decoration: underline;
	}


	/* menu */
	
	#menuContainer
	{
		padding-bottom: 12px;
		border-top: 2px solid #EDEDED;
		background: #FFFFFF url(_img/bg-menu.gif) left bottom repeat-x;
	}

	#menu
	{
		margin: 0px;
		/* padding: 0px 0px 0px 10px; */
		padding: 0px 0px 0px 5px;
		background: #787070;
	}

	#menu ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#menu ul li
	{
		float: left;
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	
	#menu ul li a
	{
		display: block;
		color: #FFFFFF;
		font-family: Arial;
		font-size: 12px;
		padding: 6px 10px 4px 10px;
		text-decoration: none;
		letter-spacing: 1px;
		border: 0px;
	}
	
	#menu ul li a.activo
	{
		color: #000000;
		background: #EAE9E7;
		background: #E0DBD0;
	}
	
	#menu ul li a:hover
	{
		color: #FFFFFF;
		background: #000000;
		text-decoration: none;
		border: 0px;
	}



	/* content */
	
	.content
	{
		background: #FFFFFF;
		padding: 10px 10px 0px 8px;
		margin-bottom: 3px;
	}
	
	.contentHeight
	{
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	
	#contentCol
	{
		width: 100%;
	}

	#contentLeft
	{
		float: left;
		width: 550px;
		margin-right: 15px;
	}
	
	#contentRight
	{
		width: 200px;
		float: right;
	}
	
	
	
	#static
	{
		padding: 10px 10px 15px 10px;
	}
	
		#static h1
		{
			color: #787070;
			font-family: "Trebuchet MS";
			font-size: 22px;
			padding-bottom: 10px;
			letter-spacing: 1px;
			font-weight: normal;
			border-bottom: 1px solid #DCDCDC;
			margin-bottom: 35px;
		}
		
		#static h2
		{
			color: #404040;
			font-family: Arial;
			font-size: 18px;
			font-weight: normal;
			letter-spacing: 1px;
			margin-bottom: 20px;
		}
		
		#static p
		{
			font-size: 12px;
			font-family: Verdana, Arial;
			line-height: 23px;
		}
		
		#static ul
		{
			
		}
		
			#static ul li
			{
			font-size: 12px;
			font-family: Verdana, Arial;
			line-height: 23px;
			}



	/* referencia search */

	#referencia
	{
		width: 140px;
		color: #909090;
		font-size: 10px;
		font-family: Verdana;
		border: 1px solid #E6E6E6;
	}
	
	#referenciaMensaje
	{
		margin-bottom: 25px;
	}
	
	#referenciaFormulario
	{
		margin-left: 25px;
	}
	
	#referenciaFormulario h2
	{
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	#referenciaFormulario form
	{
		margin-left: 15px;
	}



	/* bottom */

	#bottom
	{
		background: #FFFFFF url(_img/bg-bottom.gif) left bottom repeat-x;
		padding: 15px 0px 15px 0px;
		text-align: center;
	}
	
	#bottomLogo
	{
		margin-bottom: 15px;
	}
	
	#bottomLinks
	{
		margin-bottom: 10px;
	}
	
	#bottomLinks a
	{
		font-size: 11px;
		font-weight: normal;
		margin: 0px 5px 0px 5px;
	}



	/* formularios */
	
	form
	{
		margin: 0px;
		padding: 0px;
	}
	
	.labelLeft
	{
		margin-bottom: 10px;
	}
	
	.labelLeft label
	{
		float: left;
		width: 80px;
		text-align: right;
		padding-top: 2px;
	}
	
	.labelLeft .formInput
	{
		margin-left: 10px;
		float: left;
	}
	
	label
	{
		color: #415022;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Tahoma, Helvetica;
		font-size: 12px;
	}

	.formInput
	{
		font-size: 11px;
		font-family: Verdana, Arial, Tahoma, Helvetica;
		border: 1px solid #C0C0C0;
		background: #FDFDFD;
		margin: 0px;
		padding: 3px 3px 2px 3px;
		width: 100px;
	}
	
	select.formInput
	{
		padding-top: 2px;
		padding-bottom: 1px;
	}
	
	.formInputCheckbox
	{
		vertical-align: middle;
		margin: 0px;
		padding: 0px;
	}
	
	label.labelHeader
	{
		font-family: Verdana;
		font-size: 11px;
		color: #606060;
	}

	.formButtonOk
	{
		font-family: Arial, Tahoma, Helvetica;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		border: 1px solid #F2F0EE;
		padding: 2px 5px 1px 5px;
		color: #FFFFFF;
		background: #A8533C;
	}

	.formButtonAux
	{
		color: #998F3B;
		background: #FAFAFA;
		border-left: 1px solid #F2F2F2;
		border-top: 1px solid #F2F2F2;
		border-right: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
		font-family: Tahoma, Arial;
		font-size: 11px;
		font-weight: bold;
		padding: 1px 5px 1px 5px;	
	}



	/* Clear Both fixed */

	.clearfix:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix
	{
		display: inline-block;
	}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


