@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../img/bg.jpg);
}
a img, :link img, :visited img {
	border: 0;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* Header */
.oneColFixCtrHdr #header {
	width: 990px;
	height: 172px;
	background-image: url(../img/header_bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#top {
	background-image: url(../img/bg_top.jpg);
	height: 33px;
	font-size: 9px;
}
ul#top1 {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 22px;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#top1 li {
	float: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #top1 li a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: small;
	text-decoration: none;
	color: #F90;
}
.oneColFixCtrHdr #top1 li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Logo */

.oneColFixCtrHdr #logo {
	float: left;
	width: 342px;
	height: 172px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent {
	height: 593px;
	background-color: #FFFFFF;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Menu */

.oneColFixCtrHdr #menu {
	float: right;
	width: 648px;
	margin-top: 115px;
	padding: 0;
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 648px;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
}
/*--CSS Sprites - Default State--*/
ul#topnav a {
	display: block;
	float: left;
	height: 58px;/*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -58px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.home a {
	background-image: url(../img/home.jpg);
	width: 129px;
}
ul#topnav li.servicios a {
	background-image: url(../img/servicios.jpg);
	width: 130px;
}
ul#topnav li.seguridad a {
	background-image: url(../img/seguridad.jpg);
	width: 130px;
}
ul#topnav li.ventajas a {
	background-image: url(../img/ventajas.jpg);
	width: 130px;
}
ul#topnav li.clientes a {
	background-image: url(../img/clientes.jpg);
	width: 129px;
}
#home li.home a, /*--Home Page > Home Link--*/
#servicios li.servicios a, /*--Servicios Page > About Link--*/
#seguridad li.seguridad a, /*--Seguridad Page > Services Link--*/
#ventajas li.ventajas a, /*--Ventajas Page > Portfolio Link--*/
#clientes li.clientes a, /*--Clientes Page > Contact Link--*/
#blog li.blog a /*--Blog Page > Blog Link--*/
{
	background-position: left bottom;
}
.oneColFixCtrHdr #footer {
	height: 171px;
	background-color: #DDDDDD;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p a {
	color: #ccc; margin: 0 10px 0 0;
	border-bottom: 1px dotted #444;
	padding: 0 0 1px;
}
 #footer p a:hover {
	color: #F93;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #444;
	padding: 0 0 1px;
}

