/* @override 
	http://ondamatica/stylesheets/main.css
	http://ondamatica.wessley.dnsalias.com/stylesheets/main.css
	http://ondamatica.ci.wessley.dnsalias.com/stylesheets/main.css
	http://ondamatica.com/stylesheets/main.css
*/

/* @group Reset */

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;
}


:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

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: "" "";
}

/* @end */

/* @group Defaults */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

h1, h2, h3, h4{
	font-weight: bold;
}

ol{
	list-style-type: decimal;
}

p{
	line-height: 1.2;
}

*{
	line-height: 1em;
}

/* @end */

/* @group Utitlities */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.plain{ font-weight: normal; }

a.plain:link, a.plain:visited{ font-weight: normal; }

.floatleft{ float: left; }

.noborder{ border: none; }

.hr{ /* Custom horizontal ruler */
	height: 1px;
	margin-top: 5px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;
	clear: left;
}

.hr hr{ /* Custom horizontal ruler */
	display: none;
}

.b4{ border: 4px solid #e0e0e0; }

.b2{ border: 2px solid #e0e0e0; }

/* @end */

/* @group General Attributes */

body{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background: #cfcfcf url(/images/front/background.gif) top left repeat-x;
}

a:link, a:visited{
	color: #CA2E27;
	text-decoration: none;
}

a:hover, a:active{
	color: #E6674B;
	text-decoration: underline;
}

.block{
	width: 850px;
	margin: 10px auto 0 auto;
}

.blocktop{
	margin-top: 20px;
	margin-bottom: 20px;
}

.blockleft{
	width: 420px;
	margin-right: 10px;
	float: left;
}

.blockright{
	width: 420px;
	float: left;
}

.centered{
	text-align: center;
}

.logo{
	display: block;
	padding-left: 155px;
	width: 0;
	height: 100px;
	overflow: hidden;
	background: url(/images/front/logo2.gif) top left no-repeat;
	margin-left: 10px;
}

.box1{ background: #FFF url(/images/front/block_bc.gif) bottom left repeat-x; }
.box2{ background: url(/images/front/block_tl.gif) top left no-repeat; }
.box3{ background: url(/images/front/block_tr.gif) top right no-repeat; }
.box4{ background: url(/images/front/block_bl.gif) bottom left no-repeat; }
.box5{ background: url(/images/front/block_br.gif) bottom right no-repeat; padding: 10px; }

.three_quarters_left{
	width: 635px;
	float: left;
}

.social_buttons{
	float: right;
	width: 210px;
	text-align: right;
}

.social_buttons a{
	display: block;
	margin-bottom: 10px;
}

.login{
	float: right;
	margin-top: 5px;
}

.login .box5{
	padding: 7px 12px;
}

.login p{
	clear: both;
	margin: 2px 0;
}

.login .field{
	width: 150px;
	font-size: 12px;
}

.login .button{
	padding: 2px;
	width: 70px;
	margin-left: 100px;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
}

.login label{
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
	padding-top: 5px;
}

ul.usermenu li{
	display: inline;
	padding: 0 10px;
}

/* @group Tabs */

ul.tabs li{
	float: left;
	margin-right: 5px;
	background: #FFF;
	width: 120px;
}

ul.tabs li.wider{
	width: 150px;
}

ul.tabs li.off{
	background: #ff957e;
}

ul.tabs li.off .box3{
	background: url(/images/front/tab_tr.gif) top right no-repeat;
}

ul.tabs li.off .box2{
	background: url(/images/front/tab_tl.gif) top left no-repeat;
}

ul.tabs .box3{
	padding: 10px 10px 5px;
}

ul.tabs li a:link, ul.tabs li a:visited{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul.tabs li.off a:link, ul.tabs li.off a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

ul.tabs li a:hover, ul.tabs li a:active{
	color: #888;
}

ul.tabs li.off a:hover, ul.tabs li.off a:active{
	color: #ffcabf;
}

ul.sublinks{
}

ul.sublinks li{
	display: block;
	float: left;
	margin-right: 15px;
}

ul.sublinks li a:link,
ul.sublinks li a:visited{
	color: #555;
	line-height: 20px;
}

ul.sublinks li.on a:link,
ul.sublinks li.on a:visited{
	color: #CA2E27;
}

/* @end */

h1{
	font-size: 16px;
	margin-bottom: 20px;
}

h1.single{
	padding-left: 170px;
}

h2{
	color: #CA2E27;
	text-transform: uppercase;
}

h2.icon_star{
	padding: 3px 0 3px 21px;
	margin-bottom: 10px;
	background: url(/images/front/icon_star.gif) top left no-repeat;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.horizontal_form *{
	vertical-align: middle;
	margin-left: 5px;
}

.horizontal_form label{
	font-weight: bold;
}

.copyright{
	padding-left: 10px;
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
}

.single_image{
	float: left;
	width: 150px;
}

div.label{
	margin-bottom: 5px;
	font-weight: bold;
}

div.value{
	margin-bottom: 15px;
	line-height: 1.3;
}

.single_info{
	float: left;
	width: 500px;
	margin-left: 20px;
}

div.regular{
	font-size: 13px;
	margin-top: 10px;
}

div.regular p{
	margin: 20px 0;
	line-height: 20px;
}

div.regular ol{
	list-style-type: decimal;
	margin-left: 25px;
}

div.regular li{
	background: none;
	margin: 10px 0;
	line-height: 20px;
}

div.regular ul{
	list-style-type: disc;
	margin-left: 25px;
}

div.regular ul.formularios{
	list-style-type: none;
}

div.regular ul.formularios li{
	background: url(/images/front/formulario.jpg) top left no-repeat;
	height: 32px;
	padding-top: 8px;
	padding-left: 40px;
}

/* @end */

/* @group Icons */

a.icon_new{
	padding: 2px 0 2px 22px;
	background: url(/images/front/new.png) 0 2px no-repeat;

}

a.icon_newspaper{
	padding: 2px 0 2px 22px;
	background: url(/images/front/newspaper.png) top left no-repeat;
}

a.icon_award{
	padding: 2px 0 2px 22px;
	background: url(/images/front/award_star_gold_3.png) top left no-repeat;
}

a.icon_calendar{
	padding: 2px 0 2px 22px;
	background: url(/images/front/calendar_view_day.png) top left no-repeat;
}

a.icon_clock{
	padding: 2px 0 2px 22px;
	background: url(/images/front/clock.png) top left no-repeat;
}

a.icon_user{
	padding: 2px 0 2px 22px;
	background: url(/images/front/user.png) top left no-repeat;
}

a.icon_cart{
	padding: 2px 0 2px 22px;
	background: url(/images/front/cart.png) top left no-repeat;
}

a.icon_close{
	padding: 2px 0 2px 22px;
	background: url(/images/front/delete.png) top left no-repeat;
}

a.icon_config{
	padding: 2px 0 2px 22px;
	background: url(/images/front/wrench.png) top left no-repeat;
}

/* @end */

/* @group Listings */

ul.info_withimg div.image{
	float:left;
	width: 75px;
/*	border-right: 1px solid #e6e6e6; */
}

ul.info_withimg li{
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

ul.info_withimg h3{
	margin-bottom: 5px;
}

ul.info_withimg p{
	line-height: 1.3;
}

ul.info_noimg li{
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

ul.info_noimg h3{
	font-size: 14px;
}

table.product_list{
	width: 100%;
}

table.product_list td{
	padding: 5px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
	height: 70px;
}

table.products {
	line-height: 45px;
}

table.product_list td.picture{
	padding-right: 5px;
}

table.product_list a.pic{
/*	display: block;
	width: 50px;
	background: #FFF;
	padding: 2px;
*/}

table.product_list tr.title td{
	font-weight: bold;
	line-height: 14px;
	height: 20px;
}

td.brand{
	width: 20%;
}

td.price{
	width: 10%;
	text-align: right;
}

td.code{
	width: 20%;
}

td.avail{
	width: 5%;
}

tr.alt{
	background: #f0f0f0;
}

table.products a:link,
table.products a:visited{
	color: #000;
}

.align_right{
	text-align: right;
}

.row_total{
	border-top: 1px solid black;
}

/* @end */

/* @group ETC */

.regular h3{
	font-size: 18px;
	margin: 0;
}

h4{
	margin: 20px 0 10px
}

form.abono{
	margin: 0 auto;
}

form.abono table td{
	width: 200px;
	height: 25px;
	vertical-align: middle;
}

form.abono table td *{
	vertical-align: middle;
}

form.abono input{
	width: 200px;
}

form.abono textarea{
	width: 400px;
	height: 80px;
	margin: 5px 0 10px;
}

form.abono .button{
	margin-bottom: 10px;
}

form.abono input.fecha{
	width: 100px;
}

form.abono small{
	font-size: 12px;
	color: #AAA;
}

.notice{
	background: #FFFFAA;
	padding: 20px;
	margin: 10px 0;
	width: 360px;
}

.notice h2{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: none;
}

.rojo{
	color: red;
}

form.abono input.radio{
	width: auto;
}

.contact_block{
	border-bottom: 1px solid #CCC;
}

.contact_block p{
	padding-left: 40px;
}

.contact_block table{
	margin-left: 40px;
}

.contact_block table td{
	width: 100px;
}

.vtop{
	vertical-align: top;
	padding-top: 3px;
}

.contact_block table textarea{
	width: 300px;
	height: 100px;
	margin-left: 2px;
}

.contact_block .button{
	margin-top: 10px;
	margin-bottom: 10px;
}

.icon_sobre h4{
	background: url(/images/front/sobre.jpg) top left no-repeat;
	padding-left: 40px;
	line-height: 32px;
	font-size: 15px;
}

.icon_mundo h4{
	background: url(/images/front/mundo.jpg) top left no-repeat;
	padding-left: 40px;
	line-height: 32px;
	font-size: 15px;
}

.icon_vcard h4{
	background: url(/images/front/vcard.jpg) top left no-repeat;
	padding-left: 40px;
	line-height: 32px;
	font-size: 15px;
}

.icon_formulario h4{
	background: url(/images/front/formulario.jpg) top left no-repeat;
	padding-left: 40px;
	line-height: 32px;
	font-size: 15px;
}

/* @end */

/* @group config memorias */

.familias{
	margin-top: 20px;
}

.familia{
	float: left;
	width: 32.5%;
}

.img_familia, .title_familia{
	text-align: center;
	margin: 10px 10px 20px 10px;
	font-weight: bold;
}

.img_familia{
	min-height: 100px;
}

div.regular ul.gamas{
	margin-top: 20px;
	width: 300px;
	float: left;
}

div.regular ul.gamas, div.regular ul.modelos{
	margin-left: 0;
	list-style: none;
}

div.regular ul.modelos{
	margin-left: 20px;
}

div.regular ul.gamas li, div.regular ul.modelos li{
	margin: 5px 0;
}

div.regular ul.gamas li.on{
	font-weight: bold;
}

div.regular ul.gamas li.on ul.modelos li{
	font-weight: normal;
}

div.regular ul.gamas li.on ul.modelos li.on{
	font-weight: bold;
}

.datos{
	margin-top: 20px;
	padding-left: 310px;
}

.datos h4{
	font-size: 15px;
	margin-bottom: 20px;
}

div.regular div.datos div.foto{
	float: left;
	margin-right: 20px;
}

div.datos p{
	margin: 0 10px;
}

div.datos .info{
	height: 120px;
}

div.datos table{
	width: 400px;
}

div.datos table td{
	padding: 3px;
}

#iMes p{
	line-height: 18px;
}

/* @end */

.pagination{
	text-align: center;
	padding: 20px;
	font-size: 13px;
}

.pagination span,
.pagination a{
	padding: 0 3px;
}

input.cantidad{
	width: 20px;
	text-align: right;
}

tr.calculos td{
	height: 20px;
}

tr td.buttons{
	text-align: right;
	padding: 20px 0 10px 0;
	border-bottom: none;
}

tr td.advertencia{
	font-size: 11px;
	color: red;
	border: none;
	padding-top: 10px;
}

h3.center{
	text-align: center;
	padding: 20px 0 10px;
}

.micuenta h2{
	font-size: 14px;
	margin: 20px 0 10px
}

table.cuenta td{
	padding: 3px 0;
}

.modif_link{
	margin: 20px 0 10px;
}

div.prepedido h2, .nodispos h2{
	font-size: 14px;
	margin: 20px 0 20px
}

table.prepedido td{
	padding: 3px 50px 3px 0;
}

div.buttons{
	margin: 20px 0;
}

div.buttons a{
	margin-right: 10px;
}

.nodispos ul{
	margin-bottom: 1em;
	list-style: disc;
	padding-left: 20px;
}

.nodispos h3{
	margin: 2em 0 1em;
	font-size: 13px;
}

.nodispos ul li{
	margin: 1em 0;
	line-height: 1.3em;
}

.nodispos ul li img{
	margin-top: 10px;
}

table.historico td{
	height: 20px;
}

.info_withimg .text{
	padding-left: 75px;
}

.theres_more{
	font-size: 14px;
	margin-top: 10px;
}

