@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

@charset "utf-8";
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,
input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    height: 100%;
}

body {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1;
	color:#444;
	height:100%;
	background:url(../images/bg.jpg) no-repeat center top #00528e;
	overflow-x:hidden;
	overflow-y:scroll;
}

.clear {
	clear:both;
}

#wrapper {
	width:940px;
	margin:0 auto;
}

#header {
	color:#8dd7f7;
	height:188px;
	position:relative;
	z-index:10;
}
#branding {
	background:url(../images/extralimp-logo.png);
	width:335px;
	height:140px;
	display:block;
	text-indent:-5000px;
	float:left;
	margin:28px 0 0 -5px;
	position:relative;
	z-index:2;
}
#header h2 {
	font-size:18px;
	font-style:italic;
	font-variant:small-caps;
	margin:59px 0 8px -16px;
	float:left;
}
#header ul {
	overflow:hidden;
	float:right;
	position:relative;
	z-index:3;
}
#header ul li {
	float:left;
}
#header ul li > a {
	font-size:12px;
	text-transform:uppercase;
	padding:0 11px;
	display:block;
	line-height:20px;
	position:relative;
}
#header ul li > a:hover:before,
#header ul li > a.active:before {
	content:'';
	position:absolute;
	left:15px;
	right:15px;
	height:1px;
	top:50%;
	box-shadow:0 0 20px 5px rgba(255,255,255,.8);
	background:rgba(255,255,255,.5);
}
#header ul li + li {
	border-left:solid 1px #13608e;
}
#nav {
	width:520px;
	border-top:solid 1px #13608e;
	padding:9px 0 9px 50px;
	border-bottom:solid 1px #13608e;
}
#nav li > a {
	color:#fff;
}
#nav li.social {
	float:right;
	border-left:none;
}
#nav li span {
	font-size:12px;
	line-height:20px;
}
#nav li span a {
	display:inline-block;
	background:url(../images/social.png);
	width:16px;
	height:14px;
	text-indent:-5000px;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
#nav li span a + a {
	background-position:-16px 0;
}
#menu {
	clear:both;
	padding:8px 0;
	margin:-16px 0 0;
}
#cart {
	position:absolute;
	z-index:1;
	background:url(../images/cart-bg.png);
	width:77px;
	height:74px;
	padding:64px 12px 0;
	left:103px;
	top:72px;
}
#cart.active {
	background:url(../images/cart-active-bg.jpg);
}
#cart p {
	font-size:11px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 10px;
}
#cart.active p {
	color:#7e0401;
}
#cart a {
	text-transform:uppercase;
	font-size:12px;
	padding:4px;
	margin:0 -4px;
	display:block;
	color:#fff;
}

#footer {
	color:#fff;
	height:20px;
	padding:10px 38px 20px;
}
#footer img {
	position:relative;
	top:-25px;
	float:left;
}
#footer img.imgLogo {
    position:relative;
    top:0px;
    right:0px;
    float:left;
}
#footer h6 {
	float:left;
}
#footer p {
	float:right;
}
#footer p a {
	background:url(../images/social-footer.png);
	width:13px;
	height:11px;
	display:inline-block;
	text-indent:-5000px;
}
#footer p a + a {
	background-position:-14px 0;
}

#main {
	border-top:solid 6px #bcc0c1;
	background:#e5e6e8;
	position:relative;
}
#main:before,
#main:after {
	content:'';
	position:absolute;
	width:1px;
	top:4px;
	bottom:4px;
	overflow:hidden;
	box-shadow:0 0 20px 3px #000;
	z-index:-1;
}
#main:before {
	left:0;
}
#main:after {
	right:0;
}

#featured {
	padding:8px;
	position:relative;
	min-height:300px;
}
#sliderWrapper {
	position:relative;
}
#slider {
	width:924px;
	height:300px;
	overflow:hidden;
}
#sliderHome {
	width:940px;
	height:346px;
	margin:-8px;
	overflow:hidden;
}
#slider div,
#slider img {
	float:left;
}
#sliderWrapper > a {
	background:url(../images/arrows.png);
	display:block;
	width:34px;
	height:34px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	left:0;
	z-index:100;
}
#sliderWrapper > a + a {
	left:auto;
	right:0;
	background-position:-34px 0;
}

