
form
{
   
}

input, select, textarea
{
 
}

.file_1 {
  	width: 144px;
	border: solid 1px #868e92;
	padding: 2px;
	font-size: 90%;
    color: #a0a0a0;
}


.SI-FILES-STYLIZED label.cabinet
{
	width: 79px;
	height: 22px;
	background: url(/portal/imagenes/back_button.gif) repeat-x;

		display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}



.dhtmlselect{ 
	/*style of DHTML Select Menu, main box */
	float: right; font-size: 75%; margin-right: 10px; margin-top: 5px;	
	position:relative;	
	cursor: hand;
	cursor: pointer;
	color:#3ac3fc;
 	background-color: #000000;
}

/* 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:absolute;        
            cursor: hand;
            cursor: pointer;
            color:#3ac3fc;
            background-color: #0000;
            width:7.5em;
            left:1050px;     
}

.dhtmlselect a{ 
	/*style of DHTML Select Menu, main box */		
	color:#3ac3fc;
}


.dhtmlselect SPAN{ 
	/*style of DHTML Select Menu, main box */	
		
}



.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 #4C4C4C; 
	border-bottom:1px solid #4C4C4C; 
	
	
}

.dhtmlselect .dropdown p{ /*style of Drop Down Menu's links */
	width: 66px;
	display: block;	
	color:#000000;
	border-left:1px solid #4C4C4C; 
	border-right:1px solid #4C4C4C; 
}

* html .dhtmlselect .dropdown p{ /*IE 6 (and below) hack */
	width: 100%;
}

.dhtmlselect .dropdown p:hover{
	background-color: #000000;
	color:#3ac3fc;
	text-decoration: none;
}

