/* <CajaPpal> */
div.Shadow
{
	background: #000000 url(../images/bg/bg_borde_contactus.png) repeat-y left top;
	width: 764px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

div.Top
{
	width: 764px;
	height: 17px;
	background: #002535 url(../images/bg/bg_top_contactus.png) no-repeat left top;
}

div.Bottom 
{
	width: 764px;
	height: 55px;
	background: #000000 url(../images/bg/bg_bot_contactus.png) no-repeat left top;
}
/* </CajaPpal> */

div.Imagen
{
	text-align: left;
	width: 668px;
	height: 177px;
	background: transparent url(../images/contactus/img_top.jpg) no-repeat left bottom;
	margin: 0px auto;
}

	div.Imagen a.Logo
	{
		position: relative;
		top: 131px;
		left: 2px;
	}

div.Nav
{
	background: #002535 url(../images/bg/bg_menucolor.png) repeat left top;
	margin: 0px 48px 0px 48px;
	height: 85px;
	text-align: left;
}

	div.Nav h2.ContactUs
	{
		width: 144px;
		height: 27px;
		background-image: url(../images/contactus/tt_contactus.png);
		float: left;
		display: inline;
		margin: 18px 0px 0px 22px;
	}

div.Container
{
	background-color: #000000;
	margin: 0px 48px 0px 48px;
	text-align: left;
	padding: 26px 0px 0px 21px;
	height: 295px;
	_height: 321px;
}

	div.Container h3.C3Plus
	{
		padding: 13px 10px 0px 100px;	
		font-size: 18px;
		font-weight: normal;
	}

	div.Container div.Text
	{
		float: left;
		display: inline;
		text-align: left;
		width: 500px;
		height: 230px;
		overflow: hidden;
		margin: 13px 10px 0px 100px;
	}

		div.Container div.Text p
		{
			margin: 9px 0px 15px 0px;
			font-size: 12px;
			line-height: 18px;
		}

			div.Container div.Text p span
			{
				color: #decd58;
				font-weight: bold;
			}

			div.Container div.Text p a
			{
				color: #c4d5de;
			}

			div.Container div.Text p a:hover
			{
				text-decoration: underline;
			}
