.orden {font-size: 0.7em;}
.orden select{border: 1px solid #231f20;background-color: #FFFFFF;}

.formulario h3
{
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 letter-spacing: 0.09em;
 font-weight: bold;
 font-size:14px;
 color: #FFFFFF;
 background:transparent url(../img/fondo-titulo-formulario.jpg) top left repeat-x;
 padding: 5px;
 margin-top: 6px;
 margin-bottom: 3px;
}


.formulario {
	padding: 2px 10px 10px 10px;
	margin: 0px auto;
	font-size: 0.7em;
	/*background: #FFF;*/
	width: 95%;
}



.formulario p {color:#000;}

.formulario form {
width : 100%;
margin : 0;
padding : 0;
}

/* this puts a double border around text inputs on pc and firefox etc but not safari */
.formulario input {border: 1px solid #231f20;width:99%;background-color: #FFFFFF;}
.formulario textarea {border: 1px solid #231f20;background-color: #FFFFFF;}
.formulario .boton {border: 0px; width: 72px;}
/*.formulario textarea {border: 1px solid #803c3c;width: 100%;border: 1px solid #000000;background-color:#EFDAAB}*/
.formulario select
{
 border: 1px solid #231f20;
 width:100%;
}
.formulario select[disabled]{ border: 1px solid #231f20;}
/* holds the submit or update buttons below fieldsets. Use this to create a nice gap between fieldset and button, but try to use same styling as fieldset */

.formulario .submitbox {
/*width:95%;*/
margin : 4px 1em 0 0;
padding : 10px;

background-color: #FFFFFF;
color: #FFFFFF;
/*border : 1px solid #803c3c; */
}

.formulario .clausula {
width:95%;
margin : 0px auto;
padding : 10px;
border : 1px solid #231f20;
font-size: 0.8em;
}

/* all forms are housed in this style, but not the submit buttons */
.formulario fieldset {
/*width:95%;*/
margin : 0px;
padding :10px;
border: 1px solid #231f20;
}


/* the legend label for forms that sits on the fieldset border */
.formulario legend {
font-size:12px;
color : #FFFFFF;
border:1px solid #000000;
background-color: #231f20;
margin : 0;
margin-top:5px;
padding :2px 9px 3px 9px;
}


/* hidden label of form fields, set to display block to avoid need for break tags on form labels. change margin and font details only */
.formulario label {
display : block;
margin-top:7px;
margin-bottom:3px;
/*font-weight:bold;*/
font-size:1em;
color:#000000;
}

/* colour of required indicators and important form messages */

.formulario .alert {
 color:#000000;
 font-weight:normal;
 font-size:1em;
 margin-bottom:2px;
 font-style: italic;
}


.formulario .highlight {
 color:#231f20;
 font-weight:normal;
 font-size:10px;
}

/* makes submit buttons look less clunky on pc and firefox etc. be careful that changing these styles renders buttons right size on all browsers */
.formulario input.submit
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 1px;
background-color: #FFF;
color: #7497C1;
font-size: 100%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