#access {
	overflow:hidden;
	padding:2px 64px 0;
	background:#e6e7e9;
	position:relative;
}
#access:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	border-top:solid 1px #d8d9db;
	border-bottom:solid 1px #fff;
}
#access > a {
	float:left;
	width:254px;
	text-align:center;
	position:relative;
	padding-bottom:17px;
	border-bottom:solid 7px #016299;
}
#access > a + a {
	width:304px;
}
#access > a + a + a {
	width:254px;
}
#access > a + a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:-7px;
	border-left:solid 1px #d8d9db;
	border-right:solid 1px #fff;
}
#access > a h3 {
	font-size:12px;
	text-transform:uppercase;
	background:#016299;
	color:#fff;
	padding:10px;
	margin:0 0 16px;	
}
#access > a img,
#access > a p {
	display:inline-block;
	vertical-align:middle;
	margin:0 13px;
	position:relative;
}
#access > a p {
	color:#28435e;
	width:108px;
	font-size:14px;
	font-style:italic;
	line-height:18px;
	text-align:left;
}
#access > a p:before {
	content:'';
	position:absolute;
	left:-14px;
	top:0;
	bottom:0;
	border-left:solid 1px #d8d9db;
	border-right:solid 1px #fff;
}

#content {
	padding:35px 36px;
	overflow:hidden;
}
#content.static {
	padding-top:20px;
	background:#e5e6e7;
	position:relative;
}
#content.static:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	border-top:solid 1px #d8d9db;
	border-bottom:solid 1px #fff;
}
.col {
	float:left;
	width:255px;
}
.col + .col {
	margin-left:51px;
	position:relative;
}
.col + .col:before {
	content:'';
	position:absolute;
	left:-25px;
	top:0;
	bottom:0;
	border-left:solid 1px #d8d9db;
	border-right:solid 1px #fff;
}
#content .icon {
	position:absolute;
	right:37px;
	top:-18px;
    z-index: 10;
}
#content h1 {
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#003554;
	margin-bottom:31px;
}
#content.static h1 {
	font-size:26px;
	margin-bottom:14px;
	position:relative;
}
#content.static h1:before {
	content:'';
	position:absolute;
	top:-6px;
	left:-36px;
	height:38px;
	width:28px;
	background:url(../images/h1-before.png);
}
#content h1 img {
	float:right;
}
#content p {
	font-size:11px;
	line-height:15px;
	text-align:justify;
}
#content.contactos .col > p {
	font-size:12px;
	margin-bottom:15px;
}
#content.contactos .col > p + p {
	padding-left:25px;
	position:relative;
}
#content.contactos .col > p + p img {
	position:absolute;
	left:0;
	top:0;
}
#content.contactos .col > p + p + p + p {
	padding:0;
}
.prodList {
}
.prodList.listBig {
	margin:0 -7px;
}
.prodList.listBig li {
	width:133px;
	height:114px;
	margin:0 7px 16px;
	float:left;
}
.prodList.listBig li a {
	display:block;
	position:relative;
	width:131px;
	height:112px;
	background:url(../images/list-item-bg.png);
	border:solid 1px #929497;
	border-radius:10px;
	-moz-border-radius:10px;
}
.prodList.listBig li a:before {
	content:'';
	position:absolute;
	background:url(../images/list-item-shadow.png);
	width:126px;
	height:9px;
	left:3px;
	bottom:-9px;
}
.prodList.listBig li a.linkSig {
    border:0;
}
.prodList.listBig li a.linkSig:before {
    background:none;
}
.prodList.listBig li h2 {
	line-height:17px;
	color:#003554;
	padding:0 5px;
	text-transform:uppercase;
}
.prodList.listBig li h2 img {
	float:right;
}

