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

body{
	margin:0px;
	width:auto;
	height:auto;}
	
#divEncabezado{
	margin:auto;
	top:0px;
	width:1024px;
	height:180px;}
	
#divContenido{
	margin:auto;
	background-image:url(img/fondo.jpg);
	width:1024px;
	height:490px;}
	
#tablaTitContac{
	position:absolute;
	margin-top:10px;
	margin-left:35px;}
	
#divContacto {
	position:absolute;
	margin-left:190px;
	margin-top:85px;
	width:787px;
	height:300px;
	background-image:url(img/fondoFormContacto.jpg);
	background-repeat:no-repeat;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#divImgContacto{
	position:absolute;
	margin-left: 43px;
	margin-top: 70px;
	z-index:2;}
	
#tablaFormContacto{
	position:absolute;
	margin-left:6px;
	top:29px;
	margin-width: 789px;
	color: #000;
	background-image:url(img/fondoFormContacto.jpg);
	background-repeat:no-repeat;
	height: 298px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#btnContacto{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(img/botonn.png);
	width: 192px;
	height: 42px;
	border-bottom:none;
	border-bottom-style:none;
	border:none;
	background-color: transparent;
	cursor:pointer;}

#piePaginaContacto{
	position:absolute;
	margin-left:32px;
	margin-top:450px;
	color: #FFF;
	border-top:medium #999 solid;
	font-size:12px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;}
	
.linkPie{
	text-decoration:none;
	color:#7f7f7f;
	font-size: 10pt;
}
.linkPie:hover{
	color:#7f7f7f;
	text-decoration:underline;}

#tblDatos1{
	position:absolute;
	margin-top:30px;
	margin-left:200px;
}

#tblMensaje{
	position:absolute;
	margin-top:180px;
	margin-left:200px;
}

#tblCaptcha{
	position:absolute;
	margin-top:165px;
	margin-left:400px;
}

#tblBoton{
	position:absolute;
	margin-top:310px;
	margin-left:520px;
}
