@charset "UTF-8";

/* CSS Document */




#toppanel {
	position: absolute;
	*position: relative;
	width: 960px;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}
#panel {
	width: 960px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	height: 100%;
	width: 960px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 0px;
	background-color: #CCC;
	background-image: url(images/deco/fondoLogin.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.border {
    border: 15px #1d1d1d solid;
}

img.border_pic {
    border: 15px #1d1d1d solid;
    position: absolute;
    top: 110px;
    float: left;
    margin-left: 150px;
    width: 250px;
    height: 150px;
    z-index: 500;
}


/*
div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	right: 150px;
	top: 110px;
	background: #46392f;
	text-align: left;
	padding-left: 10px;
}
div#login p {
    color: #CCCCCC;
    font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
    line-height: 25px;
}
div#login input#password {
    position: relative;
    right: -6px;
}
div#login input#login_btn {
    border: 1px #899690 solid;
    cursor: pointer;
    position: relative;
    top: 30px;
    left: 86px;
}
 */
.panel_button img{
position: relative;   
top: 10px;
border: none;
}


.panel_button {
	top: 1px;
	width: 160px;
	height: 40px;
	z-index: 400;
	cursor: pointer;
	text-align: center;
	
	
}
.panel_button a {
    text-decoration: none;
    color: #545454;
    font-size: 10px;
    font-weight: bold;
   
    top: 5px;
    left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
color: #999999;
}











#panel #panel_contents .top {
	width: 960px;
	padding-top: 0;
	padding-bottom: 10;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	float: left;
	height: auto;
}

#panel #panel_contents .left {
	width: 400px;
	float: left;
	margin-top: 5px;
	padding-top: 10;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333;
	height: auto;
}
#panel #panel_contents .right {
	width: 450px;
	float: left;
	margin-top: 5px;
	padding-top: 10;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 325px;
}


#panel #panel_contents form {
	margin: 0 0 10px 0;
}

#panel #panel_contents label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel #panel_contents input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel #panel_contents input:focus.field {
	background: #545454;
}

/* BUTTONS */


/* Panel Tab/button */
.tab {
	height: 42px;
	position: relative;
	top: 0px;
	z-index: 999;
	background-image: url(images/deco/tab_b.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: auto;
	_width: 1010px;/* Sólo IE6 leerá y entendera este estilo y aplicará el valor */
}


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


.tab ul.login li.left {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url(images/deco/tab_l.png);
	background-repeat: no-repeat;
	background-position: left 0;
	list-style-type: none;
}

.tab ul.login li.right {
  	background: url(images/deco/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;
	display: block;
	float: left;
	height: 42px;
	background-image: url(images/deco/tab_m.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
}

.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: 10px !important;
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	top: 11px;
	padding-right: 0px;
}

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



#toppanel #panel #panel_contents .top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding: 2px;
}

#toppanel #panel #panel_contents .left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding: 2px;
}

#toppanel #panel #panel_contents .right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding: 2px;
}

#toppanel #panel #panel_contents .top #conectarFacebook {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	width: 200px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-left: 0px;
	margin-right: 10px;
}
#toppanel .tab .login .fc {
	margin-top: 0px;
	width: auto;
	line-height: 20px;
	top: 11px;
	padding: 7px;
	
}
.tituloLogin {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	display: block;
	width: 75%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.subTituloLogin {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	
}
.linkLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	width: auto;
	border: 1px solid #666;
	float: left;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
.linkLogin:hover {
	color: #FFF;
	background-color: #000;

}

.lostPass{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	display: block;
	mim-width: 25px
	width: auto;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 2px;
	text-decoration: none;
}

.lostPass:visited {
	text-decoration: none;
	
}
.lostPass:hover {
	text-decoration: underline;
	color: #666;
	
}


.registerLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	display: block;
	height: auto;
	mim-width: 25px
	width: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #000;
	border: 1px dashed #FFF;
	width: auto;
	float: left;
	clear: left;
	position: relative;
}

.registerLogin:visited {
	text-decoration: none;
	
}
.registerLogin:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	border: 1px dashed #000;
}
#texLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-top: 15px;
}
.subtituloPanel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #990000;
	text-align: left;
	font-weight: bold;
}

.subtituloPanel2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: #333;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tituloPanel{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #990000;
	text-align: left;
	margin: 2px;
	padding: 2px;
	display: block;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#NoFace {
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	width: 500px;
	float: left;
}
#SiFace {
	float: left;
	width:500px;
	display: block;
}

#cajaRegistroCab {
	float: left;
	width: auto;
	height: 25px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
