/*ALERTS */
.jsAlert{
    width: 100%;
    text-align: center;
    color: #FFF;
      
    font: bold 16px Arial,sans-serif;  
    background: #F00;
    padding: 15px 0;


}
.ieAlert, .olderBrowser{
    background: none repeat scroll 0 0 #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    font: 14px Arial,sans-serif;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}

.ieAlert .wrap, .olderBrowser .wrap{
     width: 650px;
     margin: 0 auto;
     text-align: center;
     font-weight: bold;
}
.ieAlert .wrap .alertBig, .olderBrowser .wrap .alertBig {
     display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.olderBrowser{
    display: none;
}
.icoAlert{
    display: inline-block;
   padding: 0 10px;
}
.icoAlert img{
    position: relative;
    top: -2px;
    
}
.cerrarAlert {
       cursor: pointer;
    float: right;
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 17px;
}
.cerrarAlert img{
    width: 100%;
    position: relative;
}
.cerrarAlert:hover img{
    top: -17px;
}

.browsers{
    color: #262121;
    height: 30px;
    width: 600px; 
    margin: 10px auto 10px;
}
.browsers p{
    font-weight:  bold;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;


}
.iconsBrowsers{
    width: 126px;
    margin: 6px 10px;
    height: 30px;
    float: left;
    line-height: 60%;
    font-weight: normal;
}
.iconsBrowsers img{

width: 100%;
}
.iconsBrowsers span{
font-size: 10px;
padding: 50px;
margin: 0;

}



noscript{
    background: #FF0;
    width: 100%;
    height: 100%;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	//border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }



.color_blanco{color:#ffffff;}
.resultado_prospector{
	background: #383841;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
