/* CSS Document */

.head_contacto{
	height:70px;
	background-image:url(../images/form/contacto-head.gif);
}

#gracias-body {
	width: 510px;
	background-image: url(../images/bg-body-510.gif);
	background-repeat: repeat-y;
	height: 536px;
	margin: 0px;
	padding: 10px 0 0 0;
	}

#sello{
	width:276px;
	height:170px;
	background-image:url(../images/gracias/sello.png);
	background-repeat:no-repeat;
	margin: 0px 0 0 2px;
}

#icono_gracias {
	width:114px;
	height:112px;
	background-image:url(../images/gracias/icono.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 180px;
	left: 50px;
}

#txt_gracias {
	width:310;
	height:112px;	
	position: absolute;
	top: 180px;
	left: 180px;
	
	}

h3.gracias {
	color:#666;
	font-size:24px;
	font-weight: bold;
}
	
h4.gracias {
	color: #0066CC;
	font-size:16px;
	font-weight: bold;
	margin: 5px 0 0 0px;
	padding:0px;
}
	
h5.gracias {
	color: #000;
	font-size:12px;
	font-weight: bold;
	margin: 5px 0 0 0px;
	padding:0px;
	float:none;
	clear: left;
	font-style:normal;
}

a.gracias {
	float:right;
	position:relative;
	right:50px;
	top: 20px;
	padding-left:20px;
	background-image: url(../images/flecha-back.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a.gracias:hover{
	background-image: url(../images/flecha-back-over.gif);
	color:#0066CC;
	text-decoration:none;
}
}
