/* CSS Contacto */

/* CONTACTO */
#cuerpo{
	width: 1200px;
	height: 700px;
	position: relative;
	float: left;
	background-color: #635e5c;
	background-image: url(../images/FondoContacto.png);
	background-repeat: no-repeat;
}

#ContactoFormulario{
	position: relative;
	width: 250px;
	height: 650px;
	float: left;
	background-color: #f49e00;
	margin-top: 48px;
	margin-left: 200px;
}

#TablaFormulario{
	border-collapse: collapse;
	/*border: 1px solid #999900;*/
}

#TablaFormulario td{
	/*border: 1px solid #999900;*/
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}

#TablaFormulario #BtnEnvio{
	background-color: #666666;
	color: #FFFFFF;
}

#TablaFormulario #TextComentario{
	/*color: #000000; */
	text-align: justify;
}

#Informacion{
	position: relative;
	width: 400px;
	height: 150px;
	float: left;
	/*background-color: #FFFFFF;*/
	margin-top: 0px;
	margin-left: 110px;
}


#Direccion{
	position: relative;
	width: 290px;
	/*height: 100px;*/
	float: left;
	/*background-color: #009933;*/
	margin-top: 80px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#Icono{
	position: relative;
	width: 103px;
	height: 87px;
	float: left;
	/*background-color: #3366CC;*/
	margin-top: 55px;
}

#Map{
		position: absolute;
		width: 600px;
		height: 400px;
		bottom: 130px;
		right: 40px;
		/*background-color: #CC9966;*/ 
}

#SombraMap{
		position: absolute;
		float: right;
		width: 600px;
		height: 400px;
		/*background-color: red;*/
		background-image: url(../images/sombra-marco-google.png);
		background-position: right;
		background-repeat: no-repeat;
		margin-bottom: 0px;
}

#MargenMap{
		position: relative;
		float: left;
		width: 590px;
		height: 390px;
		background-color: #FFFFFF;
}

#ApiGoogle{
		position: relative;
		float: left;
		width: 570px;
		height: 370px;
		background-color: #CCCCCC;
		margin: 10px 10px 10px 10px;
}
/***********************************************/

#siguenos
{
	width:150px;
	height:40px;
	/*background-color:#333399;*/
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#footer
{
	margin-top: 2px;
	padding-top: 0px;
}