@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a,
	abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd,
	q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, center, u, b, i {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0
}

:focus {
	outline: 0
}

ol, ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    background: #f5f5f5;
	font: normal 12px/1.5 Verdana, Geneva, sans-serif;
	color: #333;
	height: 100%;
}

a {color:#00498e !important; cursor:pointer}
a:hover {opacity:.8}

p {color:#333 !important;}

#logo {
	float: left;
    padding: 0px;
    width: 328px;
    margin: 10px 0 0 20px;
}
#logo a {
    display: block;
    height: 81px;
}

#logo h1 {
    display: block;
    text-indent: -9999px;
}
#logo p {
    text-align: left;
    margin-left: 2px;
	margin-top: 0;
    font-size: 12px;
    line-height: 16px;
}

#header {
    margin: 0px;
    padding: 0px;
    width: 1000px;
    height: 140px;
}
#header h1 {
    float: left;
    clear: both;
    margin: 5px 0px 0px 20px;
    font-size: 22px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 1000px;
}

h2.encabezado {
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin: 0 20px;
    margin-bottom: 0px;
    padding: 5px 0;
    margin-bottom: -10px;
	font-weight: bold;
	text-align:center;
}

.caja {
    clear: both;
    background: #fff;
    border: 1px solid #dbe2e5;
    margin: 20px;
    padding: 10px 20px;
    width: auto;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
    border-radius: 5px;
    overflow: hidden;
}

.box-contenido{
	width: 37%;
	margin: 0 auto;
	padding: 40px 10px;
}
.box-bottom{
	margin: 0 auto;
	padding: 20px 0px;
	text-align:center;
}
.msj-usuario {
	padding: 10px 40px;
	background: #ededed;
	border: 1px solid #ddd;
	border-radius: 5px;
	display:inline-block
}
.box-top {text-align: center; margin: 20px auto 0;}
.box-bottom p {text-align:center;}
.row-contenido {text-align:right; margin:10px auto; }
.row-contenido label {padding-right:5px;}
.row-bottom{text-align:center; margin:40px auto 50px; }

#box-login, #form-contrasena{
	min-height:418px;
	}
p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0.01em;
	margin:4px 0 0;
}

.logo-pie {text-align:center; margin-bottom:20px;}
.logo-pie img {margin:0 10px; }

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
    vertical-align: middle;
    opacity: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}
.btn-primario:hover {
	color: #fff;
	opacity:.8;
}
.btn-gris {
	background:#e5e5e5; 
	color: #8b8b8b !important;
	border:1px solid #bebebe;
}
.btn-gris:hover {
	color: #8b8b8b;
	opacity:.8;
}
.bnt-link{text-decoration:none;}
.btn-link:hover {opacity:.8;}

input[type=text],input[type=number],input[type=password], select, textarea {
  /* font: normal 14px Verdana, Geneva, sans-serif;
    font-size: 14px;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 34px;
    font-size: 14px;
    color: #333;
    box-shadow: inset 1px 1px 3px 0px rgba(100, 100, 100, 0.25);
    padding:5px 10px;
 /*   width: 100%;*/
	width:204px;
}
select.recupero{width: 203px;}
input[type=text]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border: 1px solid #72c4e8;
	box-shadow: 0 0 5px #a0e1f9;
	width:204px;
}

input.error, select.error, textarea.error {
	border-color:#C33;
}
input.error:focus, select.error:focus, textarea.error:focus {
	border-color:#C33;
	box-shadow: 0 0 5px #db7b7b;
}
div.error {
    color: #C33 !important;
}