BODY, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	color:#87888A;
	
	margin:0px;
	padding:0px;
}

#contentHidden {
	display:none;
}


a:hover {
	text-decoration:underline;
}

form {
	margin:0px;
	padding:0px;
}

.tituloLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#87888A;
	letter-spacing:0.1em;
}

.boton_on, .boton_on a{
	color:#FF0000;
	border:solid; 
	border-width:1px; 
	border-color:#CCCCCC; 
	background-color:#CCCCCC;
	text-decoration:none !important;
}

.boton_off{
	border:solid; 
	border-width:1px; 
	border-color:#CCCCCC;
	background-color:#FFFFFF; 
	
}
.boton_off a{
	text-decoration:none !important;
}

input, select {
	color:#000000 !important;
}
textarea{
	border:1px;
	border-style:solid;
	border-color:#d4d5d7;

}

.error {
	font-weight: normal;
	color:#FF0000;
}
.errorBlanco {
	font-weight: bold;
	color:#FFFFFF;
}
.rojo {
	color:#FF0000;
}

label {
	cursor:hand;
	cursor:pointer;
}

.label, labelLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#87888A;
	letter-spacing:0.1em;
	
}
.labelLoginMini, .labelLoginMini a, .labelMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#87888A;
	text-decoration:none;
}

.labelLoginMini a:hover {
	color:#7e7f80;
}

input.form_input, password.form_input, input.form_file {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#87888A;
	letter-spacing:0.1em;
	border:1px;
	border-style:solid;
	border-color:#d4d5d7;
	margin-top: 0px;
	margin-bottom: 2px;
}


input.form_boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;

	
}

select.form_select {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	color:#000000 !important;
	letter-spacing:0.1em;
	margin-top: 0px;
	margin-bottom: 1px;
	border:1px;
	border-style:solid;
	border-color:#d4d5d7;
	
}

input.form_boton {
	color:#000000;
}

#cabeceramenu {
	position:relative;
}

#menuOpciones {
	position: absolute;
	top: 243px;
	left: 210px;
	font-weight:bold !important;
	z-index:100;
}

.menuTop {
	font-weight: bold !important;
	text-decoration:none;
}
.menuTop:hover {
	color: #FF0000;
	font-weight: bold !important;
	text-decoration:none;
}
.close {
	cursor:hand;
	cursor:pointer;
}

.collapse {
	background-image: url('../images/collapse.gif');
	background-repeat:no-repeat;
	background-position:center;

	cursor:hand;
	cursor:pointer;
}

.expand {
	background-image: url('../images/add.gif');
	background-repeat:no-repeat;
	background-position:center;

	cursor:hand;
	cursor:pointer;
}


/* CUADRO DE MENSAJES */
#MsgBoxContent {
	display:none;
	z-index:150;
}

#msgBox {
	left:0px;
	position: absolute;
	background-color:#b0b7a5;
	width:100%;
	height:100%;
	filter: alpha(opacity=80); opacity: .80;
	display: none;
	z-index:151;
	
}

#msgBoxNoBlur {
	left:0px;
	position: absolute;
	width:100%;
	height:100%;
	display: none;
	z-index:152;
}

#msgBoxContainer {
	background-color:#b0b7a5;
	z-index:153;
}



#validateContent {
	border:solid 1px #CC0000; 
	background:#F7CBCA url(../images/error.gif) 8px 6px no-repeat;
	color:#ff0000;
	font-weight:bold;
	padding:4px;
	padding-left: 50px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	display:none;
}

