#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
p {
	text-indent: 20px;
	text-align: justify;
}
.btn {
	margin-right: -2px;
}
  #mainmenu {
	width: 570px;
	padding-top: 90px;
	float: left;
}


#header {
	height: 128px;
}
#final {
	background-image: url(images/wrap_bot.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 960px;
	margin-right: auto;
}
#contenido {
	background-color: #FFF;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.imghome {
	margin-left: 25px;
	margin-top: 25px;
}

#contenido table {
	float: left;
}

.imghome2 {
	margin-top: 10px;
	margin-left: 500px;
}

#titulo {
	height: 50px;
	margin-left: 2px;
	width: 320px;
}
#titulo img {
	float: left;
}

#textfield {
	margin-left: 55px;
}
#textarea {
	margin-left: 35px;
}
#contenido form {
	margin-left: 180px;
}
#footer {
	clear: both;
}

#enviar {
	margin-left: 330px;
}
#textfield2 {
	margin-left: 50px;
}
#textfield3 {
	margin-left: 5px;
}
.img_div {
	margin-left: 100px;
}
.clear {
	clear: both;
}
.txt_div {
	padding-left: 50px;
	font-size: 10px;
}

.imgfooter {
	margin-right: 10px;
	margin-left: 380px;
	padding-top: 10px;
}

.imgfooterse {
	margin-right: 10px;
	padding-top: 10px;
}/******
* FORM
*******/
.casilla {
	font-family: Courier, "Courier New", monospace;
	background-color:#ffffff;
	border: 1px solid #036;
}

textarea.casilla {
	font-size: 10px;
	font-family: Courier, "Courier New", monospace;
	border: 1px solid #036;
}
.benviar {
	background-color: #036;
	border: 1px solid #036;
	font-size:12px;
	color: #fff;
}

.benviar:hover, .benviar:focus {
	background-color: #336699;
}
/******
* VALIDACION 
*******/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #036;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {

	margin: 5px 0;
	padding: 5px;
	background: #FFffff url(img/button_cancel.png) no-repeat;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
/******
* ROLLOVER
*******/
a#gns {
	display:block;
	width:125px;
	height:61px;
	text-indent:-9999px;
	background:url(img/gns.png) top left no-repeat;
}
 a#gns:hover {
	background-position:0 -62px;
}
a#xg {
	display:block;
	width:77px;
	height:62px;
	text-indent:-9999px;
	background:url(img/xgroup.png) top left no-repeat;
}
 a#xg:hover {
	background-position:0 -62px;
}
a#xp {
	display:block;
	width:139px;
	height:60px;
	text-indent:-9999px;
	background:url(img/xphone.png) top left no-repeat;
}
 a#xp:hover {
	background-position:0 -60px;
}

