/* CLEAN FORM
/////////////////////////////*/

/* General */

form {
	font-size: 1.1em;
	color:#3f6081;
}

/* Elements */

form  label,form legend{
	padding:0;
}
form select{
	background-color:#8d9eb3;
	color:#663300;
	
}

form fieldset{
}

form label {
}

form fieldset input {
}

form .radio input,
form .checkbox input {
    width:auto;
    border:none;
 }

form input, form textarea, form select {
	display:block;
	font-size:1.0 em;
	border:1px solid #8d9eb3;
	background-color: #8d9eb3;
	color:#FFF;
 }

form .radio label, form .radio input,
form .checkbox label, form .checkbox input {
    display:inline;
}

form .radio input, form .checkbox input {
  
}

/* Button */

form button {
	margin:0px;
	padding:0px;
	border:none;
	cursor:pointer;
	width:80px;
	height:20px;
	color:#FFF;
	background-color:#8d9eb3;
	background-image:url(../imagenes/menu/form/enviar.png)
}

form button:hover {
	color:#8d9eb3;
	background-color:#FFF;
}

form button:active {
	
}

/* information */

form .formInfo {

}
form .destacado{
	text-align: right;
}
form .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

form .formInfo p{
	text-align:justify;
}
form th, form td{
	
	text-align:right;
}
form tr{
	height:30px;
}

form .required {
	color:#ff3838;
	font-weight:bold;
}

input[type="hidden"] {
 	display:none;
}
.inputText{
	color:#8d9eb3;
	width:554px;
	height:20px;
	padding-top:1px;
	padding-left:8px;
	background-image:url(../imagenes/form_barraG.png);
	background-repeat: no-repeat;
	text-align: left;
}
.inputTextP{
	color:#8d9eb3;
	width:181px;
	height:20px;
	padding-top:1px;
	padding-left:8px;
	text-align: left;
	background-image:url(../imagenes/form_barraP.png);
	background-repeat: no-repeat;
}
form .inputText input {
	width:536px;
	height:17px;
	border:none;
}
form .inputTextP input {
	width:163px;
	height:17px;
	border:none;
}
.mensajeError {
	height:30px;
}
