@charset "utf-8";
/* CSS Document */
body{
	color:#000;
	margin:0;
}

p{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

li {
    list-style: none outside none;
}

/*Header*/
.header{
	background-color:#9B0504;
    height: 82px;
    min-width: 300px;
	display:block;
	padding:0;
	position:relative;
}
.header .menubar {
    margin: 0 auto;
    padding-top: 13px;
	min-width: 300px;
    width: 980px;
}

.header .menubar .logo {
  background-repeat:no-repeat;
  float:left;
  display:block;
  position:relative;
  text-decoration:none;
  border:none;
  cursor:pointer;
}

.header .logo img{
	border:0;
}




.headerb{
	background-color:#9B0504;
	 box-shadow: 0 10px 10px -10px black inset;
    height: 60px;
	display:block;
	padding:0;
	position:fixed;
	width:100%;
	min-width:1058px;
	color:#FFF;
	z-index:2;
	top:0;
}
.headerb .menubar {
	margin-left:10px;
	margin-right:10px;
    width: auto;
}

.headerb .pull-right {
    float: right;
}

.headerb #account_info li {
    border-left: 1px solid #333333;
    cursor: pointer;
    float: left;
    height: 45px;
    line-height: 43px;
    padding: 0 10px;
}
/*OPCIONES*/
.headerb #account_info li.opcconfig ul.subnav {
	display:block;
	color:#FFF;
	visibility: hidden;
	position:absolute;
	top: 60px;
	z-index:40;
	list-style:none;
	width:158px;
	padding:0;
	box-shadow: 0px 0px 5px #000000;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -o-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
	opacity: 0;
	border: 1px #000000 solid;
	border-top: none;
	margin-left: -70px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}



.headerb #account_info li.opcconfig ul.subnav li {
	display:inline-block;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
	float:left;
	font-weight:bolder!important;
	width: 158px;
	height: 25px;
	line-height: 1.5;
	text-shadow: 1px 0 0 #666;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}

.headerb #account_info li.opcconfig:hover ul.subnav .opcintro {
	height:60px!important;
}
.headerb #account_info li.opcconfig ul.subnav .opcintro a .nameuserpage {
	font-size:13px;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:130px;
}
  

.headerb #account_info li.opcconfig:hover ul.subnav {
	visibility: visible;
	opacity: 1;
	top: 60px;
	background-image: url('../images/214.png');
}

.headerb #account_info li.opcconfig ul li a {
	color:#000;
}

.headerb #account_info li.opcconfig ul li a.active,
.headerb #account_info li.opcconfig ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 20px 1px #9B0504
	-moz-box-shadow: inset 0px 0px 20px 1px #9B0504
	box-shadow: inset 0px 0px 20px 1px #9B0504;
	color: #FFF !important;
	background-color:#9B0504;
	cursor:pointer;
}
.headerb #account_info li.opcconfig:hover ul.subnav li {
	display:inline;
	border-left:none!important;
	padding:0!important;
	height:30px!important;
}


.headerb #account_info li.opcconfig:hover ul.subnav li:first-child a {
	padding-top:0px;
}


.headerb #account_info li.opcconfig:hover ul.subnav li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.headerb #account_info li.opcconfig:hover ul.subnav .opcintro a {
	height: 50px;
}
.headerb #account_info li.opcconfig:hover ul.subnav .opcintro a .nameuserpage {
	font-size:13px;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:130px;
}

.headerb #account_info li.opcconfig:hover ul.subnav li a {
	padding-left:23px;
	display:inline-block;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
	float:left;
	font-weight:bolder!important;
	width: 158px;
	height: 25px;
	line-height: 1.5;
	text-shadow: 1px 0 0 #666;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
.headerb #account_info li.opcconfig:hover ul.subnav li a:hover {
	color:#FFF !important;
}
/*FIN  OPCIONES*/




 .headerb .menubar .logo {
  padding-top: 13px;	 
  background-repeat:no-repeat;
  float:left;
  display:block;
  position:relative;
  text-decoration:none;
  border:none;
  cursor:pointer;
}

.headerb .logo img{
	border:0;
}

