/* GENERAL */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	background-image: url(images/fondo_con.gif);
	background-repeat: repeat;
}

p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #cc4324;
	font-weight: normal;
	text-align: left;
	padding-top: 33px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #989898;
	text-align: left;
	font-weight: lighter;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

a {
	color: #ffd800;
	text-decoration: none;
}

a:hover {
	color: #ffd800;
	text-decoration: underline;
	font-weight: bold;
}



/* CUERPO ENTERO */

#cuerpo_fondo {
	width: 383px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	width: 383px;
	float: left;
}

#contacto {
	width: 318px;
	float: left;
	height: 300px;
	margin-left: 32px;
	background-image: url(images/fondo_contacto.gif);
	background-repeat: no-repeat;
}



.inputform {
	border: 0;
	background-image: url(images/fondo_form_1_2.jpg);
	height: 25px;
	width: 248px;
	background-repeat: no-repeat;
}

.areaform {
	border: 0;
	background-image: url(images/fondo_form_2_2.jpg);
	height: 51px;
	width: 243px;
	background-repeat: no-repeat;
}


.areaboton {
	border: 0;
	background-image: url(images/fondo_enviar.jpg);
	height: 27px;
	width: 62px;
	background-repeat: no-repeat;
	text-indent: -99999px;
}