@charset "UTF-8";
/* CSS Document */
html, body {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0px;
	height:100%;
}

#respiratorio_id {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.white_txt {
	color:#fff;
}
.tituloSistema {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin: 24px;
}
.noRepetBack{
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	min-height: 100%;
	/*background-color: #FFF;*/
	height: auto !important;
	height:100%;
	position:relative;
	margin: 0 auto -4em; 
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style:none;
	color:#FFF;	
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-style:underline;
	color:#FFF;
}
/*------------------------back------------*/

#fondo {
	min-height: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999;
}

@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

.etiquetaImg {
	margin:20px;
	border: 4px solid #FFF;
}
.content {
	float:right;
	padding: 10px 0;
	width: 100%;
}
table.mainBorderTable {
	width: 780px;
	border: 10px solid #FFF;
}
/* footer */
.push {
	clear: both;
	height: 4em;
}
.footer {
	clear: both; 
}

/* clear clases*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	font-size: 1px;
	line-height: 0px;
}
.stxt {
	text-decoration:underline;
}
a.button{
	background-color: #81d742;
	padding: .844em 1.125em;
	/*color: #f8f8f9;*/
	font-weight: 600;
	/*background: #53a1b8;*/
	-webkit-border-radius: 0.201em;
	border-radius: 0.201em;
	border: 0;
	-webkit-transition: all ease 0.238s;
	-moz-transition: all ease 0.238s;
	-o-transition: all ease 0.238s;
	transition: all ease 0.238s;
	display: inline-block;
line-height: 1;
-webkit-font-smoothing: antialiased;
border: 0;
text-decoration: none;
}