/* CSS Document */

@font-face {
    font-family: 'Oswald';
    src: url('/styles/default/theme/font-face/Oswald-Regular-webfont.eot');
    src: url('/styles/default/theme/font-face/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/default/theme/font-face/Oswald-Regular-webfont.woff') format('woff'),
         url('/styles/default/theme/font-face/Oswald-Regular-webfont.ttf') format('truetype'),
         url('/styles/default/theme/font-face/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	background-color: #f0f0f0;
	cursor: default;
	overflow: auto;
	color: #6d6a6a;
	font: normal 13px Arial, Helvetica, sans-serif;
}

/* ahref */
a {
	text-decoration: none;
	outline: none;
	color: #ffcd2f;
}

a:visited { color: #ffcd2f; }

a:active { color: #ffcd2f; }

a:hover {
	text-decoration: underline;
	color: #ffcd2f;
}

.clear { clear: both; }
p {
	margin-bottom: 22px;
}
hr {
	background-color: #cccccc;
	height: 1px;

	border-top: 2px solid #efefef;
	border-right: none;
	border-bottom: 2px solid #e4e4e4;
	border-left: none;
	margin: 0 -20px 20px -20px;

}
ul {
	margin: 0 0 0 35px;
}
#content-wrapper #content .font15bold {
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: #333;
}

#header-wrapper {
	background: #000;
	height: 96px;
	width: 100%;
	border-bottom: 3px solid #222222;
}

#header-wrapper #header {
	width: 921px;
	height: 96px;
	margin: 0px auto;
}

#header-wrapper #header #logo {
	position: absolute;
	top: 20px;
}

#content-wrapper #content {
	width: 879px;
	border-top: 3px solid #666666;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: #FFF;
	margin: 0px auto;
	padding-right: 20px;
	padding-left: 20px;
}

#content-wrapper #content #image-in-content { margin-left: -20px; }

#header-wrapper #header #menu {
	float: right;
	height: 46px;
	margin-top: 51px;
}

#header-wrapper #header #menu ul { list-style: none; }

#header-wrapper #header #menu ul li {
	float: left;
	background: url(/styles/default/theme/images/menu-separator.png) no-repeat left bottom;
}

#header-wrapper #header #menu ul li a {
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	height: 46px;
	color: #FFF;
	font: normal 20px/20px 'Oswald';
}
#header-wrapper #header #menu ul li a:hover {
	text-decoration: none;
	border-bottom: 5px solid #ffcd2f;
}
#menu .active {
	text-decoration: none;
	border-bottom: 5px solid #ffcd2f;
}
#content-wrapper #content #question {
	margin: 25px 0 0 0;
	font-family: Oswald;
	text-transform: uppercase;
}

#content-wrapper #content #question .left {
	font-size: 20px;
	color: #333;
	float: left;
}

#content #offer p{
	margin: 25px 0 0 0;
}

#content-wrapper #content #question .right {
	text-align: right;
	float: right;
	font: bold 11px/25px Arial;
	background: url(/styles/default/theme/images/phone.png) no-repeat right center;
	padding-right: 75px;
	height: 50px;
}

#content-wrapper #content #question .right span {
	font-size: 20px;
	color: #ffcd2f;	
}
#content-wrapper #content h1 {
	font-size: 14px;
	font-weight: bold;
}
#content #address {
	float: left;
	width: 200px;
}
#content #mapa {
	float: right;
}

#footer {
	width: 879px;
	margin: 0px auto;
	background: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	padding-bottom: 20px;
}