/**************************************************/

#search-box {
	border-width:0;
	float:right;
	border:1px solid red;
	
}

#search-submit{
	
	width:20px; height:23px;
	border:0;
	margin-right:20px;
	border:1px solid red;

}






/*.error{
	background: #fff3b7;
	border: 1px solid #d5bf55;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 350px;
}

.exito{
	background: #effaea;
	border: 1px solid #e0e4ea;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	margin-bottom: 350px;
}*/
/**************************************************/









/* TITULOS ****************************************/

/**************************************************/











/*.text, .select{
	width: 200px;
	border:1px solid #0c4e8a;
}

.casilla_chica{
	width: 20px;
	text-align: center;
}

.casilla_mediana{
	width: 166px;
}*/
/**************************************************/









/* PROPIEDADES ************************************/

/*.separador{
	border-top:2px dotted #999 ;
	margin-top:4px;
	margin-left:15px;
}

.flotar_der{
	float:right;
}

.flotar_izq{
	float: left;
}

.block{
	display: block;
}

.negrita{
	font-weight: bold;
}

.fin_div{
	display: none;
	clear: both;
}*/
/**************************************************/

/* ZZZelect *********************/
.zzzelect{
	float: left;
	margin-left: 10px;
	width: 122px;
	position: relative;
	margin: 0;
}
/*.option.primera{
	float: left;
	width: 200px;
	height: 36px;
	color: #333;
	border: 1px inset #666;
	background: #fff;
	z-index: 1500;
}*/

.primera {
	float: left;
	width: 200px;
	/*height: 36px;*/
	color: #333;
	border: 1px solid #939292;
	background:url(../img/bg_select.jpg) top repeat-x #FFF;
	z-index: 1500;
	height:auto;
}

.primera img{
	width:auto;
	height:auto;
	float: left;
}

.primera span {
	padding-left:5px;
}

.zzzelect .guia{
	position: absolute;
	top:2px;
	left:0;
	width: 198px;
	/*height: 36px;*/
	background: none;
	border: 0;
	cursor: pointer;
	/*background: url(../img/select_arrow.gif) right no-repeat;*/
	background:url(../img/img_dropdown.gif) top right no-repeat;
	padding-right: 1px;
	z-index: 2500;
}

.zzzelect .opciones_zzzelect{
	width: 200px;
	position: absolute;
	left: 0;
	top: 19px;
	border: 1px solid #666;
	z-index: 1000;
	overflow-y: scroll;
	height: auto !important;
	height:200px;
	max-height: 200px;
	background: #fff;
}
.zzzelect .opciones_zzzelect div{
	cursor: pointer;
	/*height: 36px;*/
}
.zzzelect .opciones_zzzelect div:hover{
	background: #eee;
}

.option {
	background:url(../img/bg_select_big.jpg) top repeat-x #fdfdfd;
	height:54px;
	border-bottom:1px solid #dbdbdc;
}

.option span{
	/*line-height: 36px !important;*/
	float: left;
	padding: 18px 0 0 5px;
}
.option img{
	width: 50px;
	height: 52px;
	float: left;
}

/**********************************/
.select_fondo {
	background:url(../img/bg_select.jpg) top repeat-x #FFF;
	border:1px solid #939292;
	height:18px;
	position:relative;
	width:110px;
	cursor:pointer;
}

.select_fondo .flecha_dropdown {
	background:url(../img/img_dropdown.gif) no-repeat;
	width:17px;
	height:16px;
	position:absolute;
	top: 1px;
	right:1px;
}

.select_fondo span {
	padding-left:5px;
}

.select_fondo select {
	display:none;
}

.obligatorio {
	background:transparent url(../img/simbolo_x.jpg) top left no-repeat;
	float:left;
	height:17px;
	width:16px;
}

#ob_paso_1 {
	position:absolute;
	right:210px;
	top:10px;
}

#ob_equipos {
	position:absolute;
	right:320px;
}

* html #ob_equipos {
	position:absolute;
	left:10px;
}

.relativo {
	position:relative;
}

#mensaje_alerta {
	background:#FFFEEA url(../img/bg_alerta.jpg) no-repeat scroll 51px 18px;
	border:1px solid #FBD743;
	height:auto !important;
	margin:25px 0 19px;
	/*min-height:89px;*/
	/*height:60px;*/
	width:530px;
	display:none;
	padding:35px 0 60px 158px;
}
* html #mensaje_alerta {
	width:530px;
	padding:40px 0px 40px 158px;
}
#mensaje_alerta .informacion {
	background:transparent url(../img/simbolo_x.jpg) no-repeat scroll right center;
	float:left;
	padding-right:20px;
}