/* armado */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_trama.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#top {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	height:155px;
	background-image:url(../images/bg_top.jpg);

}

#contenido {
	margin-left:auto;
	margin-right:auto;
	height:480px;
	width:100%;
	background-image:url(../contacto/bg_contacto.jpg);
	
}

#info {
	margin-left:auto;
	margin-right:auto;
	height:600px;
	width:1000px;
}

#foto {
	padding-left:15px;
	display:block;
	width:403px;
	height:424px;
	float:left;
}

#textos {
	padding-left:30px;
	padding-top:15px;
	width:300px;
	float:left;
}

	#titulo {
	font-size:22px;
	width:300px;
	padding-left:35px;
	font-family: 'Courgette', cursive;
	font-weight:400;
	color:#2F7C23;
	}
#detalle {
	font-size:14px;
	font-family: "pf_dindisplay_pro_lightRg", Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:left;
	color:#333;
}
#pie {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:170px;
	text-align:center;
	clear:both;
}


/* Form */
#contacto {
	font-size:14px;
	margin-left:100px;
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#666;
	width: 350px;
	padding:30px;
	text-align:left;
	float:left;

}

#contacto label {
	font-size:14px;
	display: block;
	font-weight:400;
	color:#666;
}
#contacto input {
	width: 300px;
	border-radius:5px;
	border:#ccc 1px solid;
	margin-bottom:10px;
	padding:3px;
}

#contacto textarea {
	width: 300px;
	border-radius:5px;
	border:#ccc 1px solid;
	margin-bottom:20px;
	padding:3px;
}

	
	img {
	border:0px;
	}
	

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.button a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.button:active {
	position:relative;
	top:1px;
}



	#txt_trabajo {
	font-size:14px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#666;
	}