﻿@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  }



body
 {font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  /*background:#000 url(/App_Themes/Tema1/imagenes/background.gif) repeat-x top left;*/
  background: #eeeeee ;
}

#cabecera
 {
  margin-top  :  0px inherit;
  width :1000px;
  height:70px;
  background-color:#518bba ;
 
  margin : auto ;
  border-left: outset 2px #cccccc;
  border-right: inset 2px #cccccc;
  border-top: outset 2px #cccccc;
  position : relative;
  z-index : 2 ;
  
  /* efecto */
  
  border: 1px solid #90947c;
	
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#518bba', endColorstr = '#17367a');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#518bba', endColorstr = '#17367a')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #518bba, #17367a);
	background-image: -ms-linear-gradient(top, #518bba, #17367a);
	background-image: -o-linear-gradient(top, #518bba, #17367a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#518bba), to(#17367a));
	background-image: -webkit-linear-gradient(top, #518bba, #17367a);
	background-image: linear-gradient(top, #518bba, #17367a);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*//*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

  
  /* termina efecto */
  
  
  
}

#contenidoCabecera
 {
	width:900px;
	height:68px;
	margin:auto;
	/*background-color:#FFFFFF;
	border: #000000 solid  1px ;*/
}



#logotipocab
 {
	float:left;
	width: 60px;
	background-color: #FFFFFF;
	border: #000000 solid  1px;
	margin-left: 15px;
	margin-top: 5px;
	border-radius: 7px;
	text-align:center;
	background-color:#FFFFFF;

 

}



#titulo
{
	float : left ;
	width: 380px;
	margin-left: 100px ;
	height: 30px;
	margin-top: 20px;
	
    
}

    #titulo > h1
     {
        color:  #ffffff;
		text-shadow : 2px 2px 3px #000 ;
		font-size: 18px ;
				
    }

    
	 
#logotiposat
 {
 width: 160px;
 float:left ;
 margin-left: 100px ;
 margin-top: 10px ;
 
}	 

#linea
{
	width:1000px;
	height:4px;
	background-color:#86AFEE;
	margin:auto;
}

 

#cuerpo
 {
  width : 1000px;
  background-color:white ;
  color:  #5A5A5A;
  margin : auto ;
  border-left: outset 3px #cccccc;
  border-right: inset 3px #cccccc;
  border-bottom:  solid 3px #cccccc;
  overflow : auto ;
  border-radius: 0px 0px 5px 5px ;
}



#centro
 {
    width: 980px ;
    min-height : 640px ;
    background-color:  white ;
	/*background-image:url(imagenes/fotologin5.jpg);*/
    margin: 10px 9px 0;
    border-radius :  4px 4px 4px 4px ;
    border :1px inset black; 
	text-align:center ;
 
}

#logotipo
 {
	margin-top:40px;
	width: 20%;
	float: left;
	text-align :  center;
	margin-left: 145px;
	
}

#usuario
 {
	margin-top:30px;
	width: 280px;
	float: left;
	margin-left:680px;
	border-radius :  6px 6px 6px 6px;
	border :1px outset black;
	background-color: #787878;
	box-shadow : 2px 2px 2px 2px Black;	
}

#pie
 {
 width : 998px;
	height: 50px;
	background-color: #518bba;
	color:  #D1D1D1;
	clear :both;
	text-align :center;
	font-family: Verdana;
	font-size: 10px;
	
	
	border: 1px solid #90947c;
	
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#518bba', endColorstr = '#17367a');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#518bba', endColorstr = '#17367a')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #518bba, #17367a);
	background-image: -ms-linear-gradient(top, #518bba, #17367a);
	background-image: -o-linear-gradient(top, #518bba, #17367a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#518bba), to(#17367a));
	background-image: -webkit-linear-gradient(top, #518bba, #17367a);
	background-image: linear-gradient(top, #518bba, #17367a);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*//*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/


  }
    
.tabla
{
	border: 0pt;

}
.letralogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}

.Titulologin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #518bba;
}

.pielogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	
	
	color: #FFFFFF;
	background-color: #518bba;
}

.textbox
{
	border-radius: 3px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}


#divLoading
{
	position: fixed;
	z-index: 1000000;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}

#divLoading div
{
	width: 500px;
	height: 60px;
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -250px;
	color: #000000;	
}

.tablavacia {
	margin: auto;
}
