/* ----------------------------------------------------------------------------------------------------------

    verde3ro

    Estructura:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Contenido:

        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {padding-bottom:20px; background:url("../images/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial",sans-serif; text-align:center;}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h3.title {margin:0; padding:10px; background:url("../images/titleOk.gif") 0 0 no-repeat; font-size:100%;color:#ffffff;}

p, table, ul, ol, dl, fieldset {margin:0px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/*div {border:blue 1px solid;}*/

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {width:100%;}
table.table-style01 th {text-align:center;}

ul.ul-style01 {margin:15px 0 15px 20px; padding:0; list-style:none;}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../images/ul-style01.gif") 0 5px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../images/ul-style01-sub.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:1024px; margin:0 auto; text-align:left;}

    #header {position:relative; height:430px; background:url("../images/headerP.jpg") 0 0 no-repeat; overflow:hidden;}
    #contacto {position:relative; height:100px; background:url("../images/contacto.jpg") 0 0 no-repeat; overflow:hidden;}
    
        #logo {position:absolute; top:15px; height:80px; width:230px; left:110px; background:url("../images/logo.png") 0 0 no-repeat; margin:0; font-size:200%; letter-spacing:-1px; font-weight:normal;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}

		#tabs {position:absolute; top:94px; right:110px; margin:0; font-size:90%; letter-spacing:0px; font-weight:normal;}
		#imageHedaer {position:absolute; top:122px; right:110px; margin:0; font-size:90%; letter-spacing:0px; font-weight:normal;}
        #tabs span {font-weight:bold;}
        #tabs a {text-decoration:none;color:#ffffff;}
        
        #slogan {position:absolute; top:40px; right:15px; width:230px; font-size:135%; font-weight:normal; font-style:italic; text-align:center;}

    #nav {height:25px;padding:0 15px 5px 6px; background:url("../images/nav.gif") 0 100% no-repeat;border:blue 1px solid;}
    
        #nav ul {margin:0; padding:0; list-style:none;}
        #nav ul li {display:inline; margin:0; padding:0;}
        a.nav{
			display:block; float:left;
			padding:12px 15px 12px 14px;
			background:url("../images/nav-link.gif") 100% 0 repeat-y;
			/*border-left: 1px solid #B5B5B5;*/
			text-decoration:underline;}
        /*#nav ul li#nav-active a {font-weight:bold; text-decoration:none; border-left: 1px #333 solid; border-right: 1px #333 solid;}*/
		a.nav-active{
			display:block; float:left;
			padding:12px 15px 12px 14px;
			font-weight:bold;
			text-decoration:none;
			background:url("../images/nav-link.gif") 100% 0 repeat-y;
		}
	#prueba{position:relative;margin-left:115px;width:800px;height:auto;}
	#tableInfo{position:relative;margin-left:0px;margin-top:-59px;width:800px;height:auto;z-index:1;}
	/*#prueba{position:relative;margin-left:115px;margin-top:-308px;width:800px;height:auto;}*/

	#categorias{width:100%;height:auto;background-color:#dcdbcf;}

    #cols {background:url("../images/columna_gris.gif") 0 0 repeat-y;}
    /*#cols {background-color:#eeede9;height:1030px;background:url("../images/columna.gif") 0 0 repeat-x;}*/
    /*#cols {height:1000px; color:#eeede9;border:blue 1px solid;}*/
	/*#cols {position:relative;color:#eeede9;border:blue 1px solid;}*/

        #content {float:left; width:100%; overflow:hidden;background-color:#eeede9;}
		#contentPrint {width:100%; overflow:hidden;}
        
            #content #content-title{
				margin:0; 
				/*padding:10px 10px 10px 0px; */
				background:url("../images/content-title.gif") 0 0 no-repeat;
				width: 100%;
				font-size:140%; font-weight:normal;
				text-align:center;
			}
            #content #content-titles{
				margin:0; 
				/*padding:10px 10px 10px 0px; */
				background:url("../images/content-title.gif") 0 0 no-repeat;
				width: 100%;
				font-size:140%; font-weight:normal;
			}
            /*#content #content-in {padding:15px 15px 10px 20px;}*/

			#contentPrint #content-title {margin:0; padding:15px 15px 10px 20px; background:url("../images/content-titleOk.gif") 0 0 no-repeat; font-size:140%; font-weight:normal;}
            #contentPrint #content-in {padding:15px 15px 10px 20px;}
        
			#aside {float:right; width:255px; overflow:hidden;}
        
            #aside #aside-title {margin:0; padding:15px 15px 10px 15px; background:url("../images/aside-title.gif") 0 0 no-repeat; font-size:140%; font-weight:normal;}
            #aside .aside-in {padding:10px 10px 15px 10px;}
            #aside .aside-box {padding:10px; background:url("../images/aside-box.jpg") 0 0 no-repeat;}
            #aside .title {margin:0 5px 0 0; padding:10px 15px; background:url("../images/aside-title-02.gif") 0 0 repeat-x; font-size:100%;}    

    #cols-bottom {width:910px; height:12px; background:url("../images/cols-bottomOk.gif") 0 0 no-repeat; font-size:0;}
    
    #footer {width:1024px; height:50px; background:url("../images/footer.jpg") 0 0 no-repeat; text-align:center; padding:10px 0 10px 0;}
    #footer p {margin:0;font-size:90%; letter-spacing:0px; font-weight:normal;}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {margin-left:5px; padding:15px; background:url("../images/perexOk.gif") 0 100% no-repeat;width:95.825%;}
