/* CSS Document */
body{
	background:#155E97;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	overflow-y:scroll; 
}
#site{
	width:1200px;
	background:#FFF;
	margin:auto;
}
#head{
	height:112px;
	background:url(../images/headBg.jpg) repeat-x;
}
#logo{
	margin-left:9%;
	margin-top:15px;
	position:relative;
	z-index:10;
	width:161px;
	height:88px;
	float:left;
}
#menu{
	font-size:18px;
	color:#A5A7AB;
	float:left;
	height:112px;	
}
#slide{
	background:url(../images/slide.png) no-repeat;
	width:127px;
	height:97px;
	margin-top:-67px;
	margin-left:43px;
	z-index:0;
	display:none;	
}
#footer{
	height:115px;
	background:#FFF;
	background:url(../images/footerBackground.jpg) repeat-x;	
}
#textNorms{
	font-size:12.5px;
	color:#1A74BA;
	margin-top:23px;
	margin-left:115px;
	float:left;
}
.gris{
	color:#383F4C;
}
#bannerFlota{
	float:left;
	margin-left:275px;
}
#imgBanner{
	height:487px;
}
#botonSlide{
	display:none;
}
#fbtwIcons{
	float:left;
	margin-left:90px;
	margin-top:38px;
}
#content{
	background:#FFF;
}

.tituloGris{
	font-size:15px;	
}
.tituloAzul{
	font-size:15px;	
}
.bold{
	font-weight:bold;
}
.textAzul{
	color:#145E97;
}
#loading{
	display: none;
	font: 12px  Arial;
	padding: 7px;
	background:url(../images/loadingBgAzul.png);
}
#emailMsj{
	display: none;
	font: 12px  Arial;
	padding: 7px;
	background:url(../images/loadingBgAzul.png);
}
#loadingTelon{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:9999;
	display:none;
}
#loadingMsj{
	background-color: #fff;
}
#loadinImg{
	padding: 2px;
	text-align: center;
	height: 17px;
	padding-left: 18px;
}
.imgLoad{
	float: left;
}
.textLoad{
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}
/* Img Box*/
#imgBox{
	background:url(../images/loadingBgAzul.png);	
	padding:10px;
	display:none;
}
#imgContainer{
	background-color:#fff;
	padding:10px;
}
#imgClose{
	z-index:999;
	position:absolute;
	top:25px;
	right:25px;
	cursor:pointer;
}
#carrusel >li >img{
	cursor:pointer;
}
a{
	text-decoration:none;
	color:#3F3F40;
}
a:hover{
	text-decoration:underline;
	color:#145E97;
}