.modal
 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	
    background-color: #fefefe;
	/*    margin: 15% auto; /* 15% from the top and centered */
	margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#buscador {
	position:absolute;
	left:280px;
	top:67px;
	width:676px;
	height:410px;
	z-index:1;
	visibility:hidden;
}
.modal-header, h4, .close {
      background-color: #5cb85c;
      color:white !important;
      text-align: center;
      font-size: 30px;
}
.modal-footer {
	  position:absolute;	
      background-color: #f9f9f9;
}

input[type="submit"]:disabled {
    background: #999999;
}
input[type="password"]:disabled {
    background: #DBE8F7;
}
input[type="text"]:disabled {
    background: #F0F0F0;
}
input[type="number"]:disabled {
    background: #F0F0F0;
}
input[type="date"]:disabled {
    background: #F0F0F0;
}
select:disabled {
    background: #F0F0F0;
}
.Fondo0
{
	background-color:#F7F7F7;
	background-image: linear-gradient(#F7F7F7, #A7A5AA);
}

.Fondo1
{
	background-color:#5D0A28;
	background-image: linear-gradient(#5D0A28, #CB1656);
}


.Fondo2
{
	background-color:#000000;
	background-image: linear-gradient(#000000, #333333);
}

.Fondomenu
{
	background-color:#999999;
	background-image: linear-gradient(#999999, #FFFFFF);
	box-shadow:2px 2px 10px #000000;
}
.Fondo3
{
	background-color:#999999;
	background-image: linear-gradient(#999999, #FFFFFF);
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;

}
.Fondo3v3
{
	background-color:black;
	background-image: linear-gradient(black,black,white,white);
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;

}
.labeltitle
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;


}
.Fondo_login
{
	background-color:#263135;
	/*background-image: linear-gradient(#263135, #FFFFFF);*/
	background-image: linear-gradient(#22272D, #3B575B);
	border-radius:20px;
	box-shadow:2px 2px 10px #000000;
	
	
}

.labelformat
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}
.textbox
{

	border-style:none;
	border-radius:5px;
	box-shadow:2px 2px 10px #000000;
	width:90;
}
.boton
{
	border-radius:5px;
		/*	opacity:0.5;*/
	height:32px;
	width:100px;
	background-color:#999999;
	background-image: linear-gradient(#999999, #FFFFFF);
}



.txt {
	background-color:#fff;
	font:8pt helvetica;
	color:#000;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}
.gridv3 
{
	border-radius:10px;
	width:200px;
	border-bottom-style:solid;
	border-color:#696969;
	border-width :1px;
	font:8pt helvetica;
	width:150px;
}
.etiqueta{
	font: 10pt Arial, Helvetica, sans-serif;
}

.boton {
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:#333333;
        background:#f5f5f5;
		border-color:#696969;
        border-style :solid;
		border-width :1px;
}
.botonv2
{
	 border: none;
	 background: white;
	 color: #263135;
	 padding: 10px;
	 font-size: 18px;
	 border-radius: 5px;
	 position: relative;
	 box-sizing: border-box;
	 transition: all 500ms ease;

}

.div {
border: 1px solid #000000;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 0px;
}