/*boton  de creacion de  cuenta*/
.account{
	float:right;
	width:270px;
	height:45px;
}

.account .createacount{
	background:url("../images/createcountb.png");
	width:160px;
	height:55px;
	float:left;
}
.account .createacount a{
	background:url("../images/createcount.png");
	width:160px;
	height:55px;
	float:left;
}

.account .createacount a:hover{
	background:none;
}

.account .initsesion{
	background:url("../images/into2.png");
	width:110px;
	height:55px;
	float:right;
}
.account .initsesion a{
	background:url("../images/into.png");
	width:110px;
	height:55px;
	float:right;
}
.account .initsesion a:hover{
	background:none;
}

.account .home{
	background:url("../images/home2.png");
	width:110px;
	height:55px;
	float:right;
}
.account .home a{
	background:url("../images/home.png");
	width:110px;
	height:55px;
	float:right;
}
.account .home a:hover{
	background:none;
}



/*FIN  HEADER*/
/*pagina principal*/
.paginaa{
	background:url("../images/background.png");
	height:670px;
}

.pagina2{
	height:500px;
}

/*contenido*/
.content{
	width:940px;
	margin:0 auto;
	
}
.content .title{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin-top:40px;
}

.content .subtitle{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

/*pie de pagina*/
.piepagina{
	background-color: #FFF4F4;
    bottom: 0;
    display: block;
    height: 82px;
    line-height: 35px;
    min-width: 950px;
    padding: 0;
    position: relative;
    text-align: center;
	width:900px;
	margin-left:215px;
}
.piepagina .contenidopiepage{
	width:940px;
	margin:0 auto;
	padding:15px;

}
.piepagina .contenidopiepage .logofosibo{
  color:#333;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:14px;
  float:left;
  margin-right:50px;
}
.piepagina .informacionenterprise a{
	padding:15px;
	color:#9B0504;
}

/*Formularios*/

.formsesion {
	background:#FFF;
	position:absolute;
	right:0;
	display: block;
	font-family: sans-serif;
	margin: 6px 0 0 0;
	min-height: 124px;
	width:400px;
}
.formacount{
	background:#FFF;
	position:absolute;
	right:0;
	display: block;
	font-family: sans-serif;
	margin: 6px 0 0 0;
	min-height: 124px;
	width:400px;
}

.contenedor{
	width:280px;
	padding:50px;
}

.contenedoraccount{
	width:280px;
	padding:50px;
}
#lb_update_container  {
	display: block;
	font-family: sans-serif;
	margin: 6px 0 0 0;
	min-height: 124px;
}

#lb_signup_container {
	display: none;
}
#lb_forgot_password_checkbox_container {
  float: right;
  padding: 0px;
  padding-bottom: 25px;
}
#lb_tag_forgot_password_label {
  font-weight: normal;
  font-style: italic;
  float:left;
  padding:4px 2px 0px 0px;
  line-height: 100%;
  color:gray;
  font-size: 10px;
  text-decoration: none;
}

#lb_tag_forgot_password_label:a { text-decoration: none; }
#lb_tag_forgot_password_label:hover { text-decoration: none; }

#lb_login_container {
  clear:both;
  text-align: center;
}

.button-red {
	clear:both;
	background-color:#900;
	border:none;
	color:#eee;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	overflow: visible;
	padding: 9px 30px;
	text-align: center;	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}

.button-white {
	clear:both;
	background-color:#FFF;
	border:#000 1px solid;
	color:#000;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	overflow: visible;
	padding: 9px 30px;
	text-align: center;	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}


.lb_field {
  color: #666;
	font-size: 16px;
	height: 28px;
	line-height: 22px;
	margin: 4px 0px 10px 0px;
	/*padding: 5px 0px 0px 5px;*/
	position: relative;
	width: 260px;
}

.lb_field_tag {
	font-weight: emph;
	font-size: 14px;
	color: #333639;
	display: block;
	font-family: Helvetica !important;
	text-decoration: none;
}
input:focus, textarea:focus{
	background-color: #FFF2F2;
	color: #333;
}

