/* ---- */

.radio, .checkbox, input[type="checkbox"] {
     width: auto;
	 border: 1px solid silver;
	 margin-top: 10px;
     font-size: 11px;
	 float: left;
}
.ftitle {
	text-align: center;
	font-size: 12px;
	COLOR: #339;
	margin-top: 15px;
	margin-bottom: 5px;
}

/*input:focus, select:focus, textarea:focus,
input:hover, select:hover, textarea:hover {
	background:red;
	color:white;
}
*/

.formBr {
     clear: left;
	 font-size: 1px;
	 margin: 0px;	 
}

form {
}

div.form {
	position: absolute;
	z-index: 10;
	left: 30px;
	top: 200px;
	/*border: 5px solid silver;*/
	width: 400px;
}

textarea {
	overflow: auto
}

.ASPValidator 
{
	color: Red;
	font-size: x-small;
	text-align: right;
	/*width: 370px;
	padding: 0;
	margin: 0;	*/
	padding: 0.4em 1em;
}

.ASPValidatorGreen
{
	color: Green;
	font-size: x-small;
	text-align: right;
	/*width: 370px;
	padding: 0;
	margin: 0;	*/
	padding: 0.4em 1em;	
}

/* Contenedores y Labels ====================== */ 

label
{
	
	font-weight: bold;
}

fieldset label,
fieldset span
{
	padding: 3px 5px;
	/*margin: 5px 0 0;*/
	font-size: 12px;
	margin-top: .5em;

}

fieldset span a
{
	font-size: 100%;
}

fieldset div 
{
	clear: left;
	padding: .1em;	
	/*border-bottom: 1px solid #ccc;*/
	/*border: 1px solid silver;
	border-width: 1px;
	border-color: #CCC;
	border-width: 0 0 1px 0;*/
	
}

fieldset label {
	
	float: left;
	/*width: 100px;*/
	width: 100px;
	text-align: right;
}

fieldset span{
	 float: left;
	 /*width: 190px;*/
	 text-align: left; 
}

div.formDiv
{
	clear: left;
	padding-bottom: 5px;
}

/* Legends */

legend
{
	/*background: #0063B0;*/
	background: #FFF ;
	color: #333; 
	
	/*border: 1px solid silver;	*/
	
	font-size: x-small; 
	font-weight: bold; 
	
	padding: 3px 5px;
	letter-spacing: 1px;

	opacity: .80;
	}

/* Fieldset */

fieldset
{
	border: 0;
	background: transparent;
	border-style: hidden;
	margin-bottom: .5em;
}

fieldset.noLegend
{
	border: 0px solid transparent;
}

fieldset.login 
{
	width: 450px;
	margin: 0 auto;
}

/* Botones */

input, 
textarea,
select
{
	background-color: White;
	border: 1px solid silver;
	font-size: 12px; /*small;*/
	width: 160px;
	color: #222;
}

fieldset input,
fieldset textarea,
fieldset select {
	 margin-top: .5em;
     float: left;
}

tbody input,
tbody select
{
	float: none !important;
}

div.buttons 
{
	float: right;	
	clear: right;
	padding: 0;
	margin: 0 0 5px 0;
}

/*input.buttons { 
	cursor: pointer; 
	border: 1px solid #999999; 
	/*font-family: tahoma, verdana arial, helvetica, sans-serif; */
	/*font-weight: normal; 
	font-size: 8px; 
	padding: 2px;
	text-transform: uppercase;
	width: auto;
	height: 19px;*/
	/*background: #0063B0;*/
	/*color: white; 
	background-color: #669999;*/
	/*margin-left: 1em;*//*
}*/
	
input.tags 
{
	width: 16em;
}

input.buttons 
{
	width: auto; 
	cursor: pointer; 
	background: #669999;
	border-color:#669999;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px 10px 3px;
	text-align:center;
}

input.buttonsLight 
{
    background-color:#A0BFBF ;
}

input.buttons:hover {
	background: #7ebbbc;
}

.imgButtons { 
	cursor: pointer; 
	border: 0px solid #777;
	color: #333; 
	/*font-family: tahoma, verdana arial, helvetica, sans-serif; */
	font-weight: bold; 
	font-size: 10px; 
	padding: 2px;
	text-transform: uppercase;
	width: auto;
	background-color: Transparent;
	/*background: #0063B0;*/
	/*background: #efd9cc;*/
}

/* fonts */

fieldset a
{
	/*font-size: small;	*/
}

/* Radio Button Lists */

.radioButtonList * 
{
	margin-top: 0px;
	padding:0;
	width: auto;
	background-color: Transparent;
	vertical-align: middle;
}

.radioButtonList label
, .radioButtonList input

{
	float: none;
	font-size: x-small;
}

/* CheckBox */

div.checkBox
{
	clear: none;
	padding: 0;
	margin: 5px;
}

.checkBox label, .checkBox input
{
	/*margin-top: 17px;*/
	font-size: x-small;
	float: none;
	width: auto;
}

/* Multi Field */

.MultiField span,
.MultiField a
{
	font-size: small;
}

.MultiField span,
.MultiField input
{
	margin-right: 10px;	
}

.MultiField div
{
	margin: 5px;
}

/* File Upload */

.FileUpload {
	width: 240px;
}

.FileInputs
{
	height:30px;
	position:relative;
	width:300px;
	border: 0;
}

input.file.hidden {
	opacity:0;
	position:relative;
	text-align:right;
	z-index:2;
	
}

div.fakefile {
	left:0px;
	line-height:90%;
	margin:0pt;
	padding:0pt;
	position:absolute;
	top:0px;
	width:350px;
	z-index:1;
	border: 0;
}

div.comboFecha div,
div.comboFecha
{
	clear: none !important;	
}
	