	body{
		background-color: #4c4c4c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
	}
	
	#div_body{
		width: 979px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
	}
	
	#div_logo_admin {
        height:200px;
    	background-color:#000000;
		background-image:url(images/top_bg.png);
        background-position:top;
        background-repeat:no-repeat;
	}
	
	#div_pie {
		clear: both;
	}

	#tabs {
		float:left;
		width: 100%;
		font-size: 95%;
		font-weight: bold;
		background-color: #000000;
	}

	#tabs ul {
		margin: 0;
		padding: 10px 10px 0 20px;
		list-style-type: none;
	}
	
	#tabs ul li{
		float: left;
		list-style-type: none;
	}

	#tabs ul li a {
    	height:40px;
		float:left;
		background: url(images/tableft.gif) no-repeat left top;
		padding-left:4px;
		text-decoration: none;
	}

	#tabs ul li a span {
		display: block;
        height:40px;
		background: url(images/tabright.gif) no-repeat right top;
		padding: 12px 15px 4px 6px;
		color: #000000;
	}
	
	#tabs a:hover {
		background-position:0% -42px;
	}
	
	#tabs a:hover span {
		color:#ffffff;
		background-position:100% -42px;
	}
	
	#tabs span.clase {
		color:#ffffff;
		background-position:100% -42px;
	}
	
	#tabs a.clase {
		background-position:0% -42px;
	}
	
	#tabs2 {
		float:right;
		width: 100%;
		font-size: 95%;
		font-weight: bold;
		background-color: #FFFFFF;
	}

	#tabs2 ul {
		margin: 0;
		padding: 0 10px 40px 10px;
		list-style-type: none;
	}
	
	#tabs2 ul li{
		float: right;
		list-style-type: none;
	}

	#tabs2 ul li a {
		float: right;
		background: url(images/tableft2.gif) no-repeat right bottom;
		margin: 1px;
		padding: 0 4px 0 0;
		text-decoration: none;
	}

	#tabs2 ul li a span {
		display: block;
		background: url(images/tabright2.gif) no-repeat left bottom;
		padding:4px 6px 5px 15px;
		color: #000000;
	}
	
	#tabs2 a:hover {
		background-position:100% -16px;
	}
	
	#tabs2 a:hover span {
		color:#ffffff;
		background-position:0% -16px;
	}
	
	#tabs2 span.clase {
		color:#ffffff;
		background-position:0% -16px;
	}
	
	#tabs2 a.clase {
		background-position:100% -16px;
	}
	
	#formDiv {
		margin: 0 0 0 200px;
		padding: 20px 20px 20px 20px;
        margin-bottom:100px;
	}
	
	#formDiv .principal{
		width: 120px;
		height: 180px;
		border-color: #4c4c4c;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	
	img.bbcode_img{
		border-color: #4c4c4c;
	}
	
	div.bbcode_code {
		text-align: left;
		width: 600px;
		heigth: 200px;
		border-style: solid;
		border-width: 1px;
		border-color: #4c4c4c;
		margin: 15px 6px 0px 6px;
		word-wrap: break-word;
		overflow: auto;
	}
	
	div.bbcode_code_head {
		background-color: #4c4c4c;
		color: #FFFFFF;
		font-weight: bold;
		padding: 0.25em 0.5em;
	}
	
	div.bbcode_code_body {
		background-color: #8c8c8c;
		color: #FFFFFF;
		font: 10pt monospace;
		padding: 0.5em 1em;
	}
	
	div.bbcode_quote {
		text-align: left;
		width: 600px;
		heigth: 200px;
		border-style: solid;
		border-width: 1px;
		border-color: #4c4c4c;
		margin: 15px 6px 0px 6px;
	}
	
	div.bbcode_quote_head {
		background-color: #4c4c4c;
		color: #FFFFFF;
		font-weight: bold;
		padding: 0.25em 0.5em;
	}
	
	div.bbcode_quote_body {
		background-color: #8c8c8c;
		color: #FFFFFF;
		font: 10pt monospace;
		padding: 0.5em 1em;
	}
	
	a.bbcode_url{
		margin: 15px 6px 0px 6px;
		color: #FFFFFF;
	}
	
	#cargando {
		clear: both;
		float: left;
		width: 959px;
		border-top: 1px solid #4c4c4c;
		border-bottom: 1px solid #4c4c4c;
		padding: 10px 10px 10px 10px;
		background-image:url(images/footer_bg.png);
        background-repeat:no-repeat;
        background-position:bottom;
        background-color:#000000;
	}
		
	#div_boton{
		width: 100%;
		text-align: center;
		padding: 8px 0 0 5px;
	}
	
	#div_boton input{
		width: 75px;
		height: 25px;
	}
	
	#div_contenedor_usu p label{
		width: 200px;
		float: left;
		text-align: right;
		margin-right: 5px;
		margin-left: 5px;
		display: block;
	}
		
	#div_contenedor_usu p input{
		width: 200px;
	}
	
	#div_contenedor_gal p label{
		width: 200px;
		float: left;
		text-align: right;
		margin-right: 5px;
		margin-left: 5px;
		display: block;
	}
		
	#div_contenedor_gal p input{
		width: 350px;
	}
	
	#div_contenedor_gal p textarea{
		width: 350px;
		height: 240px;
	}
    
    #catse{
    	color: #000000;
        display: block;
        background-image: url(images/bg_th.jpg);
        background-repeat:no-repeat;
        background-position:top;
        text-align:center;
        padding-top:20px;
        height:60px;
       }
	
	#menu1 {
		float:left;
		width: 198px;
		padding: 0 25px 0 0;
		font-size: 95%;
		font-weight: bold;
	}
	
	#menu1 ul {
		margin: 0;
		padding: 10px 10px 0 10px;
		list-style-type: none;
	}
	
	#tabs ul li{
		list-style-type: none;
	}
	
	#menu1 ul li ul {
		padding: 0 0 0 0;
	}
		
	#menu1 ul li span {
		color: #000000;
		display: block;
		background: url(images/superior.gif) no-repeat top;
        height:48px;
		padding-top: 22px;
        padding-left: 30px;
		text-decoration: none;
	}
	
	#menu1 ul li li a {
    	height:21px;
		text-decoration: none;
        color: #000000;
		display: block;
		background-image:url(images/menu1.gif);
        background-repeat:no-repeat;
        background-position:right;
		padding-left:40px;
        padding-top:10px;
        padding-right:10px;
        text-align:right;
	}
	
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align: center;
	}
	
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #a15f00;
		text-decoration: none; /* no underline */
		color: #000000;
        background-color:#e6ac00;
	}
	
	div.pagination a:hover, div.pagination a:active {
		border: 1px solid #a15f00;
		color: #FFFFFF;
	}
	
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #a15f00;
		font-weight: bold;
		background-color: #ff5d00;
		color: #FFF;
	}
	
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
        background-color:#fac161;
		color: #DDD;
	}
    
    div.hpTop {
	width:177px;
	height:139px;
	display:block;
	background-size:100%;
    position:relative;
    }
    
    div .sobre{
	color:#000000;
	display:block;
	position:absolute;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
    }
    
    div.hpMiddle1 {
    	background:transparent url(images/home_products_middle1.png);
        width:155px;
        height:110px;
        background-color:#a96c3d;
        padding: 10px 10px 10px 10px;
        overflow:hidden;
		position:relative;
    }
    
    div.hpBottom1 {
        width:178px;
        height:42px;
        background:url(images/home_products_bottom1.png) no-repeat;
        display:block;
        text-align:center;
    }
    
    div.hpMiddle2 {
	    background:transparent url(images/home_products_middle2.png);
        width:155px;
        height:110px;
        background-color:#623e28;
        padding: 10px 10px 10px 10px;
        overflow:hidden;
        position:relative;
    }
    
    div.hpBottom2 {
        width:178px;
        height:42px;
        background:url(images/home_products_bottom2.png) no-repeat;
        display:block;
        text-align:center;
    }
    
    div.hpMiddle3 {
    	background:transparent url(images/home_products_middle3.png);
        width:155px;
        height:110px;
        background-color:#7a6957;
        padding: 10px 10px 10px 10px;
        overflow:hidden;
        position:relative;
    }
    
    div.hpBottom3 {
        width:178px;
        height:42px;
        background:url(images/home_products_bottom3.png) no-repeat;
        display:block;
        text-align:center;
    }
    
    div.hpMiddle4 {
    	background:transparent url(images/home_products_middle4.png);
        width:155px;
        height:110px;
        background-color:#9c6d43;
        padding: 10px 10px 10px 10px;
        overflow:hidden;
        position:relative;
    }
    
    div.hpBottom4 {
        width:178px;
        height:42px;
        background:url(images/home_products_bottom4.png) no-repeat;
        display:block;
        text-align:center;
    }
    
    span.hpYellowText {
        font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica;
        color:#f4c269;
    }
    
    span.hpWhiteText {
        font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica;
        color:#ffffff;
    }
    