#lb_diag_message {
	display: none;
	font-size: 9px;
	color: #ccc;
}
ul.mensaje {
    padding: 0.583em 0 0.083em;
	border-radius: 0.333em 0.333em 0.333em 0.333em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.25em;
    position: relative;
    z-index: 89;
	list-style:none;
	font-weight:bold;
}
ul.mensaje  li{
    background-position: 0.8em 0.1em;
    background-repeat: no-repeat;
    font-size: 0.833em;
    line-height: 1.3em;
    padding: 0.1em 1em 0.4em 1.5em;
}

.mensaje.lb_auth_error {
    background-color: #FFF3F2;
    border: #C00000 solid 1px;
    width: 100%;  
}

.mensaje.lb_auth_ok {
    background-color: #DDEBDF;
    border: #339933 solid 1px;
    width: 100%;  
}

#lb_update_error {
  font-size: 12px;
}

.lb_age_block {
  float: left;
  margin: 0 10px 18px 0;
}

#lb_birthdate_container {
	width: 260px;
}

.lb_birth_field {
  width: 45px;
}




.medium {
  color: #323739;
  font-size: 16px;
}
.error{
	border:#F00 solid 1px;
	background-color:#FFAEAE;
}

.container{
    background: none;
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
	border-left:#D7D7D7 solid 1px;
	border-right:#D7D7D7 solid 1px;
	border-bottom:#D7D7D7 solid 1px;
	margin-top:60px;
    width: 980px
}



label {
    display: block;
    margin-bottom: 5px;
}
.clear{
	margin-bottom:10px;
}

/*OPCIONES   DE   HEADER*/
#opc_adsibo {
    display: block;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    margin-bottom: 0;
    margin-top:5px;
    padding-bottom: 25px;
}

#opc_adsibo li {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    text-align: center;
}
#opc_adsibo li a {
    color: #4C535B;
    display: block;
    padding: 10px 15px;
	padding-left:2px;
	padding-right:2px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 50px;
}
#opc_adsibo li a img {
    margin-bottom: 0;
}

#opc_adsibo li .notification {
    background: url("../images/icon/bg_notification.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    margin-left: 40px;
    margin-top:-60px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0 0 #333333;
    width: 37px;
}


#opc_adsibo li  .search {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #0061B4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 #FFFFFF;
    margin-top: 15px;
    padding: 3px 5px;
    width: 250px;
	padding-top:0;
}

#opc_adsibo li .search .inputs  {
	width: 90%;
    margin-left:0;
    position: relative;
	
}

#opc_adsibo li .search .inputs input{
   background-position:5px 5px;font-size:14px;  
   background-position: 5px 5px;
    border:none;
    box-shadow: 1px 1px 2px #F5F5F5;
    height: 25px;
    line-height: 28px;
    outline: 0 none;
    padding: 0 7px;
    transition: all 0.4s ease 0s;width:100%;
	 border-radius: 0.333em 0.333em 0.333em 0.333em;
}

#opc_adsibo li .search .inputs input:focus{
   background:none;
}

#opc_adsibo li .search .inputs .btbuscador {
    background: url("../images/icon/busqueda.png") no-repeat scroll 0 0 / 18px auto rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    right: -20px;
    opacity: 0.6;
    position: absolute;
	cursor:pointer;
    top: 5px;
    width: 18px;
	padding-left:-35px;
	
}

.message {
    margin-bottom: 2.5em;
}

.message {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #999999;
    border-radius: 0.333em 0.333em 0.333em 0.333em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.25em;
    margin-bottom: 2.5em;
    position: relative;
    z-index: 89;
}

ul.message li {
    background-position: 0.8em 0.1em;
    background-repeat: no-repeat;
    font-size: 0.833em;
    line-height: 1.3em;
    padding: 0.2em 1em 0.4em 3em;
    text-transform: uppercase;
	text-align:center;
}

ul.message li a {
   width:300px;
}

.message.success {
    background-color: #DDEBDF;
    border-color: #339933;
}

.message.warning {
    background-color: #FFFFCC;
    border-color: #C3C39E;
}
.message.error {
    background-color: #FFF3F2;
    border-color: #C00000;
}
ul.message {
    padding: 0.583em 0 0.083em;
}

/*FIN  OPCIONES DEL HEADR*/