@charset "utf-8";
/* CSS Document */
#content{
	display:table;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px #1f1f1f solid;
}
#content section{
	display:table-cell;
	width:563px;
	padding:5px 20px;
}
#content section h1{
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	color:#1f1f1f;
	padding-bottom:5px;
}
#envioCorreo p{
	font-size:14px;
	line-height:18px;
	color:#1f1f1f;
	display:block;
	margin:10px auto;
	position:relative;
}
#envioCorreo input[type=text], #envioCorreo input[type=email], #envioCorreo textarea{
	border:1px #ccc solid;
	padding:8px 12px;
	-webkit-box-shadow:inset 2px 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow:inset 2px 2px 4px rgba(0,0,0,.2);
    box-shadow:inset 2px 2px 4px rgba(0,0,0,.2);
}
#nombre, #email, #mensaje{
	width:450px;
}
#mensaje{
	height:150px;
	min-height:150px;
	max-height:200px;
	max-width:450px;
}
img#captchaImg{
	width:107px;
	height:34px;
	display:inline;
}
#captcha{
	display:inline;
}
#content aside{
	display:table-cell;
	width:317px;
	margin:auto 10px;
	padding:15px 10px 10px;
	background:#e9e9e9;
	border:1px #d0d0d0 solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#content aside h1{
	font-size:18px;
	font-weight:bold;
	color:#1f1f1f;
	padding-bottom:10px;
	border-bottom:1px #d0d0d0 solid;
}
div.info{
	border-top:1px #fff solid;
}
#content aside p{
	padding-top:10px;
	font-size:14px;
	color:#1f1f1f;
	margin-bottom:10px;
}
#content aside img{
	border:1px #005a52 solid;
	margin:10px auto;
	width:315px;
	height:206px;
}
p#success{
	color:#005a52;
	font-size:16px;
	display:none;
}
p#error{
	color:#F00;
	font-size:16px;
	margin-top:20px;
	display:none;
}
#envioCorreo input[type=submit]{
	border:1px #0b3f3a solid;
	color:#d1d1d1;
	padding:8px 16px;
	font-size:14px;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#005a52 url(../imagenes/bg_nav.jpg) repeat-x top;
	background-image:-moz-linear-gradient(top, #107168, #005a52);
	background-image:-webkit-gradient(linear,0% 0%, 0% 100%,from(#107168),to(#005a52));
}
#envioCorreo input[type=submit]:hover{
	cursor:pointer;
	color:#fff;
}
#loading{
	position:absolute;
	left:105px;
	top:1px;
	display:none;
}