/*
dark:
norm:
lght:
*/
html { overflow-y:scroll; }
input[type=submit],label,select{ cursor:pointer; }
html,body,div,p,h1,h2,h3,h4,span,ul,ol,li,dl,dd,dt,img,br,a,form { margin:0; padding:0; border:0; }
html,body{
	width:100%;
	height:100%;
	font-family:Verdana,Arial;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#555;
}
body { background:#FFF url(/img/bg.jpg) repeat-x top; }
a { color:#A26654; }
a:hover { color:#B7AB95; }
ul{ padding-left:15px; }
img {vertical-align:middle;}
hr { border:0;border-top:#FFF dotted 3px; }
h1,h2,h3,h4 { font-family:Georgia, serif;font-weight:normal;color:#999; }
.input {
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:#CCC solid 1px;
	background:#FFF;
	padding:2px;
	font-size:11px;
}
.defaultSkin .mceButton { border-color:#FFF;  }

.fltrt { float:right;width:auto; }
.fltlft { float:left;width:auto; }
.hide { display:none; }
.error { color:red; }
#pulsem { float:right;width:150px;text-align:right; }

/******************* TINYMCE *****************************/
body.tmce { background:#FFF;padding:0;margin:0; }
.tmce h1{ margin:8px 0 15px 0;font-size:16px;color:#799C1A; }
.tmce h2{ margin:8px 0 12px 0;font-size:15px;font-weight:normal;color:#799C1A; }
.tmce h3{ margin:8px 0 8px 0;font-size:13px;color:#799C1A; }
.tmce p { margin-bottom:10px; }
.tmce li{ margin-bottom:6px; }
.tmce ul,.tmce ol,.tmce dl { margin-bottom:10px;margin-left:30px; }

/******************* SYSTEM *****************************/

#logintable { margin: 35px auto;width:320px; }
#logintable td { padding:1px 3px; }

table.datagrid { width:100%;font-size:11px;border-collapse:collapse; }
table.datagrid td { padding:5px 8px; border:#666 solid 1px; }
table.datagrid th { padding:5px 8px; background:#666;border:#FFF solid 1px;color:#FFF; }
table.datagrid th a{ color:#FFF;text-decoration:underline; }

.formtable td{ vertical-align:top;padding:3px 5px; }

#adminControles{ margin:10px 0;font-weight:bolder;padding:15px 15px 5px 15px;border:#CCC solid 1px; }
#adminControles h1{ margin:0 0 10px 0;font-size:20px; }
#adminControles a, a.admin_button{
	margin:0 16px 10px 0;
	padding:4px 8px;
	background:#666;
	color:#FFF;
	text-decoration:none;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.paginator { text-align:center;font-weight:bold;margin-bottom:15px; }
.paginator img { margin:0; }
.paginator .current {  }
.paginator .paginator_buttons { text-align:center;padding:5px 40px; }
.paginator .paginator_next, .paginator .paginator_prev { width:60px;padding:0 15px;height:18px;line-height:18px; }
.paginator .paginator_next{ float:right; padding-right:20px;background:transparent url(/img/next.gif) no-repeat center right;text-align:right; }
.paginator .paginator_prev{ float:left; padding-left:20px;background:transparent url(/img/prev.gif) no-repeat center left;text-align:left; }

.zoom {
	position:absolute;
	z-index:1;
	width:182px;
	height:140px;
	background:transparent url(/img/pad.png);
	cursor:pointer;
 }

.labels { text-align:right;font-weight:bolder;color:#333; }
.fieldtype { font-weight:bolder;color:#666; }
.submit { margin-top:10px;}
.addthis_toolbox{ margin:8px 15px;height:18px;line-height:18px; }

/** Editable-Orderable List **/

.elist { width:420px;font-size:11px;background:#999;padding:1px 4px; }
.elist h1 { margin-bottom:20px; }
.elist .elist_item { padding:5px;background:#FFF;margin:4px 0; }
.elist .elist_item .elist_input_unselected{ border:0;font-weight:bolder; }
.elist .elist_item span{ vertical-align:top; }
.elist .elist_item .elist_handler {
	height:18px;
	width:18px;
	margin-right:8px;
	background:#999 url(/img/handler.gif);
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
}
.elist .elist_item input{ margin-right:8px; }
.elist .elist_item .elist_tag{ padding:2px 5px; }
.elist .elist_item .elist_remove img { padding:2px 5px; }

/** Admin Gallery **/

.admin_gallery{ border:#CCC solid 1px; margin:10px 0; padding:15px 25px; }
.th_img_wrapper{
	width:160px;
	height:120px;
	padding:10px;
}
.th_admin{
	position:relative;
	float:left;
	width:180px;
	margin:3px;
	text-align:center;
	border:#DDD solid 1px;
	border-bottom:#CCC solid 2px;
	border-right:#CCC solid 2px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.th_spinner{
	position:absolute;
	background:transparent url(/img/spinner.gif) no-repeat center center;
	width:100%;
	height:100%;
}

.th_options { height:18px;line-height:18px;font-size:10px;margin-bottom:4px; }
.th_options a { font-weight:bolder;color:#339; }
.th_admin_selected{
	background:#EEE;
	border:#CCC solid 2px;
	border-right:#CCC solid 3px;
	border-bottom:#CCC solid 3px;
	margin:2px;
	border-bottom-color:#AAA;
	border-right-color:#AAA;
}
#ImageLoadForm{ margin:0 auto;text-align:center; }

/** Filter **/

.filter_panel{  }
.filter_input{ width:50%;background:#EEF;float:left;padding:5px 0;text-align:center; }
.filter_input .filter_text { width:90%; }
div.filter_item a { display:block;margin:2px;padding:4px 12px;background:#FCECEC; }
div.filter_unselected{ display:none; }
.filter_list{ width:50%;background:#FEE;float:left; }

/** MooPop **/

.mooPop{
	position:absolute;top:0;left:0;z-index:200;
	max-width:560px;width:expression(this.width > 560 ? 560: true);
	padding:6px;
	color:#666;

	border:#DDD solid 1px;
	background:#f9f9f9;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow: 12px 2px 5px #999;
	-moz-box-shadow: 2px 2px 10px #999;
	filter: shadow(color=#999999, direction=135, strength=2);

}
.mooPopClose{ display:block;width:16px;height:16px;float:right;	 }
.mooPopMsg{
	font-weight:bolder;
	font-size:14px;
	text-align:center;
	padding:10px 25px;
}

/** Error page **/

#error_page{ padding:45px; }
#error_page #error_info{ float:left;width:auto;margin-top:65px;font-weight:bolder; }
#error_page #error_info h1 { font-size:28px;color:#EEB0B0;margin-bottom:15px; }
#error_page #error_info h2 { font-size:20px;color:#DAC5C5;margin-bottom:15px; }
#error_page #error_image{ float:left;margin-right:30px; }

/**** Tips *****/

.validationError,.error-message { padding:0 15px 5px 15px;color:red;font-weight:bolder; }
.input_error,.form-error { border:#D66 solid 2px; }

.tooltip { z-index:150;max-width:320px;width:expression(this.width > 320 ? 320: true); text-align:center; }
.tooltip .tip {
	background-color:#666;
	padding:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.tooltip .tip-title {
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

.tooltip .tip-text { color: #fff; padding:3px; }

/******** :CONFIG ************************************************/

#ConfigGeneral { float:left;width:15%;border:#CCC solid 1px;font-weight:bolder; }
#ConfigGeneral { padding:4px; }
#ConfigGeneral label{ margin-left:10px; }
#ConfigGeneral .input{ margin:0; }
#modConfigRoller{ float:left;width:85%;margin-bottom:35px; }
#modConfigRollerPad{ padding:0 15px 0 55px; }
.modConfigPanel h2{ font-size:26px;font-weight:normal;padding:18px 20px;border:#CCC solid 1px;background:#F0F0F0;margin:25px 0 8px 0; }
.modConfigPanel textarea{ width:70%; }
.modConfigPanel .formtable{ width:100%; }
.modSelected { background:#DFD;border:#ADA solid 1px; }
.maxWidth{ width:150px; }

/***************   Layout   ********************/
/** Admin **/

#nofooterAdmin{
	background:#FFF/* url(/img/admin_sidebar_bg.gif) repeat-y left*/;
	width:100%;
	min-height:100%;
} * html #nofooterAdmin{ height:100%; }

#headerAdmin { background:#000;color:#FFF;height:72px;padding:10px 0 18px 45px;}
#headerAdminWelcome h1{ font-size:24px;margin:15px 6px 15px 0; }
#headerAdminWelcome h2{ font-size:16px;margin:6px 6px 10px 0; }
#headerAdmin #headerAdminLogo img { vertical-align:top;height:72px; }
#headerAdmin #headerAdminTitle { margin-left:20px;padding-left:40px;font-size:40px;line-height:60px;border-left:#FFF solid 1px; }
#headerAdmin #adminLogout img { vertical-align:middle; }
#headerAdmin #adminLogout {
	float:right;
	margin:40px 20px 0 0;
	width:110px;
	height:40px;

	color:#FFF;
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
}

#sidebarAdmin {
	float:left;
	width:220px;
	padding:8px 20px 40px 6px;
	color:#FFF;
	min-height:100%;
}

#sidebarAdmin a{
	display:block;
	padding:5px 10px;
	margin-bottom:6px;
	color:#FFF;
	font-weight:bolder;
	background:#333;
	text-shadow: 2px 1px 1px #999;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
#sidebarAdmin h1{
	padding:3px 7px;
	margin-bottom:6px;
	font-size:16px;
	color:#666;
}
#sidebarAdmin a:hover{ color:#FFA;background:#666; }

#contentAdmin { margin-left:246px;padding:10px 25px 40px 25px; }
#footerAdmin { width:100%;text-align:left;background:#EDEDED; }
#footerAdmin p{ margin:0;padding:0 0 0 45px; }

div.radiocontainer .radio { margin:4px 10px 4px; }

/** Public **/

#nofooter{
	width:890px;
	margin:0 auto;
	min-height:100%;
} * html #nofooter{ height:100%; }

#header { height:116px; }
#logo { float:left;width:248px;height:114px;margin-left:25px; }

#menu{ height:42px;text-align:center; }
#menu a{
	height:41px;
	margin:0 10px;
	background-position:bottom;
	border:#2A2A2A solid 1px;
	border-top:0;
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
}
#menu a:hover, #menu a.mSelected{ background-position:top; }

#menu #mHome{ width:117px;background-image:url(/img/mHome.jpg); }
#menu #mProducts{ width:160px;background-image:url(/img/mProducts.jpg); }
#menu #mFaqs{ width:113px;background-image:url(/img/mFaqs.jpg); }
#menu #mAbout{ width:158px;background-image:url(/img/mAbout.jpg); }
#menu #mContact{ width:161px;background-image:url(/img/mContact.jpg); }
#menu #mServices{ width:92px;background-image:url(/img/mServices.jpg); }

/**** BLOCKS **************/
#content{ padding-top:32px; }
#contentSidebar {
	width:670px;
	float:left;
	padding:0;
	margin:0;
	overflow:auto;
} #contentSidebarPad { padding:0 10px; }

#contentWide {
	padding:8px;
	overflow:auto;
}

#sidebarContent{
	width:220px;
	float:left;
	padding:0;
	margin:0;
	border-top:#CCC dashed 1px;
	border-bottom:#CCC dashed 1px;
} #sidebarPad{ padding:0 10px; }

/******************/
.clear { clear:both; } .cleaner { clear:both;width:100%;height:38px; }
.footer {
	position:relative;
	clear:both;

	height:25px;
	padding-top:12px;
	margin:-38px auto 0 auto;
	color:#666;
	background:#FFF url(/img/footerBg.jpg);
	border-top:#CCC solid 1px;
	font-size:10px;
}

#footerCenter{ width:890px;margin:0 auto; }
div.sidebarBlock{ margin:12px auto;}
.sectionHeader { background:#F0F0F0;height:64px;line-height:64px;font-size:36px;padding-left:30px; }
.sectionTitle { height:64px;line-height:64px;font-size:42px;padding-left:30px;color:#E00; }
a.bt_normal {
	background:url(/img/bt_normal.jpg);
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	margin:5px auto;
	width:71px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-weight:bolder;
} a.bt_normal:hover { background-position:bottom; }

a.bt_normal_big {
	background:url(/img/bt_normal_big.jpg);
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	margin:5px auto;
	width:120px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-weight:bolder;
} a.bt_normal_big:hover { background-position:bottom; }

.th { float:left;height:206px;width:136px;text-align:center;margin:0 5px; }
.thLink{ display:block;margin:0 auto 5px auto;background:#FFF;border:#999 solid 1px; }
.thWrapper{ display:block;overflow:hidden;margin:5px; }
.th img { vertical-align:middle; }

#gtalks{ margin:25px 10px; }
#gtalks iframe{ margin-bottom:10px; }

/***** :CONTACTO *******************************************/

#contacto { padding:0;min-height:560px;margin-left:45px; }
* html #contacto { height:560px; }
.contactBg { background:transparent url(/img/contactBg.jpg) no-repeat bottom right; }
#contacto form{ width:235px;padding:0;margin:15px 0; }
#contacto form .input{ 
	padding:4px 3px;
	font-size:14px;
	width:220px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
#contactoTexto { width:255px;padding:0;margin:15px 8px 25px 5px; }

#contact_table { padding:15px 0; }
#contact_table td { padding:2px 4px;vertical-align:top; }
#contact_table div.submit { text-align:center; }

div.successajaxmsg { display:none;font-size:18px;line-height:150%;font-weight:bolder;padding:20px 0;color:#C33;text-align:center; }
#ajaxloader	{ display:none;text-align:center;padding-top:50%; }

/******** :INICIO ************************************************/

#flashPortada{ width:890px;height:300px;display:block;margin:0 auto; }
div#flashPortada{ line-height:240px;text-align:center;font-size:80px;background:#d0d0d0; }

#inicioTextoCol{ float:left;width:322px;padding:15px 16px; }
#inicioThumbsCol{ float:left;width:470px;padding:10px 25px;overflow:auto; }
#inicioThumbsCol h1{ margin:25px 5px; }

#inicioTexto { padding-bottom:15px;margin-bottom:10px;border-bottom:#CCC dashed 1px; }
#inicioThumbs a.bt_normal_big { margin:35px 15px 0 0; }


/******** :NOSOTROS ************************************************/
.nosotrosBg { background:transparent url(/img/aboutBg.jpg) no-repeat bottom right; }
#nosotros {
	margin:0 15px 0 45px;
	min-height:400px;
} * html #nosotros { height:400px; }
#nosotrosTexto { width:300px;margin:25px 0; }

/******** :PRODUCTOS ************************************************/
#productsOrder{ margin:0 0 25px 25px; }

#categoryTitle { margin:15px 0 10px 0;padding-bottom:10px;font-size:22px;border-bottom:#CCC dashed 1px; }
#categoryList { padding:5px 0; }
#categoryList a {
	display:block;
	padding:4px 4px 4px 15px;
	background:#FFF none;
	height:25px;
	line-height:25px;
	color:#333;
	font-weight:bolder;
}
#categoryList a.categorySelected, #categoryList a:hover{ background:#f0f0f0 url(/img/vineta.gif) no-repeat left center; }

#catalogo{ padding:10px 40px;overflow:auto; }
#categorySelected{ font-size:26px;font-weight:normal;margin-bottom:20px;text-decoration:underline;}
a.btDetail {
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	height:24px;
	line-height:24px;
	overflow:hidden;
	background:#FFF url(/img/icoZoom.gif) no-repeat left center;
	padding-left:20px;
	text-decoration:underline;
	font-weight:bolder;
}
#bannersContainer { margin:20px auto;padding:4px 0;width:198px;background:#DEDEDE;text-align:center; }
#bannersContainer a{ display:block;margin:6px 0; }

/*** DETALLE ***/

#catalogDetail{ margin-left:45px; }
#catalogNav{
	height:24px;
	line-height:24px;
}
#productName{ padding-left:10px;font-size:14px;font-weight:bolder; }
#bt_backCategory{
	display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;
	padding-right:16px;
	background:#FFF url(/img/vineta.gif) no-repeat right center;
	text-decoration:underline;
	color:#D00;
	font-size:16px;
}
.thDetail { height:268px;width:200px;text-align:center;margin:0 30px 0 15px; }
.thLinkDetail{ display:block;margin:0 auto 5px auto;background:#FFF;border:#999 solid 1px; }
.thWrapperDetail{ display:block;overflow:hidden;margin:5px; }

#productDetail{ margin:20px 0 35px 0;overflow:auto; }
#productInfo{ float:right;width:385px;margin-bottom:20px; }
.productTag { padding:3px 5px;color:#FFF;background:#D00;font-weight:bolder; }
.productData{ margin-bottom:8px; }
#productPrice { }
#productDescripcion { margin:10px;}


/******** :CATEGORIAS ************************************************/
#category_editable_list{ margin-top:25px; }


/******** :FAQS ************************************************/

#faqs{ width:460px;margin:30px 50px; }
.question { line-height:30px;font-weight:bolder;padding-left:38px;margin-bottom:12px;background:#FFF url(/img/icoQuestion.jpg) no-repeat top left; }
.answer { margin:0 0 15px 32px;padding-bottom:15px;border-bottom:#CCC dashed 1px; }
