@charset "utf-8";


#content{
	outline-style:solid; 
	outline-color:#dbe1e6; 
	outline-width:thin;
	background-color:#f9fafa;
	font: Arial;
	color:#000;
	text-align:left; 
	vertical-align:top;
}
#divTop{
	height: 100px;
	text-align: middle;
}

#bgMask{
	background:#FFF;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom:1;
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	left: 0;
}

body{
	min-height:100%;
	min-width:100%;
	height:100%;
	width:100%;
	padding: 0;
	margin:0;
	font-family:Arial;
	font-size:12px;
	background-color:#e3f5ff;
}

#btStyle1{
	outline-style: none;
	outline-width: thin;
	outline-color: none;
	background-image:none;
	background-color: transparent;

}

#btStyle1:hover{
	outline-style : solid;
	outline-width : thin;
	outline-color : #cfe2f9;
	background-color : #e4f4fc;
	background-image : url(images/mouseOverBg.jpg);
	background-repeat:repeat;
}

#q{
	background-image:url(../images/busquedaGoogle.png);
	background-color:#FFF;
}

#menuTitle{
	background-repeat:repeat;
	font: Arial;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/menuTitle.jpg);
	outline-style:solid; 
	outline-color:#dbe1e6; 
	outline-width:thin;
}

#loadingMask{
	top: 45%;
	left:45%;
	display:block;
	position:absolute;
	text-align:center;
}

#divBottom{
	height: 12px;
	text-align:center;
	vertical-align:middle;
	font-size:9px;
	font: Arial;
	color:#A6A6A6;
	outline-style:solid; 
	outline-color:#dbe1e6; 
	outline-width:thin;
	background-color:#f9fafa;
	margin-top: 5px;
}

#webpage{
	background:#d4e3ef;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font:: Arial;
	padding-top: 10px;
}


#logo{
	height:65px;
	background-image:url(../images/titleBg.png);
	background-repeat:repeat;
}

#menuBar{
	height: 17px;
	text-align:center;
	font: Arial;
	font-weight:bold;
	color:#000;
	border-bottom-color:#dbe1e6;
	border-bottom-style:solid;
	border-top-color:#dbe1e6;
	border-top-style: solid;
	border-width:1px;
	outline-width:thin;
	background-color:#f9fafa;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#mainDiv{
	background-image:url(../images/mainBg.png);	
	outline-color:#dbe1e6;
	outline-width:1px;
	outline-style:solid;
}

#menus{
	outline-style:solid; 
	outline-color:#dbe1e6; 
	outline-width:thin;
	font: Arial;
	color:#000;
	background-color:#f9fafa;
}
