/* CSS Document */
body
{
  margin: 0;
  width: 100%;
  height: 100%;
}

.pagetable
{
  text-align: center;
  margin: 1px 1px;
  margin-left: auto;
  margin-right: auto;
}


.pagetable , #tableContent{
	width:60%!important;
}


#formaRegistroTable {
  padding: 15px 10px 15px 15px;
  width:80%;
  color:#FFFFFF; 
  opacity: 1; 
  border-radius: 10px !important;
  background: #080C40 0% 0% no-repeat padding-box;
  font-size: 11pt !important;
}

#formaRegistroTable td{
  padding: 3px;
  padding-left: 15px;
  text-align:left;
  border-radius: 10px !important;
  opacity: 1;
  color: #FFFFFF !important; 
}

#formaRegistroTable a{
  color: #FFFFFF !important; 
}

#formaRegistroTable textarea{
  padding-left: 10px;
  border-radius: 10px !important;
}


#usr{
	border-radius: 32px 32px 32px 32px !important;
	-moz-border-radius: 32px 32px 32px 32px !important;
	-webkit-border-radius: 32px 32px 32px 32px !important;
	border: 0px solid #000000;
	height:35px;
	width:250px!important;
}

#pwd{
	border-radius: 32px 32px 32px 32px !important;
	-moz-border-radius: 32px 32px 32px 32px !important;
	-webkit-border-radius: 32px 32px 32px 32px !important;
	border: 0px solid #000000;
	height:35px;
	width:250px!important;
}

#headerTitle td{
  text-align:center !important;
}

#headerTitle img,
#ContentSection img
{
  margin: 0px;
}

.pagetitlecell
{
  font-family: '<%=titFont%>';
  font-weight: Bold;
  padding-left: 20px;
}

video {
    object-fit: cover;
    width: 100%;
    height: 90%;
    position: fixed;
    top: 0;
    left: 0;
}
#pageContainer {opacity: 0.9 !important;}
#pageContainer a { color:#FFFFFF!important; }
#pageContainer a:hover { color:#798498!important; }

#loginTABLE {
  margin-bottom: 25%;
}


#logoTop
{
  width: 60%;
  height: auto;
  padding-top: 30%;

}

.loginDIV {
	margin-top: 20px;
	padding: 0px;
  text-align: center;
  font-size: 16pt !important;
  
}

.alerta
{
  width: auto !important;
  border-color:#ffbf00 !important;
  border: 1px solid #ffbf00 !important;
  margin: 0px 0px !important;
  padding: 2px 2px 2px 50px !important;
  background: #ffffc6 url(./khorImg/icon_atencion.svg) 10px center no-repeat !important;
  background-size:8% !important;
  color: #080C40 !important;
  font-family: "Poligon" !important;
  font-size: 16px !important;
}

