@charset "utf-8";
/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/assets/images/general/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
#contenedor {
	width:955px;
	margin:auto;
}
#entrar {
	background-color:#000000;
	height:30px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	padding-top:15px;
	font-weight:bold;
}
#entrar a:link {
	color:#666666;
	text-decoration:none;
}
#entrar a:visited {
	color:#666666;
	text-decoration:none;
}
#entrar a:active {
	color:#666666;
	text-decoration:none;
}
#entrar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#header {
	width:955px;
	height:110px;
	z-index:10;
}
#menu {
	width:710px;
	float:left;
	margin-top:43px;
	z-index:10;
}
#logo {
	width:245px;
	height:110px;
	float:right;
	border-bottom:thin;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	background-image:url(/assets/images/general/logo_Ospinas.png); 
	background-repeat:no-repeat;
}
#logo h1 {
	height:0;
	overflow:hidden;
}
#menu h3 {
	height:0;
	overflow:hidden;
}
#footer {
	width:955px;
	height:40px;
	float:left;
	background-image:url(/assets/images/general/bgFooter.jpg);
	background-repeat:no-repeat;
}
#logoFractal {
	width:105px;
	height:18px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}
#disclaimer {
	width:710px;
	height:18px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
}
#disclaimer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
}
#logoZero {
	width:58px;
	height:18px;
	float:right;
	margin-top:10px;
	margin-right:20px;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#808080;
	text-decoration:none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#808080;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	text-decoration:none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#808080;
	text-decoration:none;
}