*, body{
    font-family: 'Roboto', 'sans-serif';
    color: #7F7F7F;
    font-size: 15px;

}
/*
a:hover{
        color:#2964A0;
        font-weight: 400;
        
}*/
#centro{
    text-align: center;
}

.standar-form-imputs{
    margin-top: 20px;
}


.form-input-text-label {
    line-height: 30px;
    height: 30px;
}

/*#yw4{
        background: #60c7e4; /* Old browsers */
/*background: -moz-linear-gradient(top, #60c7e4 0%, #60c7e4 20%, #00aeef 80%, #00aeef 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60c7e4), color-stop(20%,#60c7e4), color-stop(80%,#00aeef), color-stop(100%,#00aeef)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #60c7e4 0%,#60c7e4 20%,#00aeef 80%,#00aeef 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #60c7e4 0%,#60c7e4 20%,#00aeef 80%,#00aeef 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #60c7e4 0%,#60c7e4 20%,#00aeef 80%,#00aeef 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #60c7e4 0%,#60c7e4 20%,#00aeef 80%,#00aeef 100%); /* W3C */


//}

#mainmenu{
    color:#7F7F7F;
    background: none;
}

.grid-view table.items thead tr th  {
    background: FAFAFA; /* Old browsers */
    background: -moz-linear-gradient(top, FAFAFA 1%, FAFAFA 19%, #32a457 59%, #32a457 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,FAFAFA), color-stop(19%,FAFAFA), color-stop(59%,#32a457), color-stop(96%,#32a457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, FAFAFA 1%,FAFAFA 19%,#32a457 59%,#32a457 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, FAFAFA 1%,FAFAFA 19%,#32a457 59%,#32a457 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, FAFAFA 1%,FAFAFA 19%,#32a457 59%,#32a457 96%); /* IE10+ */
    background: linear-gradient(to bottom, FAFAFA 1%,FAFAFA 19%,#32a457 59%,#32a457 96%); /* W3C */
}

#page{
    border: none;
}

#footer{
    border-top:solid 1px #E0E0E0;
}


/*
td:hover{
//	background-color: #D0E8D8;
}
.container {
        width: 60%;
}*/


.centro-form-action {
    display: none;
    margin-left: +30%;
}
.half-size {
    width: 70%;
}
.half-size-more {
    width: 55%;
}

.extra-margin{
    margin-top: 5px;

}

.content {display:none;}
.preload { 
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}
.preload-transp {

}

.controls label {
    display: inline-block;
    width: 90px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    padding-top: 6px;
}
.controls input {
    display: block;
    margin: 0 auto -20px;
}
#veloerror {
	display:none;
	position:absolute;
	top:0Px;
	left:0Px;
	width:100%;
	height:100%;
	min-height:4000Px;
	float:left;
	z-index:1999;
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: repeat;
	background-size:cover;
}    
#cajaerror {
	display:none;
	position:fixed;
	background: #e55302;
	border:1Px solid #c4c7c8;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px; 	
  width: 40%;
  margin-top: 20%;
  margin-left: 30%;
  font-family: "Verdana", sans-serif;
  font-size:140%;
  text-align:left;
  color:#fff;
  z-index:2000;
}
#mostrarcentro {
	display:none;
	position:absolute;
	top:0%;
	left:50%;
	width:40%;
	padding:30Px;

}
#mostrarcentro2 {
	display:none;
	position:absolute;
	top:5%;
	left:15%;
	margin-left:20%;
	width:40%;
	padding:30Px;

}
#nuevocentro {
	display:none;
	position:absolute;
	border:1Px solid black;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	background:#ececec;
	min-height:300Px;
	margin-left:23%;
	margin-top:10%;
	width:50%;
	left:0.5%;
	top:-50Px;
	padding:30Px;
	z-index:3;
}