#ficha {
	text-align: center;
	position: relative;
	min-height: 300px;
    background-image: url(../images/marcas/fdo.jpg);
    background-repeat: repeat-x;
    background-position: left 96px;
}
#ficha.fondo1 {
	background-image: url(../images/marcas/fdoazul.jpg);
	background-repeat: repeat-x;
	background-position: left 96px;
}
#ficha.fondo2 {
	background-image: url(../images/marcas/fdoverde.jpg);
	background-repeat: repeat-x;
	background-position: left 96px;
}
#ficha.fondo3 {
	background-image: url(../images/marcas/fdorojo.jpg);
	background-repeat: repeat-x;
	background-position: left 96px;
}
#ficha.fondo4 {
	background-image: url(../images/marcas/fdorojo.jpg);
	background-repeat: repeat-x;
	background-position: left 96px;
}
#ficha h1 {
	text-transform:uppercase;
	color:#003554;
	font-size:25px;
	font-weight:bold;
	text-align:left;
	padding:35px 45px;
	border-bottom:dotted 1px #5e5f61;
}
#ficha img#zoom {
	position:absolute;
	left:45px;
	bottom:45px;
	margin:0;
}
#fichaInfo {
	width:220px;
	padding-right:15px;
	border-right:dotted 1px #5e5f61;
	position:absolute;
	right:45px;
	bottom:45px;
	text-align:right;
}
#fichaInfo div#fichaInfoHeader {
	float:right;
	text-align:center;
	margin-bottom:5px;
}
#fichaInfo div {
	overflow:hidden;
	clear:both;
}
#fichaInfo div + div {
	padding-top:5px;
	border-top:dotted 1px #5e5f61;
	margin-top:5px;
}
#fichaInfo div img {
	margin:0;
}
#fichaInfo h2 {
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#fichaInfo h3 {
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
}
#fichaInfo p {
	line-height:14px;
	float:left;
	width:157px;
	padding-right:8px;
	border-right:solid 1px #c9c9c9;
}
#fichaInfo #txtCarrito.active {
    color: #4B629C;
}
#fichaInfo #txtCarrito a {
    text-decoration: underline;
}
#fichaInfo label {
	text-transform:uppercase;
	font-weight:bold;
}
#fichaInfo label input {
	background:#fff;
	border:solid 1px #c7c8ca;
	padding:2px 3px;
	font-weight:normal;
	text-align:center;
	width: 39px;
	margin: 0 0 5px 5px;
    font-weight: bold;
}
#fichaInfo .bt {
	display:block;
	background:url(../images/bt-cart.png);
	width:45px;
	height:39px;
	text-indent:-5000px;
	text-align:left;
	float:right;
	border:solid 1px #c9c9c9;
}
#fichaInfo .bt.active {
    background:url(../images/bt-cart-sel.png);
}
#fichaInfo .bt.active {
    background:url(../images/bt-cart-sel.png);
}
#ficha > a {
	display:block;
	width:34px;
	height:34px;
	position:absolute;
	text-indent:-5000px;
}
#ficha > a.fichaAnt,
#ficha > a.fichaSig {
	background:url(../images/arrows.png);
	top:50%;
	margin-top:-17px;
}
#ficha > a.fichaAnt {
	left:0;
}
#ficha > a.fichaSig {
	right:0;
	background-position:-34px 0;
}
#ficha > a.cerrarFicha {
	top:0;
	right:0;
	width:30px;
	height:23px;
	background:url(../images/close.png) no-repeat center center;
}

