
form
{
   
}

input, select, textarea
{
 
}

.file_1 {
  	width: 144px;
	border: solid 1px #868e92;
	padding: 2px;
	font-size: 90%;
    color: #a0a0a0;
}
div.si label.cabinet {
	width: 156px;
	height: 34px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
	float: left;
}
div.si label.cabinet input {
	position: relative;
	left: -140px;
	top: 0;
	height: 100%;
	width: auto !important;
	z-index: 2;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
div.si div.uploadButton {
	position: relative;
	float: left;
}
div.si div.uploadButton div {
	width: 156px;
	height: 34px;
	background: url('/portal/imagenes/browse_A_es.jpg') 0 0 no-repeat;
	left: -156px;
	position: absolute;
	z-index: 1;
}
div.si label.selectedFile {
	margin-left: -30px;
	line-height: 27px;
}

.dhtmlselect{ 
	/*style of DHTML Select Menu, main box */
	float: right; font-size: 11px; margin-top: 5px;	
	position:relative;	
	cursor: hand;
	cursor: pointer;
	color:#3ac3fc;
 	background-color: #0000;
 	width:9.5em;
 	
}
/* Estilo DUPLICADO para mover el combo de idiomas hacia la derecha con el left = 1050px y el position=absolute*/
* html .dhtmlselect{ 
            /*style of DHTML Select Menu, main box */
            float: right; font-size: 11px; margin-top: 5px;            
            position:relative;        
            cursor: hand;
            cursor: pointer;
            color:#3ac3fc;
            background-color: #0000;
            width:9.5em; 
}


.dhtmlselect a{ 
	/*style of DHTML Select Menu, main box */		
	color:#3ac3fc;
	font-size: 11px;
}


.dhtmlselect SPAN{ 
	/*style of DHTML Select Menu, main box */	
		width:9.5em;
		float:left;
		*width:9.5em;
		*float:right;
}



.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/

}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;	
	display: none;
	left: 0;	
	z-index: 5;	
	color:#3ac3fc;
	background-color: #ffffff;
	border-top:1px solid #8E8D8D; 
	border-bottom:1px solid #8E8D8D; 
	font-size: 11px;
	
	
}

.dhtmlselect .dropdown p{ /*style of Drop Down Menu's links */
	width: 66px;
	display: block;	
	color:#000000;
	border-left:1px solid #8E8D8D; 
	border-right:1px solid #8E8D8D; 
	font-size: 11px;
}

* html .dhtmlselect .dropdown p{ /*IE 6 (and below) hack */
	width: 100%;
}

.dhtmlselect .dropdown p:hover{
	background-color: #000000;
	color:#3ac3fc;
	text-decoration: none;
	font-size: 11px;
}

