/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../img_slide/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

#toggle {
    background-image: url("../img/menu_superior.png");
    background-position: -901px -1px;
    background-repeat: no-repeat;
    bottom: -42px;
    height: 42px;
	line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
	vertical-align: middle;
    width: 181px;
    z-index: 1;
}
#toggle1 {
    background-image: url("../img/menu_superior.png");
    background-position: -720px 0;
    background-repeat: no-repeat;
    bottom: -41px;
    height: 42px;
    line-height: 35px;
    position: absolute;
    right: 155px;
    text-align: center;
    vertical-align: middle;
    width: 181px;
    z-index: 2;
}
#toggle2 {
    background-image: url("../img/menu_superior.png");
    background-position: -540px 0;
    background-repeat: no-repeat;
    bottom: -41px;
    height: 42px;
    line-height: 35px;
    position: absolute;
    right: 312px;
    text-align: center;
    vertical-align: middle;
    width: 181px;
    z-index: 3;
}
#toggle3 {
    background-image: url("../img/menu_superior.png");
    background-position: -361px 0;
    background-repeat: no-repeat;
    bottom: -41px;
    height: 42px;
    line-height: 35px;
    position: absolute;
    right: 467px;
    text-align: center;
    vertical-align: middle;
    width: 181px;
    z-index: 4;
}
#toggle4 {
    background-image: url("../img/menu_superior.png");
    background-position: -181px 0;
    background-repeat: no-repeat;
    bottom: -41px;
    height: 42px;
    line-height: 35px;
    position: absolute;
    right: 625px;
    text-align: center;
    vertical-align: middle;
    width: 181px;
    z-index: 5;
}
#toggle5 {
    background-image: url("../img/menu_superior.png");
    background-position: 0px 0;
    background-repeat: no-repeat;
    bottom: -41px;
    height: 42px;
    line-height: 35px;
    position: absolute;
    right: 782px;
    text-align: center;
    vertical-align: middle;
    width: 181px;
    z-index: 6;
}
.toppanel .cont_int a.open {
    background-image: url("../img/mas.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-left: 21px;
    text-decoration: none;
	text-transform:uppercase;
}

.toppanel .cont_int a.close {
    background-image: url("../img/menos.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-left: 21px;
    text-decoration: none;
	text-transform:uppercase;
}
#toggle a, #toggle2 a{
	color:#FFF;}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../img_slide/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../img_slide/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../img_slide/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../img_slide/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../img_slide/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../img_slide/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../img_slide/bt_close.png) no-repeat left -19px;}

/* sliding panel */
.toppanel {
   float:left;
    width: 100%;
    z-index: 999;
    text-align: center;
    
}

#panel {
	width: 100%;
	height: 270px;
	color: #FFF;
	background-color:#a1afd7;
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: none;
}
#panel1{
	width: 100%;
	height: 270px;
	color: #FFF;
	background-color:#76809d;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: none;
}
#panel2{
	width: 100%;
	height: 270px;
	color: #FFF;
	background-color:#445a97;
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: none;
}
#panel3{
	width: 100%;
	height: 270px;
	color: #FFF;
	background-color:#3e528a;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel4{
	width: 100%;
	height: 270px;
	color: #FFF;
	background-color:#334371;
	overflow: hidden;
	position: relative;
	z-index: 4;
	display: none;
}
#panel5{
	width: 100%;
	height: 270px;
	color: #FFF;
	background-color:#212c4a;
	overflow: hidden;
	position: relative;
	z-index: 5;
	display: none;
}

#panel h1, #panel1 h1, #panel2 h1, #panel3 h1, #panel4 h1, #panel5 h1{
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2, #panel1 h2, #panel2 h2, #panel3 h2, #panel4 h2, #panel5 h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p, #panel1 p, #panel2 p, #panel3 p, #panel4 p, #panel5 p{
	margin: 5px 0;
	padding: 0;
	line-height:1.2em;
}

#panel a, #panel1 a, #panel2 a, #panel3 a, #panel4 a, #panel5 a{
	text-decoration: none;
	color: #999;
}

#panel a:hover, #panel1 a:hover, #panel2 a:hover, #panel3 a:hover, #panel4 a:hover, #panel5 a:hover {
	color: white;
}

#panel a-lost-pwd, #panel1 a-lost-pwd, #panel2 a-lost-pwd, #panel3 a-lost-pwd, #panel4 a-lost-pwd, #panel5 a-lost-pwd{
	display: block;
	float: left;
}

#panel .content, #panel1 .content, #panel2 .content, #panel3 .content, #panel4 .content, #panel5 .content{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left, #panel1 .content .left, #panel2 .content .left, #panel3 .content .left, #panel4 .content .left, #panel5 .content .left{
	width: 280px;
	float: left;
	padding: 0 15px;
}

#panel .content .right,  #panel1 .content .right, #panel2 .content .right, #panel3 .content .right, #panel4 .content .right, #panel5 .content .right{
	border-right: 1px solid #333;
}

.toppanel label{
	float:left;
	line-height: 34px;
	margin-bottom:10px;
	margin-right:8px;s}
	
	.toppanel input{
		margin-bottom:10px;
		float:right;}
	
	.toppanel .boton{
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e2e2e2));
	background: -moz-linear-gradient(top, #f5f5f5, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e2e2e2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e2e2e2')";
	background: -o-linear-gradient(#f5f5f5, #e2e2e2);
     color: #3F528A !important;
    float: left;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;}
	
	a.lost-pwd{
	 line-height: 53px;
    margin-left: 15px;}