body{ 
	background-image:url(../img/bg.png);
	margin-top: 10px;
}

#contenedor{
	background-image:url(../img/bgtop.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:900px;
	height: auto;
	margin:auto;
}

#top{
	width:900px;
	height:115px;
	margin:auto;
}
.logo{
	float:left;
}
#cssmenu ul{
	margin: 67px 0 0 0;
	padding:0;
	width:468px;
	display:block;
	height:44px;
	float:right;
}
.inicio a{
	background-image:url(../img/inicio.png);
	width:102px;
	display:block;
	float:left;
}
.quienes a{
	background-image:url(../img/quienes_somos.png);
	width:162px;
}
.areas a{
	background-image:url(../img/servicios.png);
	width:105px;
}
.contacto a{
	background-image:url(../img/contacto.png);
	width:98px;
}

#cssmenu li{
	display:block;
	width:auto;
	float:left;
	margin:0;
	pading:0;
	}
#cssmenu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:44px;
	}
.inicio a:hover{
	background-image:url(../img/inicio_a.png);
	height:44px;
	}
.quienes a:hover{
	background-image:url(../img/quienes_somos_a.png);
	height:44px;
	}
.areas a:hover{
	background-image:url(../img/servicios_a.png);
	height:44px;
	}
.contacto a:hover{
	background-image:url(../img/contacto_a.png);
	height:44px;
	}
	
.nivo-controlNav, .nivo-directionNav{
	 display: none;
}

.error{
	color: red;
	font-size: small;
	width: 100%;
}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}


caption, th, td {
	text-align: left;
	font-weight: normal;	
}
#contenido{
	width:900px;
	height: auto;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
}

#footer{
	width:900px;
	height:30px;
	margin:auto;
	padding: 10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color:#fff;
	background-color:#fe9900;
}

#copyrights{
	width:900px;
	margin:10px auto;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-align: center;
	color:#fff;	
}