@CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css);
html, body{	

	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
}
a{
	color: #8e8d8d!important;
}
a:link, a:visited, a:hover{
	color: #595a5c;
	outline: none;
/*	padding:0px 12px;*/
}
#container{
	min-height: 100%;
	width: 100%;	
}
#header{
	height: 118px;
	position: relative;
	margin: 0 auto;
	width: 1040px;
}
#middle{
	max-width: 490px;
	padding: 25px 0 60px;
	margin: 0 auto;
	width: 1040px;
	position: absolute;
	top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.94);
}
#footer-wrap{
	height: 40px;
	margin-top: -28px;
	width: 100%;
	max-width: 490px;
	position: fixed;
}
#footer{
	height: 40px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center
}
#footer p{

}

#footer span{
	color: #000!important;
    text-decoration: none !important;
}

/* Login */
#login-content{
	/*margin: auto;*/
	min-height: 220px;
	height:auto !important;
	height: 220px;
/*	width: 560px;*/
	position: relative;
	/*left: 33%;*/
	
	
}
#login-content .title-forgot{
	color: #000;
	font-weight: 400;
	font-size: 12px;
	margin: 0  0 23px ;
	text-align: left;
	text-transform:uppercase;
}
#login-content .title-login{
	color: #000;
	/*font-weight:bold;*/
	font-size: 18px;
	margin: 0  0 7px ;
	text-align: left;
	text-transform:uppercase;
	font-weight: initial!important;
}
.login-box{
	/*width: 500px;*/
	background: none;
	overflow: hidden;
	padding-top: 110px;
}
/* Buttons */
.button{
	border: none;
	cursor: pointer;
	width: 97px;
	border-radius: 2px;	
}
.button_login{
	border: 0px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	padding: 13px 30px;
	background: #28a9f1;
	color: #fff;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0;
}

.button_login:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
	



.button_preview{background: url(../img/btn_preview.png) 0 0 no-repeat;}
	
.button_send{
    border: 0px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 13px 30px;
    background: #28a9f1;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
}



}

.button_send:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;

}


.button_save{background: url(../img/btn_save.png) 0 0 no-repeat;}
.button_search{background: url(../img/btn_search.png) 0 0 no-repeat;}
.button_export{background: url(../img/btn_export.png) 0 0 no-repeat;}
.button_close{ background: url(../img/btn_close1.png) 0 0px no-repeat;}
.button_hover{background-position: 0 -30px;}





	


/* Form controls */
.text,
.select,
.textarea{
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 5px 3px;
}
.text{
	height: 20px;
}

.cms-form{
	padding-left: 90px;
	padding-right: 90px;
}
.cms-form span{
	color: #000;
}
.cms-form p{
	overflow: hidden;
	margin: 0 0 10px;
}
.cms-form p label.title{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 140px;
}
.cms-form p label.title span{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 140px;
	font-size: 10px;
}
label.error{
	color: #fff;
	display: block;
	padding: 15px 10px 10px 260px;
	font-size: 13px;
}
span.left{
	display: block;
	margin: 5px 0 0;
}
.cms-form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	
}

/* Errors */
.notice-box{
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 742px;
}

.notice-middle span{
	display: block;
	float: left;
	height: 42px;
	margin: 0 10px 0 0;
	width: 32px;
}
.notice-middle .notice-info{
	background: url(../img/icon-info.png) 0 0 no-repeat;

}

.alert.alert-error label{
	display: none!important;
}

.alert.alert-error{
	background: #ed5564;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	display: block;
	padding: 10px 5px;
	margin: 10px 0 20px;
	text-align: center;
	border-radius: 2px;
	font-family: "Open Sans";
}

.form-group{
	padding-top: 5px;
    padding-bottom: 16px;
    border: 1px solid #C9CFDA;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;

	margin-bottom: 15px;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding-bottom: 7px;
	-webkit-font-smoothing: antialiased;
}

.form-group label{
	padding: 7px 10px 0px;
	margin-bottom: 0px;
	color: #4A4A4A;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form-group input.form-control{
	padding: 0 10px!important;
    background-color: transparent!important;
    border: 0!important;
    height: 20px!important;
    line-height: 20px;
    margin-bottom: 2px;
    color: #333;
    box-shadow: initial!important;
    display: block;
}

.form-group input:focus{
    outline: none!important;
}

.login-box .logo{
	width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 300px;
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
	#middle{
		width: 100%;
	}

	#login-content{
		width: 100%;
	}

	.login-box{
		width: 100%;
	}

	.cms-form {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	#footer{
		width: 100%;
	}
}

@media screen and (max-width: 1160px) {
	div#container:before {
	    content: 'Para poder acceder al CMS gestor de contenido de la página web, necesitas poder conectarte desde tu ordenador o portátil con un monitor como mínimo de ancho 1160px.';
	    background: #ffffff99;
	    position: absolute;
	    width: 100%;
	    width: calc(100% - 60px);
	    padding-left: 30px;
    	padding-right: 30px;
	    top: 0;
	    bottom: 0;
	    text-align: center;
    	font-size: 30px;
	    color: #525252;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    z-index: 1;
	}
}

/** Animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

