@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #54534A url(../img/fondo-fitic.png) top center repeat-x;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:#f6f6f6;
	text-align: center;
}

#mensaje_carga{
	width: 330px;
	height: 120px;
	z-index: 1000;
	display: block;
	position: absolute;
	top: 50%;
	left: 38%;
	border: 2px solid #CCC;
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	margin-right: 50px;
}


#wrap {
	margin: auto;
	width: 942px;
	text-align: center;
	height: 100%;
	overflow: visible;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	height: 350px;
}

#upper {
	margin-top: 0px;
	height: 25px;
	width: 800px;
	/*background: url(../img/upper.png) no-repeat;*/
	margin-left: auto;
	margin-right: auto;
}

#izda {
	width: 453px;
	height: 200px;
	float: left;
	display: inline;
	padding-left: 15px;
	margin-top: 65px;
	overflow: hidden;
}

#dcha {
	width: 550px;
	height: 349px;
	margin-top: 30px;
	float: none;
	display: inline;
	overflow: hidden;
	text-align:right;
}

#menu {
	/*background: #0093D1 url(../img/menu.jpg) no-repeat top left;*/
	height: 540px;
/*	overflow: visible; */
}

#logo {
	text-align: center;
	width:100%;
	height: 100%;
	color: #fff;
	float:left;
	padding-top:55px;	
}

#login {
	background-image: url(../img/login-fitic.png);
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 451px;
	color: #000;
	text-align: center;
	float: right;
	margin-top: -1px;
	/*margin-right: 100px;*/
	display: inline;
}

#info {
	position: relative;
	display: inline;
	height: 402px;
	width: 742px;
	margin-top:48px;
	overflow: hidden;
	float: right;
}

#info img {
	margin-top: 0;
}

#textlogin {
	padding-top:90px;
	width:200px;
	height:172px;
	color: #293341;
	text-align: center;
	float:left;
}

#textlogin .texto {
	border: none;
	background:transparent;
	height:22px;
	color:#293341;
	text-align: center;
	margin:7px 5px;
	padding:4px;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

#textlogin img {
	margin-right:20px;
	padding-top:8px;
}

#recordar a:link, a:visited {
	color: white;
	margin-top: 40px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
	display: inline-block;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

#recordar a:hover, a:active {
    color: orange;
}

#login #entrar {
	background: #fff;
	padding: 5px;
	border: 0px;
}

#detector {
	margin-left: 70px;
	position: relative;
	width: 202px;
	height: 49px;
	color: #FFF;
	display: inline;
	float: left;
	border: none;
}

#ayuda {
	position: relative;
	width: 130px;
	height: 48px;
	color: #FFF;
	display: inline;
	float: left;
	border: none;
}

#calendario {
	position: relative;
	width: 130px;
	height: 48px;
	color: #FFF;
	display: inline;
	float: left;
	border: none;
}

#logos_der {
	width: 400px;
	height: 350px;
	position: relative;
	left: 850px;
	top: 54px;
	display: right;
	/*background-image: url(../img/colsanitas_logos.jpg);*/
}