.textoErrorFormulario em{
	font-size: 10px;
	color: red;
}
/************************************************************************
	Tooltip
************************************************************************/
.toolTip{
  display: none;
  position: absolute;
  right: 0px;
  width: 160px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(../imagenes/toolTip.gif) no-repeat -100px -100px;	/* Para arreglar problema con IE6 */
}
.toolTip .toolTipFlecha{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../imagenes/toolTip.gif) left top no-repeat;
}
/************************************************************************
	Fin Tooltip
************************************************************************/
/************************************************************************
	Autocompletar
************************************************************************/
div.autoCompletar {
  margin:0px;
  padding:0px;
  width:288px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  z-index:9999;
}

div.autoCompletar ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div.autoCompletar ul li.selected {
  background-color:#ffb;
}

div.autoCompletar ul li {
  margin:0;
  padding:2px;
  height:10px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}
/************************************************************************
	Fin Autocompletar
************************************************************************/
/************************************************************************
	Upload
	<div id="xxxxxxFormularioUploadBarra" class="formularioUploadBarra">
		<p>
			<strong>
			</strong>
			<span>
			</span>
		</p>
	</div>
************************************************************************/
div.formularioUploadBarra{
	position: relative;
	width: 400px;
	height: 30px;
	background-color: gray;
	overflow: hidden;
}
div.formularioUploadBarra .rellenoBarra{
	width: 0%;
	color: black;
	font-weight: bold;
	font-size: 10px;
	background-color: green;
	height: 15px;
	line-height: 15px;
	overflow: visible;
}
div.formularioUploadBarra.formularioUploadBarraFallo .rellenoBarra{
	background-color: red;
}
div.formularioUploadBarra .rellenoBarra .porcentaje{
	text-align: right;
}
div.formularioUploadBarra .rellenoBarra .valores{
	position: absolute;
	right: 0px;
	top: 15px;
	width: 400px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
/************************************************************************
	Fin Upload
************************************************************************/
/***********************************************************************************************
	Autocompletar
***********************************************************************************************/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*******************************************************************************
	Fin Autocompletar
*******************************************************************************/
/*******************************************************************************
	Plugin Chosen
*******************************************************************************/
body .chosen-container{
	color: #999;
}
/*******************************************************************************
	Fin Plugin Chosen
*******************************************************************************/
