/*
	Common
*/
body, h1, h2, h3, h4, p, form, ul {
	margin: 0;
	padding: 0;
}

body, pre {
	font: 13px Arial;
	color: #131313;
}

pre {
	background: #fafafa;
	border: 1px solid #f88;
	padding: 5px;
}

a img {
	border: none;
}

a {
	color: #2c547d;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], textarea, select {
	font: 14px Arial;
	color: #333;
	background: #fff;
	border: 1px solid #aaa;
}

#body input:focus, textarea:focus, label:focus, select:focus, input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #556bbd;
}

label {
	cursor: pointer;
}

.error {
	color: #b0231c;
}

.clear {
	clear: both;
	text-indent: -9999px;
	font-size: 1px;
}

.clear span {
	display: block;
	height: 0;
	overflow: hidden;
}

#body .panel {
	background: url("img/panel_background.gif");
	padding: 0 20px 0 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.discreet {
	color: #777;
	font-size: 11px;
}

/* Corners */
div.nw {
	left: 0; top: 0;
	background-position: top left;
}

div.ne {
	right: 0; top: 0;
	background-position: top right;
}

div.sw {
	left: 0; bottom: 0;
	background-position: bottom left;
}

div.se {
	right: 0; bottom: 0;
	background-position: bottom right;
}


/* Window */
#body .window {
	position: relative;
	height: 100%;
}

#body .window div.title {
	position: relative;
	height: 34px;
	background: #888 url("img/title_back.gif") repeat-x;
	padding: 0 10px 0 10px;
}

#body .window div.title h3 {
	font-size: 15px;
	color: #fff;
	padding-top: 10px;
}

#body .window .corner {
	position: absolute;
	font-size: 1px !important;
	background-image: url("img/borders.gif");
	width: 8px;
	height: 8px;
	z-index: 999;
}

#body .title .border_left {
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/lr_shadows.gif") repeat-y;
	width: 3px;
	height: 34px;
}

#body .title .border_right {
	position: absolute;
	top: 0;
	right: 0;
	background: url("img/lr_shadows.gif") repeat-y right top;
	width: 3px;
	height: 34px;
}

#body .title .border_right {
	position: absolute;
	top: 0;
	right: 0;
	background: url("img/lr_shadows.gif") repeat-y right top;
	width: 3px;
	height: 34px;
}

#body .aux_content .border_left {
	background: #eee url("img/lr_shadows.gif") repeat-y;
	width: 3px;
	font-size: 1px;
}

#body .window .content {
	padding: 15px;
	background: url("img/top_backgorund.gif") repeat-x;
}

#body .window .background_content {
	background: #fbfbfb url("img/bottom_background.gif") repeat-x bottom left;
}

#body .aux_content .border_right {
	background: #eee url("img/lr_shadows.gif") repeat-y top right;
	width: 3px;
	font-size: 1px;
}

#body .window .border_bottom {
	background: #eee url("img/tb_shadows.gif") repeat-x bottom left;
	height: 3px;
}

/* Headers */
h2 {
	font-size: 24px;
	color: #203850;
}

h3 {
	font-size: 18px;
	color: #203850;
}

h4 {
	font-size: 16px;
	color: #203850;
}


/*
	Layout
*/
#body {
	background: #102132 url("img/background.gif") repeat-x;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
/*	background: #ffa;*/
}


/* Header */
#header {
	position: relative;
	height: 84px;
}

#header #logo a {
	position: absolute;
	width: 237px;
	height: 34px;
	top: 22px;
	left: 0;
	padding: 2px;
	background: url("img/logo_compucorner.png") no-repeat center center;
}

#logo span {
	display: none;
}

#header #telefono {
	position: absolute;
	right: 0;
	height: 34px;
	padding-top: 10px;
	font: bold 14px Arial;
	color: #e7eaea;
	text-shadow: #333 0px 1px 0px;
}

#telefono strong {
	color: #fff;
	font-size: 18px;
}

/* Menu */
#menu {
	height: 36px;
}

#menu li {
	display: block;
	float: left;
	height: 36px;
	list-style: none;
}

#menu ul li a {
	display: block;
	float: left;
	height: 36px;
	background: url("img/menu.gif") no-repeat;
}

#menu a span {
	display: none;
}

/* Menu items */
#menu .inicio a {
	width: 68px;
}

#menu .inicio a:hover {
	background-position: 0 -36px !important;
}

