@charset "utf-8";
.fondoOpaco{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	
	opacity:.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
 
.layerSMS{
	display: none;
	position: fixed;
	top: 20%;
	left:19%;
	width:100%;	
	height:465px;
	z-index:9999;
	/*background-image:url(../media_layer/backGrLayer.jpg);
	background-repeat:repeat;*/	
}

#divlayer { position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:1000; background-color:#000000; opacity: .4; filter: alpha(opacity=40); }
#divframe { position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:10000;  }

/*
.buscador, .CMSSearchDialogSearchForTextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b65d9;
}*/



