/* the overlayed element */
.overlay {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	/*background-color:#333;*/
	
	width:950px;	
	height:550px;
	border:1px solid #666;
	/*background-image:url(../imagenes/fondoOverlay.png)!important;*/
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	background:#fff;
	padding:0px;
	position:relative;
	border-radius:10px;
	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(../imagenes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.overlay h1{
  	color: #222222;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    color:#444;
}

.overlay h3{
	/*margin-top: 20px;
	color: #222222;
	font-size: 11px;
    font-weight: bold;*/
}
.overlay .avisoErrorUsuario p{
	line-height: normal !important;
    min-height: 40px;
    padding-top: 5px !important;
   	color:#fff!important;
}
.overlay p{
	color: #222222 !important;
	font-size: 12px;
}

.overlay .mitad_i{
	width: 48%;
	float:left;
}
.overlay .mitad_i p{
 	color: #5E5E5E !important;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 45px;
}
.overlay .mitad_d{
	width: 48%;
	float:right;
	margin-top: 30px;
}
.overlay .mitad_d p{
	color: #5E5E5E;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 45px;
}
.overlay p strong{
	font-size:16px;
}
.overlay .bloque_formulario{
	 background: none repeat scroll 0 0 #CED4E5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  
    margin: 10px auto auto;
   padding: 7px;
    width: 280px;
    overflow: auto;
}
.overlay .bloque_formulario label{
	display:block;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
}

div.pie_overlay{
	  background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    box-shadow: 4px 4px 6px 7px rgba(0, 0, 0, 0.2);
    height: 75px;
    position: absolute;
    width: 100%;
	
}
div.pie_overlay p{
	  color: #6D6D6D !important;
    float: left;
    height: 75px;
    line-height: 75px;
    margin-left: 20px;
    margin-right: 20px;
}
div.pie_overlay .logo_infoconcurso{
	 background-image: url("../imagenes/logo_infoconcurso2.png");
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    margin-right: 20px;
    margin-top: 18px;
    width: 159px;
	
}
div.pie_overlay .logo_infomercantil{
	background-image: url("../imagenes/logo_infomercantil2.png");
	background-repeat: no-repeat;
	width:159px;
	height: 40px;
	float:left;
	 margin-top: 18px;
}

input.text, input.email, input.password, textarea.uniform,input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus{
	background:#fff!important;
}
.tituloModal{
	 background: #444444;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}
.contenidoModal{
	overflow-x:hidden;
	overflow-y:auto;
	padding:15px;
	color:#222222;
}
.contenidoModal2{
	padding:15px;
	color: #222222;
}

.bloque_modal{
	border-bottom:1px solid #CCCCCC;
	padding:0px 0px 5px 0;
}
ul.accionesUsuario2{
	bottom: 5px;
    float: left;
    left: 80px;
    padding: 0;
    position: absolute;
}
ul.accionesUsuario2 li{
	float:right;
	
	list-style-type:none;
	padding: 0 12px;
	float:right;
}
/*ul.accionesUsuario2 li input,#buscador ul .accionesUsuario li a{
	
	background:none repeat scroll 0 0 transparent;
	
	border: medium none;
	color: #fff;
	cursor: pointer;
	display:block;
	font-size:11px;
	height:25px;
	line-height:25px;
	padding:  0 0;
	
}*/
ul.accionesUsuario2 li a{
	font-weight: normal;
	text-decoration: none;
	color:#fff;
}
/*#ventana {
		background-image:url(http://static.flowplayer.org/img/overlay/petrol.png);
		color:#fff;
	}*/
	
	/*******************************overlay_peq*************************/
	
.overlay_peq {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#333;*/
	
	width:340px;	
	height:252px;
	border:1px solid #666;
	background-image:url(../imagenes/fondoOverlay.png);
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	background-color:#fff;	
	padding:0px;

	border-radius:10px;
}

/* close button positioned on upper right corner */
.overlay_peq .close {
	background-image:url(../imagenes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay_med {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#333;*/
	
	width:520px;	
	height:385px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	padding:0px;
	  -moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px;
	
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	background:#ffffff;
	padding:0px;
	position:relative;
	border-radius:10px;
}

/* close button positioned on upper right corner */
.overlay_med .close {
	background-image:url(../../imagenes/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.overlay .boton_azul{
	
}
.ancho_campos_overlay{
	width: 52%;
	padding:10px;
	float:left;
}
.ancho_ayuda_overlay{
	width: 39%;
	padding:10px;
	float:right;
}
.ancho_ayuda_overlay p{
	margin:5px 0;
}

.contenidoModal {
    /*height: 540px !important;*/
}
.jScrollPaneDrag {
  
    /*background: none repeat scroll 0 0 #F54897 !important;*/

}
a.jScrollArrowUp {
    background: url("../imagenes/basic_arrow_up.png") repeat-x scroll 0 0 transparent!important;
}
a.jScrollArrowDown {
    background: url("../imagenes/basic_arrow_down.png") repeat-x scroll 0 0 transparent!important;
}
.overlay .close {
    background-image: url("../imagenes/close.png");
      right: -10px;
    top: -10px;
    z-index: 9999;
}

.enviar_modal{
	bottom: -15px;
    float: right;
    padding: 0;
    position: absolute;
    right: -3px;
    width: 150px;
    *bottom:-5px;
}
.overlay_med .contenidoModal{
	height: 310px;
	overflow:auto;
}
.overlay .contenidoModal{
	 height: 425px;
	overflow:auto;
}
