/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

The CSS, XHTML and design is released under Creative Common License 3.0:
http://creativecommons.org/licenses/by-sa/3.0/


**** clearfix *****/
.clear
{
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#foto_contacto_container .foto_contacto
{
	float: left;
	position: relative;
}
.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(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.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: #FFFFFF;
	font-size: 80%;
	text-align: center;
}
.tab UL.login LI.left
{
	background: url(../images/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(../images/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(../images/tab_m.png) repeat-x 0 0;
}
.tab UL.login LI A
{
	color: #FFFFFF;
}
.tab UL.login LI A:hover
{
	color: #333;
}
.tab .sep
{
	color: #FFFFFF;
}
.tab A.open, .tab A.close
{
	height: 27px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 8px;
}
A.register
{
	display: block;
	float: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: normal;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	margin-left: 40px;
	background: url(../images/bt_register.png) no-repeat left 0;
	width: 94px;
}
.tab A.open
{
	background: url(../images/bt_open.png) no-repeat left 0;
}
.tab A.close
{
	background: url(../images/bt_close.png) no-repeat left 0;
}
.tab A:hover.open
{
	background: url(../images/bt_open.png) no-repeat left -27px;
}
.tab A:hover.close
{
	background: url(../images/bt_close.png) no-repeat left -27px;
}
/*sliding panel*/
#toppanel
{
	position: absolute;
/*Panel will overlap  content
position: relative;
Panel will "push" the content down*/
	top: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}
.tabdiv H1
{
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #FFFFFF;
}
.tabdiv H2
{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #FFFFFF;
}
.tabdiv P
{
	margin: 5px 0;
	padding: 0;
	color: #F0F0F0;
}
.tabdiv A
{
	text-decoration: none;
	color: #0000FF;
}
.tabdiv A:hover
{
	color: #666;
}
/*.tabdiv a-lost-pwd*/
#INVALID-RULE
{
	display: block;
	float: left;
}
.tabdiv .content
{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
.tabdiv .content .left
{
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #666;
}
.tabdiv .content .left2
{
	width: 150px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #666;
}
.tabdiv .content .right
{
	border-right: 1px solid #666;
}
.tabdiv .content FORM
{
	margin: 0 0 10px;
}
.tabdiv .content LABEL
{
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
	color: #FFF;
}
.tabdiv .content INPUT.field
{
	border: 1px solid #1A1A1A;
	background: #FFF;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: #00F;
	height: 16px;
}
.tabdiv .content TEXTAREA.field
{
	border: 1px solid #1A1A1A;
	background: #FFF;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: #00F;
}
.tabdiv .content INPUT:focus.field
{
	background: #545454;
	color: #FFF9F9;
}
/*BUTTONS
Login and Register buttons*/
.tabdiv .content INPUT.bt_login, .tabdiv .content INPUT.bt_register
{
	display: block;
	float: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: normal;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
	margin-left: 40px;
}
.tabdiv .content INPUT.bt_login
{
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	vertical-align: middle;
}
.tabdiv .content INPUT.bt_register
{
	width: 94px;
	color: #0000FF;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.tabdiv .lost-pwd
{
	display: block;
	float: left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
#mensaje_sistema
{
	color: #FFFFFF;
}
#cuadro_busqueda
{
	height: 18px;
	width: 167px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 10px;
}
#boton_busqueda
{
	background-image: url(../images/lupa.png);
	float: left;
	height: 23px;
	width: 22px;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#forma_busqueda_container
{
	float: left;
	height: 25px;
	width: 203px;
	padding-top: 6px;
	padding-left: 16px;
	position: relative;
	/*+placement:shift -4px 3px;*/
	position: relative;
	left: -4px;
	top: 3px;
}
#forma_busqueda
{
	float: right;
	height: 25px;
	width: 192px;
	margin-right: 16px;
	clear: left;
	overflow: hidden;
}
#panel
{
	width: 100%;
	height: 292px;
	color: #999999;
	background: #7C04F8;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel2
{
	width: 100%;
	height: 440px;
	color: #999999;
	background: #7C04F8;
	overflow: hidden;
	position: relative;
	z-index: 4;
	display: none;
}
#panel3
{
	width: 100%;
	height: 530px;
	color: #999999;
	background: #7C04F8;
	overflow: hidden;
	position: relative;
	z-index: 5;
	display: none;
}
#foto_contacto_container
{
	width: 962px;
	height: 178px;
	float: left;
	position: relative;
	clear: both;
}
#panel4
{
	width: 100%;
	height: 160px;
	color: #999999;
	background: #7C04F8;
	overflow: hidden;
	position: relative;
	z-index: 6;
	display: none;
}
#panel5
{
	width: 100%;
	height: 160px;
	color: #999999;
	background: #7C04F8;
	overflow: hidden;
	position: relative;
	z-index: 7;
	display: none;
}
#panel6
{
	width: 100%;
	height: 420px;
	color: #999999;
	background: #7C04F8;
	overflow: hidden;
	position: relative;
	z-index: 8;
	display: none;
}

