body{
	background: #545454 url(img/fondos/f_interior.jpg) top left repeat-x;
	margin: 0px 0px 0px 0px;
}

/*			MAQUETACIÓN			*/

.cuerpo{
	width: 960px;
	height: 614px;
	padding: 0px 0px 0px 0px;  /*top, right, botton, left */
	margin: 0px auto 0px auto;  /*top, right, botton, left */
	position: relative;
	float: left;
}
.form_contacto{
	background:url(img/fondos/f_contacto.jpg) no-repeat left;
	width: 550px;
	height: 405px;
	padding: 90px 40px 0px 50px;  /*top, right, botton, left */
	margin: 50px auto 0px 100px;  /*top, right, botton, left */
	position: relative;
	float: left;
}
.pagina {
	background: #737373 url(img/fondos/f_pagina.jpg) top left no-repeat;
	width: 960px;
	height: 740px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto; 
	position: relative;
}
.pie{
	text-align:center;
    width: 960px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: relative;
	float: left;
}
			
/* TEXTO DEL CUERPO */

.textonormal {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #888;
	font-size: 18px;
	font-weight:bold;
	line-height:28px;
}
.textoformulario {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

/* LINKS  */

a:link {
	border-color:#000;
	color: #fff;
	text-decoration: none;
}
a:visited {
	border-color:#000;
	color:#fff;
	text-decoration: none;
}
a:hover {
	border-color:#000;
	color: #fff;
	text-decoration: underline;
}