#panel_info {
	margin-left:28px;
	margin-top:15px;
	width:450px;
	float:left;
	display:inline;
}

.divFormularioContacto {
	margin-top:15px;
	float:left;
	width:500px;
}

.divFormularioContacto label {
	width:135px;
	float:left;
	clear:left;
	text-align:right;
	display:inline;
	margin-top:5px;
	height:20px;
	line-height:21px;
	color:#302018;
	font-weight:bold;
}

.divFormularioContacto  input, .divFormularioContacto textarea {
	font-size:12px;
	width:270px;
	float:right;
	clear:right;
	line-height:18px;
	margin-top:5px;
	margin-right:70px;
	padding:0px;
	height:16px;
	padding:2px 5px;
	border:1px solid #d0d0d0;
	color:#700;
	display:inline;
}
* html .divFormularioContacto input, * html .divFormularioContacto textarea {
	height:22px;
	width:280px;
}

.divFormularioContacto textarea {
	height:136px;
	overflow:auto;
	background:none;
	border:1px solid #999;
	background:#fafafa;
	margin-top:10px;
	clear:left;
	float:left;
	width:455px;
}

* html .divFormularioContacto textarea { 
	height: 141px;
	width:468px;
}

#panel_info .pie {
	text-align:center;
}

#panel_info .btnEnviar, #panel_info .btnEnviarHover {
	background:url("../img/boton_blanco.jpg") 0px -47px;
	height:47px;
	width:155px;
	border:none;
	margin-top:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

#panel_info .btnEnviarHover  {
	background-position:0px 0px;
	color:#333;
}

#comunicacion {;
	text-align:right;
	padding-right:30px;
	background:url("../img/block.gif") no-repeat;
	margin-left:8px;
	width:170px;
	height:105px;
	font-size:20px;
	color:#620;
	font-weight:bold;
	float:left;
	margin-top:-245px;
	padding-top:95px;
	display:inline;
}
* html #comunicacion {
	padding-top:100px;
	height:200px;
	width:200px;
}

#comunicacion strong {
	font-size:15px;
	display:block;
	margin-top:5px;
	text-align:right;
	color:#302018;
}