/** fonts used for the icons **/ 
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS reset */
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* CSS reset */

body{
	font-family: Verdana, Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #fff url(../_Imagenes/bg.png) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
	/*overflow-y: scroll;*/
}

#background{
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
}
#background img{
    z-index:1;
    min-width:400px;
    width:70%;    
    height:100%;
}

.container_principal{
    margin: 0 auto;
	width: 70%;
	height: 100%;
	position: relative;
	text-align: center;
    z-index:1;
}

#idheader{
    padding: 50px 50px 50px 50px;
}
#container_secundario{
	margin: 0 auto;
	text-align: left; 
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
}
a.hiddenanchor{
	display: none;
}
#wrapper{
	margin: 0 auto;
	min-width: 360px;
    width: 35%;
    border-radius: 10px;
    padding: 3px 5px 3px 3px;
    background: #DADAD9;
}
#wrapper #mainFigure{
    text-align: center;
    padding-bottom: 10px;
}
#wrapper #bodyLogin{
    margin: 0 auto;
    width: 300px;
}
#wrapper p{ 
	margin-bottom:13px;
}
#wrapper p:first-child{
	/*margin: 0px;*/
}
#wrapper label{
	position: relative;
    padding-left: 15px;
	font-size: 12px;
    color: rgb(64, 92, 96);
}
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
}
input {
  outline: none;
}
#wrapper input:not([type="checkbox"]){
	width: 90%;
	margin-top: 3px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 30px;
	width: 30px;
}
#wrapper p.button input{
	width: 25%;
	cursor: pointer;
    background: gray;
    color: #FFFFFF;
	padding: 3px 5px;
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	font-size: 20px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper p.button input:hover{
    background: silver;
    border: 1px solid gray;
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}
p.change_link{
    color: #6F6F6E;
	font-size: 16px	;
	text-align: right;
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
    background: gray;
	padding: 2px 6px;
    color: #FFFFFF;
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
    color: gray;
    background: #FFFFFF;
    border: 1px solid gray;
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
#register,
#login{
	top: 0px;
	width: 100%;	
	margin: 0 auto;
    margin-bottom: 5px;
	background: #ECECEC;
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 10px;
		 border-radius: 10px;
}
#register{	
	z-index: 21;
	opacity: 0;
}
#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}

#bottomContent,#bottomContentText{
	width:100%;
	text-align:center;	
	padding:10px;
    position:fixed;
	bottom:0;
	left:0;
	font-size:12px;
    color:#FFFFFF;
    z-index:1;
}
#bottomContent{
    background-color:#59585d;
	height:15px;

    /*Multi-navegadores*/
    Opacity:0.7;	
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	filter:alpha(opacity=70);	
}

.pnlPopup{
	width: 310px;
	height: auto;
	padding: 0;
	margin: 0px;
	font-size: 12px;
	background-color: #FFF;
	color: #515559;
}

.buttonCC{
    margin-bottom: 2px !important;
	width: 100px !important;
	height: 22px !important;
    border: 1px solid #b1bebe !important;
	background-color:gray !important;
	text-align:center !important;
	vertical-align: middle !important;
	font-size:10px !important;
	font-weight:bold !important;
    color:white !important;
    cursor: pointer !important;
}

/*Para directivas CSP - 03/12/2024 - ALP - JLQ*/
#imgLFW
{
	width: 100%;
	height: 80px;
}

.lblMensaje
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.imgLPS_DIV
{
	text-align: center;
}

#imgLPS
{
	width: 180px;
	height: 60px;
}

