BODY {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background: #666666;
}

.bannerencabezado {
	width: 100%;
	height: 50px;
	background: #ddffee;
	color: #112299;
	font: normal normal bold 18px/42px Verdana;
	text-align: center;
}

.logoencabezado {
	height: 180px;
	color: #112299;
	font: normal normal bold 18px/42px Verdana;
	text-align: center;
}

.pie {
	width: 100%;
	color: #112299;
	font: normal normal normal 10px Verdana;
	text-align: center;
	border: solid #e0e0e0;
	border-width: 1px 0px 0px 0px;
}

.contacto-contenedor{
	background-image: url('contacto.jpg');
	background-repeat: no-repeat;
	width: 241px;
	height: 229px;
	padding: 25px 0px 0px 10px;
	float: left;
	
}
.contacto-tabla{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}
.contacto-input-text{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	border: 1px solid #c0c0c0;
}
.contacto-textarea{
	border: 1px solid #c0c0c0;
}
.contacto-button{
	border-left: 	1px solid #f3f2f3;
	border-top:  	1px solid #f3f2f3;
	border-bottom:	1px solid #605e61;
	border-right:	1px solid #605e61;
	background-color: #c7c6c8;
	color: #000000;
	font-size: 10px;
	cursor: pointer;
}
.contacto-solotexto{
	text-align: left;
	font-weight: normal;
	color: #667676;
}
.contacto-label{
	text-align: right;
	font-weight: bold;
}
.contacto-enviado{
	padding: 50px 4px 4px 4px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}

.container {
	width: 268px;
	height: 258px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	float: left;
}

.container .contactotop {
	background: url('../images/contacto.gif') no-repeat top;
	font-weight: bold;
	padding: 45px 20px 0px 20px;
	vertical-align: bottom;
}

.container .onlinetop {
	background: url('../images/online-top.gif') no-repeat top;
	font-weight: bold;
	padding: 45px 20px 0px 20px;
	vertical-align: bottom;
}

.container .mid {
	background: url('../images/online-mid.gif') repeat-y;	
	padding: 0px 20px 0px 20px;
	height: 164px;
}

.container .bottom {
	background: url('../images/online-bot.gif') no-repeat bottom;
	height: 32px;
}