* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 968px;
}

.content {
	height: auto;
	margin-top: 15px;
	width: 100%;
}

.texts-box {
	color: #5a5a5a;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	text-align: justify;
	width: auto;
}

.texts-box ul, .texts-box ol {
	padding-left: 40px;
}

.menu-lateral {
	border-left: 1px dotted #000;
	padding: 0 10px;
	vertical-align: top;
	width: 25%;
}

table {
	width: 100%;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 18px;
	font-weight: lighter;
	color: #3facd7;
}

h2 {
	color: #000d5f;
	font: 15px lighter Verdana, Geneva, sans-serif;
}

h3 {
	color: #000d5f;
	font: 15px lighter Verdana, Geneva, sans-serif;
	padding: 5px 0;
	text-align: center;
}

.texto-celeste {
	color: #49c9f8;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 23px;
	font-weight: bold;
}

.texto-azul {
	color: #000d5f;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 23px;
	font-weight: bold;
	margin-right: 40px;
	margin-top: 20px;
}

.header {
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	box-shadow: 0px 2px 10px #d2d2d2;
	height: 59px;
	padding-top: 30px;
	text-align: right;
}

/* BARRA DE NAVEGACION */

.nav {
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	height: 36px;
	padding-left: 10px;
}

.nav li {
	float: left;
}

.nav li a {
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-top: none;
	border-bottom: none;
	color: #3facd7;
	display: block;
	line-height: inherit;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}

.nav li a:hover {
	background: #fff;
	background: -webkit-linear-gradient(#fff 66%, #b2b2b2);
	background: linear-gradient(#fff 66%, #b2b2b2);
	color: #000d5f;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#b2b2b2), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(bottom, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(bottom, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(bottom, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to top, #b2b2b2, rgba(0, 0, 0, 0)) 1 100%;
	border-top: none;
	border-bottom: none;
}

.nav li.float-right {
	margin-right: 10px;
	float: right;
}

/* FIN: BARRA DE NAVEGACION */

/* LOGIN PANEL */

.login {
	height: auto;
	margin-top: 15px;
	width: 100%;
}

.login-box {
	width: 25%;
}

.login-panel {
	background: #fff;
	background: -webkit-linear-gradient(#fff 50%, #efefef);
	background: linear-gradient(#fff 50%, #efefef);
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	box-shadow: 0px 2px 10px #d2d2d2;
	color: #3facd7;
	font-size: 13px;
	height: 282px;
}

.panel-header {
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.panel-body {
	padding: 5px 20px;
}

.panel-body p {
	margin-top: 5px;
}

.panel-body ul {
	list-style: none;
}

.panel-body ul li a {
	color: #3facd7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.panel-body ul li a:hover {
	text-decoration: underline;
}

.panel-body input, .panel-body select {
	width: 180px;
}

#passwordResetCountries {
	background: #eaeaea;
	border: thin solid #d5d5d5;
	border-radius: 5px;
	display: none;
	margin-left: 20px;
	padding: 2px;
	position: absolute;
	width: 120px;
	z-index: 100;
}

#passwordResetCountries a:link, #passwordResetCountries a:visited, #passwordResetCountries a:active, #passwordResetCountries a:hover {
	color: #3facd7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#env {
	float: right;
	height: 22px;
	width: 66px;
}

/* FIN: LOGIN PANEL */

/* FOOTER */

.footer {
	border-top: 1px solid #000;
	clear: both;
	color: #5a5a5a;
	font-size: 11px;
	margin-top: 15px;
	padding: 10px 0;
	text-align: right;
}

.footer a {
	color: #04045d;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* FIN: FOOTER */