 /* CSS FONTS
 ===================================================================*/
@import url('fonts/ptsans_regular_macroman/stylesheet.css');
@import url('fonts/ptsans_bold_macroman/stylesheet.css');
@import url('fonts/ptsans_italic_macroman/stylesheet.css');
@import url('fonts/font-awesome/font-awesome.css');

 /* CSS RESET
 ===================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



 /* CSS BODY
 ===================================================================*/
 tr:nth-child(even) {
    background-color: #eeeff0
}
body {
	background: url('../img/background.jpg') #f9f9f9 fixed;
	background-position: top center;
	font-family: 'pt_sansregular';
	font-size:14px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

a {
	text-decoration:none;
}
input, button, textarea {
	outline:none;
}
b, .bold {
	font-family: 'pt_sansbold';
}
.italic {
	font-family: 'pt_sansitalic';
}
.clear {
	clear:both;
}
img {
	max-width:100%;
}
button {
	border:0;
	cursor:pointer;
}
.error {
    border: 1px solid #dd585e;
    width: 100%;
    margin: auto;
    padding: 10px;
	background:#fb9da1;
    color: #b62d33;
}

.ok {
	border: 1px solid #6AB88C;
    width: 100%;
    margin: auto;
    padding: 10px;
	background: #ACEAAF;
	color: #178944;
}
.alert {
    border: 1px solid #edce53;
    width: 100%;
    margin: auto;
    padding: 10px;
	background:#fde791;
    color: #b69207;
}
* {
    box-sizing: border-box;
}

#login {
    max-width: 440px;
    margin: 10px auto;
}
.texto-centrado {
	text-decoration-color: #b62d33 !important; 
	
}
	#login #body-login{
		background: #fff;
		box-shadow: 0px 0px 7px rgb(0, 19, 57);
		padding: 110px 45px 45px;
	}
	#login #body-login h1{
		text-align: center;
		color: #545454;
		font-size: 20px;
		margin-top: -15px;
	}
	#login #body-login h2{
		color: #00695C;
		text-align: center;
		padding-bottom: 12px;
		margin-top: -12px;
		font-size: 20px;
	}
	#login h1.title{
		color: rgb(255, 255, 255);
		font-size: 37px;
		text-align: center;
	}
	#logo {
		text-align: center;
		margin-bottom: -80px;
		margin-top: 8px;
	}
	#login input[type="text"],
	#login input[type="password"] {
		background-color: #F5F8F9;
		border: 1px solid #C7D6DB;
		display:block;
		padding: 10px 12px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 100%;
		font-family: 'pt_sansregular', FontAwesome;
		color: #555;
	}
	#login button {
		background-color: #80CBC4;
		color: #FFF;
		text-transform: uppercase;
		display: block;
		width: 100%;
		font-family: 'pt_sansregular', FontAwesome;
		padding: 10px 16px;
		font-size: 15px;
		line-height: 1.33;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: solid 1px #00796B;
		margin-top: 18px;
	}
	#login button:hover {
		background: #00695C;
	}
	#login h3{
		text-align: center;
		color: #fff;
		padding: 12px;
	}
	#login p {
		text-align: center;
	}
	#login p a{
		display: inline-block;
		border: solid 2px #10c34b;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		height: 30px;
		width: 30px;
		overflow: hidden;
		padding: 4px;
		color:#10c34b;
	}

.miTabla {
}	.miTabla th {
		text-align:center;
	}
	.miTabla tbody tr:hover td {
		background-color: #ECECEC!important;
	}
	.miTabla .btn-primary {
		margin: -6px;
		padding: 5px 10px;
	}
.padd {
	padding:40px;
}
.miFormulario th {
	font-family: 'pt_sansbold';
	text-align:right;
	vertical-align: middle !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loader.gif) center no-repeat rgba(255, 255, 255, 0.75);
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.in-block {
    display: inline-block;
	vertical-align: middle;
}
#not-found  {
	max-width:538px;
	margin: 30px auto 0;
}
	#not-found  div{
		margin:auto;
		text-align:center;
	}
	#not-found  a{
		display:inline-block;
	}
	#not-found h1 {
		font-family: "pt_sansbold";
		font-size: 126px;
		color:#fff;
		padding-left: 15px;
		float: left;
	}
	#not-found h2 {
		float: left;
		color:#fff;
		margin-top: 30px;
		font-size: 40px;
		margin-left: 6px;
		width: 40%;
	}
	#not-found h3 {
		float: left;
		font-size: 19px;
		margin-left: 6px;
		margin-top: -4px;
		width: 40%;
		color: #2897CB;
	}



/********************** LOADING **********************/

.loading {
	margin: auto;
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(42,161,217,.45);
    border-right: 3px solid rgba(42,161,217,.45);
    border-bottom: 3px solid rgba(42,161,217,.45);
    border-top: 3px solid rgba(42,161,217,1);
    border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation {
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation {
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation {
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