#main.presupuestoAdd {
	margin-top:-50px;
}
#presupuestoAdd  {
	padding:80px 65px 30px;
	overflow:hidden;
	clear:both;
}
#presupuesto h1,
#presupuestoAdd h1 {
	text-transform:uppercase;
	color:#003554;
	font-size:30px;
	font-weight:bold;
	text-align:left;
}
#presupuesto h1 {
	padding:40px 65px 13px 65px;
}
#presupuesto h1 + p {
	margin:0 65px 10px;
}
#presupuesto p {
	font-size:14px;
}
#presupuestoAdd #presupuestoAddMenu {
	padding:10px 65px;
	margin:5px -65px 30px;
	border-bottom:dotted 1px #5e5f61;
	overflow:hidden;
}
#presupuestoAdd #presupuestoAddMenu li {
	float:left;
	text-transform:uppercase;
	font-size:13px;
}
#presupuestoAdd #presupuestoAddMenu li + li {
	padding-left:8px;
	border-left:solid 1px #cbccce;
	margin-left:8px;
}
#presupuestoAdd h2 {
	text-transform:uppercase;
	color:#003554;
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
}
#presupuesto form {
	padding:30px 65px;
	border-top:dotted 1px #5e5f61;
}
#presupuesto form label {
	text-transform:uppercase;
	display:inline-block;
	width:120px;
	text-align:right;
	margin-right:4px;
}
#presupuesto form span + span label {
	width:85px;
}
#presupuesto form p {
	margin-bottom:10px;
}
#presupuesto form p > span {
	display:inline-block;
}
#presupuesto form input {
	background:#fff;
	border:solid 1px #c9c9c9;
	padding:5px;
	line-height:16px;
	height:16px;
}
#presupuesto form p > input {
	width:670px;
}
#presupuesto form span input {
	width:283px;
}
#presupuesto form ul {
	font-size:15px;
	padding:35px 65px 0;
	margin:35px -65px 10px;
	border-top:dotted 1px #5e5f61;
}
#presupuestoAdd ul.list {
	font-size:14px;
	margin-right:-20px;
}
#presupuesto form ul li,
#presupuestoAdd ul.list li {
	position:relative;
	padding:12px 0 12px 64px;
	height:24px;
	line-height:24px;
	margin-bottom:2px;
}
#presupuestoAdd ul.list li {
	width:301px;
	float:left;
	margin-right:50px;
}
#presupuesto form ul li:after,
#presupuestoAdd ul.list li:after {
	content:'';
	position:absolute;
	left:64px;
	right:0;
	bottom:-2px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #dcdddf;
}
#presupuesto form ul li div,
#presupuestoAdd ul.list li div {
	width:52px;
	height:44px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-22px;
	border:solid 1px #b1b2b4;
	border-radius:3px;
	-moz-border-radius:3px;
	background:url(../images/presupuesto-img-bg.png);
}
#presupuesto form ul li h3,
#presupuestoAdd ul.list li h3 {
	font-weight:bold;
	display:inline-block;
	height: 20px;
}
#presupuestoAdd ul.list li h3 {
	width: 140px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
}
#presupuesto form ul li h4,
#presupuestoAdd ul.list li h4 {
	display:inline-block;
	vertical-align:top;
}
#presupuestoAdd ul.list li h4 {
	width:85px;
}
#presupuesto form ul li h4:before,
#presupuestoAdd ul.list li h4:before {
	content:' | ';
}
#presupuesto form ul input {
	float:right;
	border:solid 1px #b1b2b4;
	width:29px;
	text-align:center;
	background:url(../images/bt-bg.png) repeat-x center center;
    font-weight: bold;
}
#presupuesto form ul input.selCant {
	background:#fff;
}
#presupuesto form ul a.itemDelete {
	float:right;
	border:solid 1px #b1b2b4;
	width:29px;
	text-align:center;
	background:url(../images/bt-bg.png) repeat-x center center;
	height: 26px;
    margin-left: 8px;
}
#presupuestoAdd ul.list li input {
	width:30px;
	height:15px;
	padding:3px;
	border:solid 1px #C9C9C9;
	background:#fff;
	vertical-align:top;
	text-align:center;
    font-weight: bold;
}
#presupuestoAdd ul.list li a {
	float:right;
	width:24px;
	height:21px;
	text-indent:-5000px;
	border:solid 1px #C9C9C9;
}
#presupuestoAdd ul.list li a.agregarItem {
    background:url(../images/bt-cart-s.png);
}
#presupuestoAdd ul.list li a.quitarItem {
    background:url(../images/bt-cart-s-x.png);
}
#presupuesto p a {
	color:#095f80;
	text-transform:uppercase;
}
#presupuesto form {
	overflow:hidden;
}
#presupuesto form ul + p {
	float:left;
	height:36px;
	line-height:36px;
}
#presupuesto form input[type="submit"] {
	height:36px;
	line-height:34px;
	padding:0;
	font-size:16px;
	width:86px;
	text-align:center;
	float:right;
	background:url(../images/bt-bg.png) repeat-x center center;
	cursor:pointer;
	text-transform:uppercase;
}

#contact {
	width:560px;
}
#contact label {
	text-transform:uppercase;
	float:left;
	width:90px;
	text-align:right;
	margin-right:6px;
	vertical-align:top;
	line-height:28px;
}
#contact p {
	margin-bottom:10px;
	overflow:hidden;
}
#contact p > span {
	float:left;
}
#contact p > span + span label {
	width:52px;
}
#contact input,
#contact textarea {
	background:#fff;
	border:solid 1px #c9c9c9;
	padding:5px;
	line-height:16px;
}
#contact p > input,
#contact p > textarea {
	width:452px;
}
#contact span input {
	width:191px;
}
#contact input[type="submit"] {
	height:26px;
	line-height:24px;
	padding:0;
	font-size:14px;
	width:66px;
	text-align:center;
	float:right;
	background:url(../images/bt-bg.png) repeat-x center center;
	cursor:pointer;
	text-transform:uppercase;
}

#formError {
	float:right;
    color: rgb(255, 0, 0);
    line-height: 36px;
    margin-right: 20px;
}
.placaEnviado {
    text-align: center;
}