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


h1
{
	font-size:18px;
}

#main,body
{
	background-color:#E6DDD6;
	margin:0px;
	padding:0px;
}


#header
{
	width:1152px;
	height:249px;
	background-color:#4F3E3E;
}

#contenido_informacion
{
	width:950px;
	background-color:#F8F6F2;
	height:675px;
	text-align:left;
}
		
		#contenido_informacion a
		{
			text-decoration:none;
			color:#000000;
		}
		
		#contenido_informacion a:hover
		{
			color:#ffffff;
		}
		
		#contenido_informacion .item
		{
			margin:0px;
			padding:0px;
			list-style:none;
			font-family:"Swis721 Cn BT";
			font-size:13px;
			padding-left:20px;
			padding-top:9px;
			padding-bottom:9px;
			background-color:#ffffff;
			margin-bottom:1px;
			width:162px;
			cursor:pointer;
		}
		
		#contenido_informacion .item_2
		{
			margin:0px;
			padding:0px;
			list-style:none;
			font-family:"Swis721 Cn BT";
			font-size:13px;
			padding-top:9px;
			padding-bottom:47px;
			background-color:#ffffff;
			width:182px;
			cursor:pointer;
			color:#000000;
			height:168px;
		}
		
		#contenido_informacion .item:hover
		{
			
			background-color:#C08B62;
			font-weight:bold;
		}
		
		#contenido_informacion .item_2:hover
		{
			
			font-weight:bold;
			color:#000000;
		}
		
			#contenido_informacion .item_2 img
			{
				border:none;
				text-decoration:none;
			}
		
		#contenido_informacion ul li a
		{
			text-decoration:none;
			color:#C08B62;
		}
		
		#contenido_informacion ul
		{
			list-style-type:square;
			margin:0px;
			padding:0px;
			padding-left:57px;
			font-family:"Swis721 Cn BT";
			font-size:13px;
			background-color:#ffffff;
			color:#C08B62;
			padding-top:3px;
			padding-bottom:3px;
			margin-bottom:1px;
			width:125px;
			cursor:pointer;
		}
		
		#contenido_informacion ul:hover
		{
			background-color:#CCB9AC;
			color:#ffffff;
		}
		
		#contenido_informacion .columna_1
		{
			width:180px;
			float:left;
			height:612px;
		}
		
		#contenido_informacion .columna_2
		{
			background-color:#ffffff;
			width:180px;
			float:left;
			height:676px;
			font-family:"Swis721 Cn BT";
			font-size:13px;
		}
		
		#contenido_informacion .columna_2 div
		{
			padding-left:18px;
			padding-top:6px;
			padding-bottom:6px;
			width:162px;
			background-color:#ffffff;
			font-family:"Swis721 Cn BT";
			font-size:13px;
			cursor:pointer;
		}
		
		#contenido_informacion .columna_2 div:first-child
		{
			background-color:#C08B62;
			font-weight:bold;
			color:#ffffff;
		}
		
		#contenido_informacion .columna_2 img
		{
			margin-top:18px;
		}
		
		#contenido_informacion .informacion
		{
			background-color:#F8F6F2;
			width:497px;
			float:left;
			font-family:Arial;
			font-size:12px;
			height:676px;
			padding-left:46px;
			padding-right:47px;
			line-height:18px;
		}
		
		#contenido_informacion .informacion footer
		{
			font-size:12px;
			color:#9F9695;
		}
		
		#contenido_informacion .informacion ul
		{
			list-style:none;
			background-color:#F8F6F2;
			color:#000000;
			cursor:text;
			width:90%;
			padding:0px;
			padding-left:10px;
		}
		
		#contenido_informacion .informacion ul:hover
		{
			list-style:none;
			background-color:#F8F6F2;
			color:#000000;
			cursor:text;
		}
		
.formulario_contactenos
{
	width:400px;
}

	.formulario_contactenos div
	{
		padding-top:3px;
		height:25px;
	}

	.formulario_contactenos div div
	{
		float:left;
		width:100px;
	}

	.formulario_contactenos input
	{
		float:left;
		width:200px;
	}
	
	.formulario_contactenos textarea
	{
		float:left;
		width:200px;
		height:150px;
	}
	
	.formulario_contactenos .boton
	{
		float:left;
		width:70px;
		background-color:#B6835C;
		border:none;
		border-color:·ffffff;
		border:solid;
		color:#FFFFFF;
		font-weight:bold;
		border-width:2px;
		height:30px;
	}

#footer
{
	height:60px;
	background-color:#BFB2A7;
	width:950px;
	color:#FFFFFF;
	font-family:"Swis721 Cn BT";
	font-size:12px;
}

	#footer .posdata
	{
		width:93px;
		height:14px;
		float:right;
		margin-right:20px;
		margin-top:30px;
	}
	
	#footer .posdata a img
	{
		border:none;
		text-decoration:none;
	}
	
	#footer .info_web
	{
		width:350px;
		float:left;
		text-align:left;
		margin-left:10px;
		margin-top:10px;
	}
	
	#footer .info_web a
	{
		color:#FFFFFF;
		text-decoration:none;
	}