#perex p {margin:0;}

#sections {background:url("../images/sections.gif") 0 0 repeat-y;}
#sections-bottom {width:620px; height:7px; background:url("../images/sections-bottom.gif") 0 0 no-repeat; font-size:0;}

    .section {float:left; width:200px;}
    .section p {margin:0;}
    .section.margin {margin:0 10px;}
    .section h3 {margin:0; padding:10px; background:url("../images/section-title.gif") 0 0 no-repeat; font-size:100%;}
    .section-in {margin-bottom:10px; padding:0 10px 10px 10px;}

dl#news, dl#news dd {margin:0;}
dl#news dt {clear:both; padding-left:18px; background:url("../images/ico-list.gif") 0 2px no-repeat;}
dl#news dd {margin:7px 0 10px 0; padding-bottom:10px;}
dl#news dd span.date {padding-right:10px; background:url("../images/date.gif") 100% 50% no-repeat; font-size:85%; font-weight:bold;}

/***************************************/
/************** Mios ******************/
/***************************************/
p.text{
	text-align:justify;
	margin-left: 1.5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	width:99.5%;
}

ul.list{
	margin:15px 0 15px 20px;
	padding:0; 
	list-style:none;
}
ul.list li{
	margin:0; padding:0;
	padding-left:15px;
	background:url("../images/ul-style01Ok.gif") 0 5px no-repeat;
}

/****************************************************/
/******************Tabla productos*******************/
/****************************************************/

table.productos{
	font: normal 1em Verdana, sans-serif;
}
table.productos th{
	padding: 2px;
	font-weight: bold;
	font-size: 1em;
	color: #26b1ae;
	background-color: #34363e;
	text-align: center;
}
table.productos th.label{
	padding: 2px;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	background-color: #999995;
	text-align: center;
}
table.productos td{
	padding:2px;
	text-align: center;
}
table.productos td.label{
	background-color: #E2E2E2;
	/*text-align: right;*/
}
table.productos td.labelP{
	color: #ffffff;
	background-color: #b4b3ad;
}
table.productos td.labelC{
	color: #34363e;
	background-color: #dcdbcf;
}
table.productos td.labelPr{
	color: #7a7a7a;
	background-color: #b4b3ad;
}
table.productos td.data{
	background-color: #ffffff;
}
table.productos td.imagen{
	background-color: #ffffff;
}

table.empaques{
	font: normal 1em Verdana, sans-serif;
}
table.empaques th{
	padding: 2px;
	font-weight: bold;
	font-size: 1em;
	color: #26b1ae;
	background-color: #34363e;
	text-align: center;
}
table.empaques td{
	padding:2px;
	text-align: center;
}
table.empaques td.label{
	color: #4e4f56;
	background-color: #ffffff;
}
table.empaques td.label_A{
	color: #4e4f56;
	background-color: #e3e3e2;
}
table.empaques td.label_B{
	color: #ffffff;
	background-color: #999995;
}
table.empaques td.label_C{
	color: #878785;
	background-color: #dcdbcf;
}

table.info{
	/*font: normal Trebuchet MS, sans-serif;*/
	background-color: #34363e;
	color: #ffffff;
}
table.info th{
	font-size: 15px;
	text-align: center;
}
table.info td{
	font-size: 12px;
	text-align: center;
}

table.categoria{
	/*font: normal 1em Verdana, sans-serif;*/
}
table.categoria th{
	padding: 3px 0 5px 0;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	background-color: #0d9b8c;
	text-align: center;
}
#categorias a {
	text-decoration:none;
	cursor:hand;
	color:#ffffff;
}

table.tab{
}
table.tab td{
	padding: 5px;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	background-color: #0d9b8c;
	text-align: center;
}
table.listCategorias{
	/*font: normal 1em Verdana, sans-serif;*/
}
table.listCategorias td{
	padding: 15px 10px 15px 10px;
}
table.botones{
	font-size:90%; 
	letter-spacing:0px; 
	font-weight:normal;
	background-color: #0d9b8c;
}
table.botones td{
	padding: 0 0 0 0;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:800px;
    height:230px;
	background:url(images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}