﻿@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	color: #004387;
	background-color: #f0f1f1;
}

.MainPage {
	margin: 0px;
}

.Header_Top {
	margin-top: 0px;
	height: 55px;
	background-color: #c4beb0;
}

.HeaderContainer {
	width: 984px;
	margin: auto;
	padding-top: 5px;
}

.Logo_White {
	float: left;
	height: 27px;
	width: 160px;
	padding: 7px;
}
/* Menú */
.Segundo_Menu {
	background-color: #f0f1f1;
	float: left;
	height: 25px;
	width: auto;
	margin: 5px;
	padding: 5px;
}

.Segundo_Menu_Item {
	float: left;
	height: 20px;
	width: auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

	.Segundo_Menu_Item:hover {
		height: 15px;
		background-color: #cfd1d2;
	}

.Segundo_Link {
	color: #646567 !important;
	font-size: 10pt;
	text-decoration: none;
}

.Footer {
	background-color: #cfd1d2;
	background-repeat: repeat-x;
	height: 100px;
	margin: auto;
}

.FLinks {
	text-align: left;
	height: 100px;
	float: left;
	margin: 10px 20px 10px 20px;
}

.Slogan {
	margin: 10px;
	width: 108px;
	height: 105px;
	background-image: url('/Content/img/Fael.png');
	float: right;
}

.FooterLinksContainer {
	width: 1000px;
	height: 125px;
	margin: auto;
}

.FooterContainer {
	width: 1020px;
	height: 150px;
	margin: auto;
}

.LTitle {
	font-size: 10pt;
	color: #646567;
}

.EDLink {
	font-weight: lighter;
	font-size: 8pt;
	color: #646567 !important;
	text-decoration: none;
}

.FooterLogos {
	width: 100%;
}

.Logos_Container {
	width: 950px;
	height: 50px;
	margin: 10px auto;
}

	.Logos_Container a:link, a:visited, a:active, a:hover {
		color: #646567;
		text-decoration: none;
		font-size: 9pt;
	}

.menushadow {
	margin: auto;
	padding-top: 0px;
	background-image: url('');
	background-position: center;
	background-repeat: no-repeat;
	height: 4px;
	background-color: transparent;
}

.HeaderContainer {
	width: 880px;
	margin: auto;
	padding: 5px;
}

.Header_Top {
	margin-top: 0px;
	height: 55px;
	background-color: #cfd1d2;
}

.Logo_White {
	float: left;
	height: 27px;
	width: 160px;
	padding: 7px;
}

.Navegacion {
	height: 25px;
	width: auto;
	padding: 3px;
}

.Nav_Menu_Item {
	float: left;
	height: 20px;
	width: auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

	.Nav_Menu_Item:hover {
		height: 15px;
		background-color: #004387;
	}

.Nav_Link {
	color: #ffffff !important;
	font-size: 10pt;
	text-decoration: none;
}

.Nav_Link_Sel {
	background-color: #e2001a;
	color: #ffffff !important;
	font-size: 10pt;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}


.inputs {
	width: 200px;
	margin: 5px auto;
	background: #f5f5f5;
	font-size: 0.9rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dadada;
	padding: 5px;
	box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
	clear: both;
	/*float: right;*/
}

.Login {
	width: 850px;
	margin: 20px auto;
	background-color: #ffffff;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #cfd1d2;
}

.Main {
	width: 100%;
	margin: 5px auto;
	background-color: #ffffff;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #cfd1d2;
}

.Aviso {
	font-size: 9pt;
	font-weight: 400;
	color: #666666;
	padding: 10px 25px;
	text-align: right;
}

.submit {
	font-size: 11pt;
	font-weight: lighter;
	background-color: #8dc63f;
	border: 1px solid #5e8c22 !Important;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: auto;
	height: 30px;
	margin: 10px auto;
	padding: 3px 35px;
	cursor: pointer;
}

.submit_com_disable {
	font-size: 11pt;
	font-weight: lighter;
	background-color: #e5e9e1;
	border: 1px solid #e5e9e1 !Important;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: auto;
	height: 30px;
	margin: 10px auto;
	padding: 3px 35px;
	cursor: pointer;
}

.Alert {
	width: 350px;
	margin: 15px auto;
	background-color: #f7c8b6;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #af131f;
	font-size: 10pt;
	color: #af131f;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-header {
	margin: auto;
	width: 75%;
	min-height: 90px;
	padding: 1em 2em;
	border: 2px solid #2675a9;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #2980b9;
}

	.main-header:after {
		content: " ";
		display: table;
		clear: both;
	}
/* Nav Demo Styles -------------------- */

.main-nav, .drop-nav {
	background: #004387;
}

.main-nav {
	float: right;
	border-radius: 4px;
	border: solid 1px #1e2a36;
}

	.main-nav > li {
		float: left;
		border-left: solid 1px #1e2a36;
	}

	.main-nav li:first-child {
		border-left: none;
	}

	.main-nav a {
		color: #f0f1f1;
		display: block;
		padding: 5px 30px;
		text-decoration: none;
		font-size: 9pt;
		font-weight: lighter;
	}

.dropdown, .flyout {
	position: relative;
}

	.dropdown:after {
		font-size: 11pt;
		display: block;
		position: absolute;
		top: 38%;
		right: 12%;
	}

.drop-nav, .flyout-nav {
	position: absolute;
	display: none;
	width: 170px;
}

	.drop-nav li {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

.dropdown:hover > .drop-nav, .flyout:hover > .flyout-nav {
	display: block;
}

.flyout-nav {
	right: 100%;
	top: 0;
}

.flyout:hover a, .flyout-nav {
	background: #395066;
}

.FrameContainer {
	margin: auto;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #cfd1d2;
	max-width: 1000px;
}

.Tercer_Menu {
	background-color: #f0f1f1;
	float: right;
	margin: 8px;
}

.AppsContainer {
	width: 100%;
	height: 255px;
}

.App {
	width: 229px;
	margin: 10px;
	background-color: #ffffff;
	padding: 5px;
	border: solid 1px #cfd1d2;
	float: left;
}


h1 {
	color: #004387;
	text-align: center;
	font-size: 18pt;
	padding: 5px;
	font-weight: lighter;
}

h2 {
	color: #004387;
	text-align: center;
	font-size: 14pt;
	padding: 5px;
	font-weight: lighter;
}


.HeaderContainer table {
	border-collapse: collapse;
	/*text-align:center;*/
	/*cellspacing="0" align="center"*/
}

	.HeaderContainer table tr {
		vertical-align: top;
	}

.Login table {
	width: 800px;
	border-spacing: 0px;
	border-collapse: separate;
}

	.Login table td {
		padding: 0px;
	}


.SecureImg {
	border: none;
	margin: 25px;
}

.BracketImg {
	border: none;
	margin: 15px;
}


.DivDataUser {
	width: 350px;
	margin: auto;
	height: 45px;
}

.DivLeftDataUser {
	float: left;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: lighter;
	color: #646567;
}

.DivRightDataUserHeight3 {
	float: right;
	height: 3px;
}

.DivRightDataUserHeight5 {
	float: right;
	height: 5px;
	margin-top: 5px
}

.Clear {
	clear: both;
	display: block;
}

.ButtonLogin {
	float: right;
	margin-right: 25px;
}

.FloatLeftDiv {
	float: left;
}


.NoBorder {
	border: 0;
}

.FooterSecondPart {
	line-height: 200%;
	width: 1000px;
	margin: auto;
	color: #646567;
	font-size: 10pt;
}

.FooterSecondPartSection1 {
	float: left;
	margin-left: 20px;
}

.FooterSecondPartSection2 {
	float: right;
	margin-left: 20px;
}

.FooterLink {
	color: #646567;
	text-decoration: none;
}


.toolTipHelp {
	display: inline;
	float: right;
	padding-top: 10px;
}
