/* CSS Document */
/*****************************/
/*** Core html setup stuff ***/ 
/*****************************/

/*Propiedades del texto en el body*/
body {
	margin: 0px 0px 0px 0px;
	font-family:Futura Lt BT;
	font-size: 14px;
	color: #333;
}
/*Propiedades del texto en el td de la tabla*/
body, td{
	font-family:Futura Lt BT;
	font-size: 14px;
	color:#666;
}
/*titulos*/
h3 {
	color:#1F5A99;
	text-align: left;
	padding-left: 5px;
    padding-right: 5px;
	font-weight: bold;
	font-size: 18px;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:2px;
}
/*boton  de formularios*/
.btn {
  font-family:Futura Lt BT;
  text-align: center;
  font-size: 12px;
  font-weight:bolder;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  background-color:#1F5A99;
  /*background: url(../images/bac_h3.png) repeat-x;*/
  border: 1px solid #FFFFFF;
  line-height: 20px;
  margin: 1px;
  color:#FFF
}
/*.btn_login 
{
  font-family :Futura Lt BT;
  text-align: center;
  font-size: 12px;
  font-weight:bolder;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:5px;
  width: auto;
  background-color:#FFF;
  /*background: url(../images/bac_h3.png) repeat-x;*/
 /* border: 1px solid #FFFFFF;
  line-height: 10px;
  margin: 1px;
  color:#1F5A99
}*/
.btn_login{
  font-family:Futura Lt BT;
  text-align: center;
  font-size: 12px;
  font-weight:bolder;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:3px;
  padding-bottom:3px;  
  width: auto;
  background-color:#1F5A99;
  /*background: url(../images/bac_h3.png) repeat-x;*/
  border: 1px solid #FFFFFF;
  line-height: 10px;
  margin: 1px;
  color:#FFF
}
/*Propiedades del td left del template*/
td.left {
	background-image: url(images/header_02.jpg);
	background-repeat:repeat-y;
	width:260px;
	/*padding-left: 20px;*/
	text-align:left;
}
/*Propiedades del td main del template*/
td.main {
	width:740px;
	height:450px;
}
/*Propiedades del iframe del template*/
iframe{
	width:740px;
	height:500px;	
}
/*Propiedades de los link del template*/

a:link, a:visited {
	color:#0080C0; text-decoration: underline;
	margin-bottom:2px;
}
a:hover {
	color: #0080C0;	text-decoration: none;
	margin-bottom:2px;
}

/*a.login, login:visited{
  color:#FFFEE8; text-decoration: underline;
}
a.login:hover {
color:#FFF; text-decoration:none;
}*/

#txtLogUsr{
background : #ffffff url(images/usuario.png) no-repeat center left;
padding-left : 20px;
}
#txtLogPss {
background : #ffffff url(images/clave.png) no-repeat center left;
padding-left : 20px;
} 

#txtUsuario{
background : #ffffff url(images/usuario.png) no-repeat center left;
padding-left : 20px;
border-bottom:#FFFFFF;
border-left:#FFFFFF;
border-right:#FFFFFF;
border-top:#FFFFFF;
}
#txtPassSW {
background : #ffffff url(images/clave.png) no-repeat center left;
padding-left : 20px;
border-bottom:#FFFFFF;
border-left:#FFFFFF;
border-right:#FFFFFF;
border-top:#FFFFFF;
} 