/*
Created By	: Shiv Guddadmath
Created On	: 05/18/2009
Task Id		: GBL8May2009-9 New Design For Login Page
*/

body{
	margin: 0;
}

#men{
	width: 100%;
	background-color: #4BBDFA; /* fallback color if gradients are not supported */
  	background-image: -webkit-linear-gradient(top, #4BBDFA, #079DEE); /* For Chrome and Safari */
  	background-image:    -moz-linear-gradient(top, #4BBDFA, #079DEE); /* For old Fx (3.6 to 15) */
  	background-image:     -ms-linear-gradient(top, #4BBDFA, #079DEE); /* For pre-releases of IE 10*/
  	background-image:      -o-linear-gradient(top, #4BBDFA, #079DEE); /* For old Opera (11.1 to 12.0) */
  	background-image:         linear-gradient(top bottom, #4BBDFA, #079DEE); /* Standard syntax; must be last */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4BBDFA', endColorstr='#079DEE',GradientType=0 ); /* IE6-9 fallback on vertical gradient */

  height: 50px;
  margin-right: 0px;
 }

 #men_cen{
	width: 900px;
	height: 50px;
	position: absolute;
	margin-left: 20%;
 }

 #men_pie{
	background-image: -webkit-linear-gradient(top, #CCCCCC, #F9F9F9); /* For Chrome and Safari */
  	background-image:    -moz-linear-gradient(top, #CCCCCC, #F9F9F9); /* For old Fx (3.6 to 15) */
  	background-image:     -ms-linear-gradient(top, #CCCCCC, #F9F9F9); /* For pre-releases of IE 10*/
  	background-image:      -o-linear-gradient(top, #CCCCCC, #F9F9F9); /* For old Opera (11.1 to 12.0) */
  	background-image:         linear-gradient(top bottom, #CCCCCC, #F9F9F9); /* Standard syntax; must be last */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#F9F9F9',GradientType=0 ); /* IE6-9 fallback on vertical gradient */
	width:100%;
	height:5px;
 }

#usu{
  padding-top: 10px;
  width: 250px;
  float: left;
  right: 350px;
  position: absolute;
  outline: none;
}

#pas{
  padding-top: 10px;
  width: 250px;
  float: left;
  right: 100px;
  position: absolute;
}

#cuerpo{
  position:absolute;
  top: 15%;
  margin: 0 auto;
  width: 100%;
}

#usu_cel{
  margin: 0 auto;
  padding-top: 10px;
}

#pas_cel{
  margin: 0 auto;
  padding-top: 10px;
}

#bot_cel{
   margin: 0 auto;
  padding-top: 11px;
  width: 100px;
}

#bot{
  padding-top: 11px;
  width: 100px;
  float: left;
  right: 0;
  position: absolute;

}

.tex{
  width: 150px;
  height: 20px;
  background: #EFF8FB;
  border: solid 1px  #ECF4F7;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border: 10px 10px 10px 10px;
  padding: 5px 10px 5px 10px;
  color: #666666;
  font-family:sans-serif;
  outline:none;
 }

.acc{
  width: 80px;
  height: 30px;
  background: #F5F5F5;
  border: solid 1px  #DEDEDE;
  color: #2E6E9E;
  font-family:Tahoma;
  cursor: pointer;
}

.acc:hover{
  width: 80px;
  height: 30px;
  background: #DFF4FF;
  border: solid 1px  #C2E1EF;
  color: #2E6E9E;
  font-family:Tahoma;
  cursor: pointer;
}


#pie{
  bottom: 0;
  width: 100%;
  background-color: #D0DFF2;
  height: 50px;
  position: absolute;
 }

 #pie_cel{
  text-align: center;
  color: #3CABDD;
  width: 100%;
  height: 40px;
  padding-top: 15px;
  FONT-SIZE: 14px;
    FONT-FAMILY: Tahoma;
 }

 #pie_cen{
	width: 900px;
	height: 50px;
	position: absolute;
	margin-left: 10%;
 }


.LOGINLBL
{
	COLOR: white;
    FONT-SIZE: 12px;
    FONT-FAMILY: Tahoma;
}

.text_pie_cel
{
  COLOR: white;
    FONT-SIZE: 12px;
    FONT-FAMILY: Tahoma;
}
.text_pie
{
  COLOR: white;
    FONT-SIZE: 12px;
    FONT-FAMILY: Tahoma;
}

#container {padding: 60px 40px 0px;	border-top: 0px solid #93b6d2;}
#main { margin-left: 120px; margin-right: 120px; margin-top: -25px;overflow: hidden; }

