@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #fdfbf8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img {
	border:0;}
	
a {
	text-decoration:none;
	color:#1678b8;}
a:hover {}

/* Head */

#head-wrp {
	width:100%;
	background: url(/imagenes/bg-head.png);
	height:114px;
	margin-bottom: 50px;
	}
#head {
	width:90%;
	margin: auto;
	overflow:hidden;
		}
		
#logo {
	width: 160px;
	padding: 30px 80px 30px 80px;
	margin: auto;
	background: #efeee9;
	border: 1px solid #CCC;
	border-radius: 0 0 5px 5px;
}

#ui-datepicker-div {display: none;}

/* foot */

#footer-soporte {
	width:100%;
	background: #efeee9;
	border: 1px solid #CCC;
	height:80px;
	position: fixed;
	bottom: 40px;
}
#foot-wrp {
	width:100%;
	background: url(/imagenes/bg-foot.png);
	height:40px;
	position: fixed; 
	bottom: 0px;
}
#foot {
	width:90%;
	margin: auto;
	overflow:hidden;
		}
#copy {
	color:#ffffff;
	float:left;
	margin-top:10px;}

#firma{
	float: right;
	margin-top:10px;}
.tit1 {
	font-size:24px;
	}
.tit2 {
	font-size:24px;
	color:#999;
	}

#titulo-sitio-01{
	width:100%;
	display:block;
	background:url(/imagenes/bg-tit-sitio.png) repeat-x 10px;}

.titulo-sitio-01{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	text-align:center;
	width: 640px;
	padding: 5px;
	margin: auto;
	background: #fdfbf8;
	font-size: 25px;
	color: #7f7f7f;}

.titulo-sitio-02{
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	width: 640px;
	margin: auto;
	font-size: 19px;
	color: #bcbcbc;}

.login{
	margin:auto;
	width: 320px;
	margin-bottom:30px;
	padding: 10px;
	margin-top:15px;
	}
.imput-login{
	margin-bottom:5px;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	border: #CCC solid 1px;
	padding: 5px;
	color: #666;
}

.tit-login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	margin-bottom:10px;
	display:block;}

.recordar-datos{
	margin-top: 10px;
	float:left;
	}

a.btn{
	font-weight:bold;
background-color: #95b736;
padding: 10px;
position: relative;
font-size: 12px;
text-decoration: none;
color: white;
border: solid 1px #668513;
background-image: linear-gradient(bottom, #cddc8b 0%, #83aa32 100%);
background-image: -o-linear-gradient(bottom, #cddc8b 0%, #83aa32 100%);
background-image: -moz-linear-gradient(bottom, #cddc8b 0%, #83aa32 100%);
background-image: -webkit-linear-gradient(bottom, #cddc8b 0%, #83aa32 100%);
background-image: -ms-linear-gradient(bottom, #cddc8b 0%, #83aa32 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #cddc8b), color-stop(1, #83aa32) );
-webkit-box-shadow: inset 0px 1px 0px #CCC, 0px 1px 0px white;
-moz-box-shadow: inset 0px 1px 0px #CCC, 0px 1px 0px #fff;
box-shadow: inset 0px 1px 0px #CCC, 0px 1px 0px white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

a.btn:hover {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(149,183,54) 0%, rgb(123,155,32) 100%);
	background-image: -o-linear-gradient(bottom, rgb(149,183,54) 0%, rgb(123,155,32) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(149,183,54) 0%, rgb(123,155,32) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(149,183,54) 0%, rgb(123,155,32) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(149,183,54) 0%, rgb(123,155,32) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(149,183,54)),
	color-stop(1, rgb(123,155,32))
	);
}

.f-r{
	float:right}

.ui-icon-closethick{
	margin-left: -8px;
	margin-top: -8px;

}