@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(opensanscondensed.woff) format('woff');
}

html { 
  background: url(../images/back_pol.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	text-align: center;
	color: white;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
}

#wrapper{
    display: inline-block;
    margin-top: 30px;
}

#header{
	font: bold 1.15em "Open Sans Condensed", sans-serif;
	min-height:60px;
	height:auto !important; /* for IE */
	width: 50%;
	min-width: 760px;
	border-radius: 20px 20px 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px grey;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
    opacity: 0.8;
}

#appNameSection {
	font: bold 1.75em "Open Sans Condensed", sans-serif;
	float: left; 
	padding: 14px 0px 0px 20px ;
	text-align: left;
	vertical-align: middle;
	color: #3c4646;
	font-stretch: expanded;
	font-weight: 300;
}

#appNameSection a{
	text-decoration: none;
	color: #3c4646;
}

#profileSection{
	float: right; 
	padding: 7px 20px 0px 0px ;
	text-align: right;
	vertical-align: middle;
	color: white;
	margin-top: 1px;
}

#clientLogo {
	width: 96px;
	height: 48px;
}

#informationBar {
	font: bold 1.75em "Open Sans Condensed", sans-serif;
    padding: 2px 0px 2px 0px ;
	width: 50%;
	min-width: 760px;
	background-color: #0052A5;
	vertical-align: baseline;
	font-size: medium;
	opacity: 0.8;
}

#informationBar a{
	padding-left: 15px;
}

#mainContainer {
	width: 50%;
	min-width: 760px;
	text-align: center;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	color: black;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
    opacity: 0.8;
    padding-top: 25px;
    padding-bottom: 30px;
}

.mainContainer {
	width: 50%;
	min-width: 760px;
	text-align: center;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	color: black;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
    opacity: 0.8;
    padding-top: 25px;
    padding-bottom: 30px;
}

mainContainer table{ 
	width: 100%;
}

#mainContainer td{ 
	color: #365043;
}

#footer{
	font: bold 1.15em "Open Sans Condensed", sans-serif;
	min-height:30px;
	height:auto !important; /* for IE */
	width: 50%;
	min-width: 760px;
	border-radius: 0px 0px 20px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px grey;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
    opacity: 0.8;
}

#footer table{
	width: 100%;
}

#footer td{
	text-align: center;
}

.buttonOK {
	padding: 3px 6px 3px 6px;
	background-color: #3c4646;
	width: 120px;
	color: white;
	border: none;
	font-weight: bold;
	cursor: pointer;
	border-radius: 15px;
}

.buttonOK:hover {
	background-color: #0052A5;
	border-radius: 15px;
}

.buttonOK:disabled {
	background-color: grey;
	border-radius: 15px;
	cursor:default;
}

.toolSelectionButton {
	width: 128px;
	border: 1px solid black;
	padding: 3px 0 6px 0;
	cursor: pointer;
}

.inputBody {
	background-color:#f7fcfc;
	border: 2px solid #3c4646;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	color: black;
	font-size: 14px;
}

.inputBodyLong {
	background-color:#f7fcfc;
	border: 2px solid #3c4646;
	padding: 3px;
	margin-bottom: 5px;
	color: black;
	margin-left: -6px;
	width: 300px;
	font-size: 14px;
	text-align: center;
}

.inputBodyLong::placeholder{
	font-size: 12px;
	text-align: center;
}

.buttonBlock {
	padding: 3px 6px 3px 6px;
	background-color: #3c4646;
	width: 250px;
	color: white;
	border: none;
	font-weight: bold;
	cursor: pointer;
	border-radius: 15px;

}         

.buttonDoble {
	padding: 3px 6px 3px 6px;
	background-color: #3c4646;
	width: 270px;
	color: white;
	border: none;
	font-weight: bold;
	cursor: pointer;
	border-radius: 15px;
}

.buttonDoble:hover {
	background-color: #0052A5;
	border-radius: 15px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

#indexTableContainer {
	margin: 10px 20px 20px 20px;
	padding-top: 10px;
}

.about {
	color: #505091;
	font-size:20px;
}

/*old: .TablebuttonOK { */
/*  border-collapse: separate; */
/*  border-spacing:  35px 1px; */
/* } */

.TablebuttonOK {
  	width: 600px;
	margin: 0 auto;
	height:auto !important; /* for IE */
	padding-top: 20px;
	padding-bottom: 20px;
}

.TablebuttonAyuda {
  border-collapse: separate;
  position: relative;
  margin: 0 auto;
  height:auto !important; /* for IE */
}

.SalirFooter{
	float: right; 
	padding: 1px 20px 0px 0px ;
	text-align: right;
	vertical-align: middle;
	color: white;

}

.AyudaFooter {
	font: bold 2em "Open Sans Condensed", sans-serif;
	float: left; 
	padding: 3px 0px 0px 20px ;
	text-align: left;
	vertical-align: middle;
	color: #3c4646;
	font-stretch: expanded;
	font-weight: 300;

}

table.insideContainer {
	width: 250px;
	margin: 0 auto;
	height:auto !important; /* for IE */
	background: rgba(130,130,130,.1);
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid;
	border-top-color: rgba(255,255,255,.4);
	border-left-color: rgba(255,255,255,.4);
	border-bottom-color: rgba(60,60,60,.4);
	border-right-color: rgba(60,60,60,.4);
	border-radius: 10px;

}

@media only screen and (max-width: 1024px) {

	#wrapper{
		margin-right: 5px;
	}
	
	#header{
		min-width: 350px;
	}
	
	#informationBar{
		min-width: 350px;
	}

	#mainContainer{
		min-width: 350px;
	}

	.mainContainer{
		min-width: 350px;
	}

	#footer{
		min-width: 350px;
	}

	.TablebuttonOK {
	  	width: 320px;
	}
}

@media only screen and (max-width: 1024px) and (orientation: portrait){
	html { 
	  background: url(../images/back_pol_vertical.jpg) no-repeat center center fixed; 
	}	
}