@charset "utf-8";
body {
	margin:0;
	padding:0;
	background:url(../img/bg.jpg) no-repeat #dadada;
	background-position:center top;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#site {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

a#logo {
	display:block;
	width:940px;
	height:256px;
	background:url(../img/logo.png) no-repeat;
	margin-bottom:10px;
}

div#presa {
	line-height:35px;
	font-size:1.2em;
	text-align:justify;
	color:#333;
	margin-bottom:10px;
}

div#presa span {
	line-height:35px;
	font-size:1.4em;
	font-weight:bold;
}

div.block {
	background-color:#FFF;
	padding:10px 15px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-bottom:20px;
}

div.block_title {
	border-right:1px solid #CCC;
	background:url(../img/block_bg.gif);
	height:26px;
	display:block;
	padding:0px 15px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fixed {
	display:inline-block;
	float:left;
	width:25%;
	line-height:35px;
}

.clear {
	clear:both;
	display:block;
	height:1px;
}

.submit {
	padding:5px 10px;
	font-size:1.4em;
	font-weight:bold;
}

.field1 {
	display:inline-block;
	float:left;
	width:30%;
	height:40px;
	line-height:40px;
}

.field2 {
	display:inline-block;
	float:left;
	width:65%;
	height:40px;
	line-height:40px;
}

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em;
}

.field2 input, .field2 select {
	font-size:1.2em;
	padding:5px;
}

#bottom {
	margin:50px 0px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
}

#bottom a {
	color:#999;
}
