* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #157D6A;
}
a:hover {
	text-decoration: underline;
	color: #37AB96;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 80px;
}

#header h1 { 
	background: url(images/logo.png) no-repeat;
	height: 80px;	
	width: 309px;
	float: left;
}

#header h1 a { 
	color: #37AB96;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #fff;
}

#header h2 {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 19px;
	color: #fff;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
	float: left;
	height: 50px;
}

#menu {
	height: 70px;
	line-height: 70px;
	background: url(images/menu.png) no-repeat;
}

#content {
	background: #fff url(images/content.gif) repeat-y;
	padding: 0 20px 20px 20px;
}

.right {
	width: 750px;
	text-align: justify;
	margin: 0px auto 0px auto;
}

.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}

.right h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 7px 0;
}

#bottom {
	background: #fff url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
}

/****************************************************/

table {
	width: 700px;
}
	
.fecha_g {
	width: 200px;
	height: 200px;
}

.FormBuilder {
   	font-size: 10px;
}
        
#content tr{
   	padding: 20px;
}
.FormBuilder h5 {
   	font-size: 14px;
  	padding: 4px;
   	margin: 4px;
   	font-weight: normal;
}
        
.warning {
   	color: #ff0000;
}
        
.required {
   	color: #ff0000;
}
        
.FormBuilder td {
   	vertical-align: top;
   	line-height: 150%;
}
        
.fieldLabel {
	text-align: right;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	/*font: bold 14px Verdana, Arial;*/
	text-align: center;
}
	
h2 {
	/*font: bold 16px Verdana, Arial;*/
	text-align: center;
}
