/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.main{
	width:1000px;
	margin:auto;
	position:relative;
}
form{
	margin:0;
}
img{
	border:0;
}
#bottom{
	font-size:95%;
	text-align:center;
	color:#000;
}
#bottom a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.contenido{
	min-height:760px;
}
#home img{
	margin-top: 202px;
}
.frase{
	padding-top: 230px;
	width: 500px;
	margin-left: 445px;
}
#contactos form{
	background-image:url(../images/contactos-bg.png);
	background-repeat:no-repeat;
	height:390px;
	margin-top: 80px;
}
#contactos form>table{
	width: 90%;
	margin: 0 5%;
	padding-top: 20px;
	color:#FFF;
}
#contactos form td{
	vertical-align:top;
}
input[type="text"], textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:0;
	padding:2px;
	width:95%;
}
input[type="text"]{
	margin-bottom:20px;
}
textarea{
	resize:none;
	overflow:auto;
	height:225px;
	margin-top:15px;
	margin-left: 20px;
	width: 85%;
}
input[type="submit"]{
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	background-color:transparent;
	border:0;
	margin-top: 125px;
	margin-right: 50px;
}
.error{
	color:#FF0;
	font-weight:bold;
	font-size:10px;
}