#body #menu .inicio a.current {
	background-position: 0 -72px !important;
}


#menu .sobre_nosotros a {
	width: 150px;
	background-position: -68px 0;
}

#menu .sobre_nosotros a:hover {
	background-position: -68px -36px !important;
}

#body #menu .sobre_nosotros a.current {
	background-position: -68px -72px !important;
}


#menu .servicios a {
	width: 98px;
	background-position: -218px 0;
}

#menu .servicios a:hover {
	background-position: -218px -36px !important;
}

#body #menu .servicios a.current {
	background-position: -218px -72px !important;
}


#menu .productos a {
	width: 110px;
	background-position: -315px 0;
}

#menu .productos a:hover {
	background-position: -315px -36px !important;
}

#body #menu .productos a.current {
	background-position: -315px -72px !important;
}


#menu .soporte a {
	width: 89px;
	background-position: -425px 0;
}

#menu .soporte a:hover {
	background-position: -425px -36px !important;
}

#body #menu .soporte a.current {
	background-position: -425px -72px !important;
}


#menu .contacto a {
	width: 103px;
	background-position: -514px 0;
}

#menu .contacto a:hover {
	background-position: -514px -36px !important;
}

#body #menu .contacto a.current {
	background-position: -514px -72px !important;
}


/* Search box */
#search_box {
	position: relative;
	float: right;
	overflow: hidden;
}

#search_box .c {
	background: url("img/search_box.png") no-repeat;
	width: 12px;
	height: 23px;
}

#body #search_box_q {
	outline: none;
	border: 0;
	border-top: 1px solid #cacbcc;
	border-bottom: 1px solid #cacbcc;
	width: 140px;
	height: 17px;
	background: #fff;
	padding-top: 3px;
	font-size: 14px;
}

#search_box_aux_submit {
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	background: url("img/search_box.png") no-repeat center right;
}

#search_box_buscar {
	position: absolute;
	top: -100px;
}

/* Submenu */
#submenu {
	background: #e6e6e6 url("img/submenu_background.gif") repeat-x;
	height: 24px;
	border-bottom: 1px solid #c1c1c1;
	color: #414141;
	padding-left: 10px;
	padding-top: 9px;
}

#submenu a {
	color: #414141;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .current {
	font-weight: bold;
}

/* Main */
#main {
	background: #fff;
}

/* Banner */
#banner {
	height: 249px;
}

#banner img {
	float: left;
}


/* Sections */
#body .sections {
	background-color: #e6e6e6;
	color: #7a7a7a;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 20px;
}

#body .sections a {
	color: #7a7a7a;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#body .sections a:hover {
	color: #414141;
}

#body .sections a.current {
	color: #203850;
	font-weight: bold;
}


/* Sobre nosotros - Sections */
#sobre_nosotros {
	background: url("img/sobre_nosotros_submenu.gif");
	height: 33px;
	padding-top: 13px;
}


/* Content */
#content {
	background: #fff;
	padding: 20px;
	color: #6b6b6b;
	font-size: 16px;
}

/* Navigation bar */
#navigation_bar {
	background: #dcdfdf url("img/navigation_background.gif");
	height: 24px;
	color: #7f7f7f;
	padding: 13px 0 0 20px;
}

#navigation_bar a {
	color: #7f7f7f;
	text-decoration: none;
	font-weight: bold;
}

#body #navigation_bar .current {
	color: #414141;
	font-weight: bold;
}

#navigation_bar a:hover {
	color: #696969;
}


/* Sitemap */
#sitemap {
	background: #a9abab url("img/sitemap_background.gif") repeat-x center top;
	padding: 20px;
	font-size: 11px;
	color: #414141;
}

#sitemap strong {
	color: #203850;
}

#sitemap a {
	color: #414141;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap td {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #999;
}

#sitemap td.first-child {
	padding-left: 0;
	border-left: 0;
}

#sitemap ul {
	list-style: none;
}

#sitemap ul li {
	padding: 1px 0 1px 0;
}

#sitemap li:before {
	content: "\00BB \0020";
}

#tarjetas_credito {
	float: right;
	color: #414141;
	font: bold 12px Arial;
	text-align: right;
}

#tarjetas_credito span {
	display: block;
	padding-bottom: 8px;
}

/* Footer */
#footer {
	color: #a9abab;
	font-size: 11px;
	padding: 10px;
	text-shadow: #151515 0px 1px 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: left;
}

#footer .developed_by {
	float: right;
}

