/**
 * CSS
 * (c) 2007 Gustavo A. Salvini / ecimTech
 * http://www.ecimtech.com.ar
 */

/* Reset all Properties */
 
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */

body {
	margin-top: 15px;
	background-color: white;
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 12px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: green;
}
p {
	margin-bottom: 5px;
}
.center {
	text-align: center;
}

INPUT, TEXTAREA, SELECT {
	font-size: 12px;
	padding: 1px;
	border: 1px solid rgb(42, 57, 61);
}

OPTION {
	font-size: 10px;
}

.info_table {
	border: 1px solid #000000;
	border-spacing: 1px;
}

.info_table TD {
	border: 1px solid;
	padding: 3px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: rgb(42, 57, 61);
	margin: 10px 0 5px 0;
}
h2 {
	font-weight: bold;
	color: rgb(42, 57, 61);
	border-bottom: 1px solid rgb(42, 57, 61);
	margin: 10px 0 5px 0;
}

#mainframe {
	width: 780px;
	border: 1px solid black;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#header {
	position: relative;
	height: 89px;
	width: 100%;
	background-image: url(../images/gnd_header.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
#header .logo {
	position: absolute;
	margin-left: 15px;
}
#header ul {
	margin-right: 10px;
}
#header li {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid white;
}
#header li a:hover {
	border-bottom: 4px solid gray;
}

/* Footer */
#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
}
#footer div {
	margin-top: 3px;
}

/* mainbody */
#mainbody {
	background-image: url(../images/btn_contacto_big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding:0 30px 0 200px;
	margin: 0 0 30px 18px
}
#mainbody form {
	margin-top: 20px;
}
#mainbody fieldset {
	border: 1px solid gray;
	background-color: rgb(255,250,245);
	padding: 8px;
	margin-bottom: 5px;
}
#mainbody fieldset legend {
	background-color: gray;
	font-weight: bold;
	color: white;
	padding: 5px;
}
#mainbody fieldset input {
	border: 1px solid gray;
	float: right;
	width: 270px;
	margin-left: 10px;
}
#mainbody fieldset label {
	text-align: right;
	display: block;
	padding: 10px;
}
#mainbody ul {
	margin: 15px 0 15px 0;
}
#mainbody ul li {
	background-image: url(../images/arrow_icon.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 1px;
	padding-left: 17px;
}
