/*
CSS para iframes
*/
body{
	height:430px;
	width:508px;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
}
.cajaBaseIframe,.cajaBaseIframeRegistro{
	position:absolute; 
	display:block; 
	z-index:1; 
	width:468px; 
	height:300px; 
	background-color:#FFF; 
	margin-left:20px;
}
.cajaBaseIframeRegistro{
	height:570px;
}
.cajaBaseIframeRegistro td{
	/*height:25px;*/
}
.iframeLightBoxLineasPunteadas{
	border-top:1px dotted #CCCCCC;
	/*height:2px;*/
	width:auto;
}
.iframeLightBoxInputText{
	width:274px; height:20px; background: url(../img/lightbox/bg_input_text.gif) no-repeat top left; border:0px;
}
.iframeLightBoxInputBrowse{
	width:175px;
	height:20px; 
	background: url(../img/lightbox/bg_input_text.gif) no-repeat;
	border:0px;
	float:left;
}
.iframeLightBoxTitulo1,.iframeLightBoxTitulo2,.iframeLightBoxTitulo3{
	color:#605c57; font-size:11px; overflow:hidden; width:100%; margin-bottom:8px; margin-top:8px;
}
.iframeLightBoxTitulo2{
	width:120px;
	font-weight:bold;
}
.iframeLightBoxTitulo3{	
	color: #FF6600;
	font-weight:bold;
}
.iframeLightBoxSubtitulo1{
	color:#999999;
	font-size:9px;
	height:11px;
	line-height:9px;
	margin:0;	
}
.iframeLightBoxOpciones{
	color:#605c57; 
	font-size:11px; 
	overflow:hidden; 
	display:block; 
	width:100%; 
	margin:auto;
	margin-bottom:8px; 
	margin-top:8px;
	padding-left:7px;
	background: url(../img/lightbox/bullet.gif) no-repeat 0 4px; 
	font-weight:normal; 
	width:220px!important;			
}
.iframeLightBoxIngresa{
	color:#605c57; 
	font-size:11px; 
	font-weight:bold; 
	overflow:hidden; 
	height:auto; 
	display:block; 
	width:274px;
}
.iframeLightBoxInputText{ 
	width:274px; 
	height:20px; 
	background: url(../img/lightbox/bg_input_text.gif) no-repeat top left; 
	border:0;
}
.iframeLightBoxAlerta{
	color: #FF6600; 
	width:220px; 
	margin:0 auto; 
	margin-bottom:10px; 
	text-align:center;
	font-size:11px;
}
.iframeLightBoxBotonEnviar{ 
	background: url(../img/lightbox/btn.gif) no-repeat top left; 
	height:26px; 
	width:124px; 
	display:block; 
	border:0; 
	color:#FFFFFF; 
	font-weight:bold;
}
.iframeLightBoxOlvido{
	font-size:11px; 
	color: #FF6600; 
	line-height:12px; 
	height:12px; 
	margin:0; 
	font-weight:bold;
	margin-left:10px;
}
.iframeLightBoxSelect{
	min-width:40px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Fake file */
.fileinputs {
	position: relative;
}

.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	border-color:#093;
}

/* Fake Selects */
.selectPulldown{
	margin:0px;
}
.pulldown { 
	width:274px; 
	height:20px; 
	background: url(../img/lightbox/bg_input_text.gif) no-repeat top left;  
	display:block; 
	list-style-type:none;
	margin-left:0px;
}

.pulldown a.pullbotom { 
	font-family:Arial, Helvetica, sans-serif; 
	/*color:#CCCCCC;*/ 
	font-size:12px; 
	text-decoration:none; 
	line-height:20px; 
	width:270px; 
	background: url(../img/lightbox/select_btn.gif) no-repeat 255px 2px; 
	display:block; 
	padding-left:0px;
}

.fakeSelectScrolling{
	background:#fff;
	z-index:50;
	position:absolute;
	border:#5ABDDF 1px solid;
	padding-left:0px;
	display:none;
	width:268px;
	max-height:150px;
	overflow:auto;
}
.fakeSelectItem{
	border-bottom:1px #A0F1F1 dotted; 
	width:245px;
	margin-left:2px;
}
.fakeSelectItemText{
	color:#333333; 
	font-size:12px; 
	text-decoration:none;
	display:block;
	width:245px;
}
.fakeSelectItemText:hover{
	background: #DCF3F5;
}

.scrolling { background:#fff; z-index:50;margin-left:0px; position:absolute; border:#5ABDDF 1px solid;  padding-left:0;}

.scrolling li { border-bottom:1px #A0F1F1 dotted; width:268px; list-style-type:none; list-style:none; margin-left:2px; }

.scrolling li:hover { background: #DCF3F5;}

.scrolling li a { color:#333333; font-size:12px; text-decoration:none;}