﻿/*
Theme Name: Partek
Theme URI: www.partek.cl
Description: Partek está diseñado especialmente para industrial, apariencia simple pero elegante.
Version: 1.0
Author: Chileindustria
Author URI: http://www.chileindustria.cl
Tags: two columns, widgets, fixed width, blue, custom header, valid XHTML, valid CSS, widgets
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/

/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,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;

}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background: url(img/bk.jpg) 0 0 repeat-x #c7ddea;
	color: #669abb;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#518cb1;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #B8E0FA;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #518cb1; text-decoration: underline; cursor:pointer; }

a:hover		{}
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

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

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 24px auto 0 auto;
    padding-bottom: 24px;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
    height:100px;
    background: #fff;
    border-bottom:10px solid #3860af;
}

#header .search {
    background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
}


#header .search {
    width:236px;
    height:20px;
    float:right;
    padding:14px 16px;
    font-size:0.92em;
}

#header .search label {
    color:#fff;
    padding-right:8px;
}

#header .search input.text {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    margin-right:8px;
}

#header .search input.button {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    width:51px;
    padding:1px 0;
    text-align:center;
    height:19px;
}

#heading {
    margin-top:4px;
    width:50px;
    float:left;

    height:50px;
    background:url(img/heading.jpg6)  no-repeat #fff;

}

#heading a {
    color:#fff;
    text-decoration:none;
    float:right;
}

#heading .description {
    font-size:2.5em;
    color:#003399;
    float:right;
    padding-top:30px;
    padding-right:10px;
    text-decoration:italic;
   
}

#about {
    margin-top:0px;
    width:450px;
    height:100px;
    overflow:hidden;
    float:left;
    background:url(img/header-about-back2.gif) 0 0 no-repeat #fff;

}

#about .signature {
    text-align:right;
    margin:0;
}

#menu {   
    float:right;
    width:300px;
    height:100px;
    margin-top:60px;
    vertical-align: bottom;



}
#menu ul.horizontal_list li{
    text-align: center;
    float: right;
    list-style: none;
    padding: 3px 2px 3px 2px;
    border-left: 1px solid #CCC;
}



#menu .li     {
    text-align: center;
    float: right;
    background:url(img/header-menu-delim.gif) 100% 0 no-repeat;

}

#menu li.last {
    background:none;
}

#menu a {
    color:#6c6c6c;
    text-align: center;
    font-weight:bold;
    padding:0 10px 0 10px;
    display:block;
    line-height:2.2; 
    text-decoration:none;   
    font-size:0.9em; 
  }

#menu a:hover {
    text-decoration:underline;
}


#main {

    clear:both;
    overflow:hidden;
    background: #fff;
    
}


#left-sidebar {
    width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_empresa.jpg) #b2b8c3;
}

#left-hedweld {
    width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_hedweld.jpg) #b2b8c3;
}

#left-safeaway {
    width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_safeaway.jpg) #b2b8c3;
}

#left-alzmetall {
    width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_alzmetall.jpg) #b2b8c3;
}

#left-contacto {
width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_contacto.jpg) #b2b8c3;
}

#left-single {
    width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_single.jpg) #b2b8c3;
}

#left-empresa {
    width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_empresa.jpg) #b2b8c3;
}

#left-marcas {
width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_marcas.jpg) #b2b8c3;
}

#left-marcas-todas {
width:216px;
    height:410px;
    float:left;
    background:url(img/fondo_marcas_todas.jpg) #b2b8c3;
}

#left-block {
    width:216px;
    float:left;
}

#left-block .box {
    background:#fff;
    padding:18px;
    margin-bottom:4px;
}

#left-block .box h2 {
    padding-bottom:16px;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li {
    padding:4px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
}

#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .categories li {
    
}

#left-block .archive li {
    background-image:url(img/cal.gif);
}

#left-block .blogroll li,
#left-block .meta li {
    background-image:url(img/arrow.gif);
}


.box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}


.box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
    line-height:1.4;

}

#left-block #recentcomments {


    font-size:.92em;
}




#left-block #recentcomments li {
    background:none;
    padding-left:0;
}


#wp-calendar {



    width:180px;
    font-size:.92em;
}






#wp-calendar caption {

    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;

    text-align:center;
}

#wp-calendar thead th {
    background:#eee;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}

/* Content
 *******************************/
#main-block {
    width:760px;
    float:left;
   }

#main-block2 {
    width:760px;
    float:left;
    margin-top:5px;
   }


#main-block2 h2 span {
    font-size:0.8em;
    text-decoration: none;
    margin-right:10px;

}

#main-homep {
    width:980px;
    height:410px;
    float:left;
   }

#content {
    width:725px;
    padding:18px;
    background:transparent;


}

#content_home {

    width:980px;
    height:250px;
    float:left;
    background:url(img/fondo_home.jpg) ;
    background-color:#081124;
    border-bottom:10px solid #3860af;
    
}

#content_noticias {

    width:215px;
    height:240px;
    float:right;
    background:url(img/fondo_noticias.gif) #b2b8c3;
    margin-top:5px;
    margin-right:5px;
    border: 1px solid #838aaf;
    overflow:auto;

}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
}

#content .entry a {
    color:#e08105;
}

#content .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}

#content .title,
#content .postdata {
    margin-left:74px;
}

#content .page .title {
    margin-left:0;
}

#content .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
    color:#265a8b;

 
}

#content .title a {
    text-decoration:none;
    color:#265a8b;
}

#content .title a:hover {
    color:#518cb1;
}

#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content ul {
    float:right
}


#content ul.horizontal_list li{
    text-align: right;
    float: left;
    list-style: none;
    padding: 3px 5px 3px 5px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    font-size:0.9em;

}

#content ul.horizontal_list2 li{
    text-align: center;
    float: left;
    list-style: none;
    padding: 3px 3px 3px 3px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    font-size:0.9em;
    width:73px;
    height:25px;
}


#content ul.horizontal_list2 li a{
    text-decoration: none;
}

#content ul.horizontal_list2 li a:hover{
    color: #ccc;
}


#content a.horiz2 {
    text-decoration: none;
}

#content a.horiz2:hover{
    color: #ccc;
}



#content .comments {
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#91adc1;
}

#content .entry {
    clear:both;
        color:#265a8b;
}

#content .entry p {
    line-height:1.4;
}

#content .entry .more-link {
    font-weight:bold;
    color:#518cb1;
}

#content .homer {
    font-size:1.1em; 
    text-align:justify; 
    line-height:1.3em;
}


#recent {
    margin:10px;
    background:none;
    overflow:hidden;
}
#recent h3 {
    color:#6c6c6c;
    text:align:left;
}

#recent a {
    color:#003399;
}

#recent .entry {
    margin-top:10px;
    text-align:left;
    float:left;
    color:#585858;
   }

#recent .posts,
#recent .comments {
    width:312px;
    padding:24px 32px;
}



#recent .posts {
    float:left;
}

#recent .comments {
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent .posts li a {
    font-weight:bold;
}



#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
}

#recent .date {
   float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#recent .date span {
    font-size:0.65em;
    display:block;
}




#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {



    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:600px;
}

/* Footer
 *******************************/
#footer {
    margin-top:4px;
    padding:4px 32px;
    font-size:.92em;
    overflow:auto;
    line-height:1.2;
    background:url(img/cubes1.gif) 705px 4px no-repeat;
    vertical-align: baseline;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
}

#footer .links {
    float:right;
}


#footer .links a {
    padding-left:16px;


    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {

    background-image:url(img/rss.gif);

}

#footer .login {

    background-image:url(img/login.gif);

}



#footer a.powered {
    padding:0;
}


.columna0 {
        padding-left:20px;
        padding-top:20px;
        height:100%;
        vertical-align:middle;
        text-align:left;
        }

.columna1 {
        padding-left:20px;
        width:5%;
 	height:100%;
        vertical-align:middle;
        }


.columna1 .span {
               vertical-align:middle;
        }

.columna2 {
        padding-left:10px;
        width:20%;
 	height:100%;
        text-align:left;
        vertical-align:middle;
        }

.columna3 {
        width:75%;
 	height:100%;
        vertical-align:middle;
        text-align:center;
        padding-right:20px;
        }


#advertarea  {


    background-color: #fff;
}

#advertarea1 a {
    margin-top:10px;
    margin-left:10px;
    float:left;
    border: 1px solid #838aaf;
}

#advertarea1 a:hover {
    border: 1px solid #636884;
    border-bottom: 3px solid #636884;
    img:url(img/advert1ho.jpg);
}

#advertarea2 a {
    margin-top:10px;
    margin-left:40px;
    float:left;
    border: 1px solid #838aaf;
}

#advertarea2 a:hover {
    border: 1px solid #636884;
    border-bottom: 3px solid #636884;
}

#advertarea3 a {
    margin-top:10px;
    margin-left:40px;
    float:left;
    border: 1px solid #838aaf;
}

#advertarea3 a:hover {
    border: 1px solid #636884;
    border-bottom: 3px solid #636884;
}

#advertarea4 a {
    margin-top:10px;
    margin-left:40px;
    float:left;
    border: 1px solid #838aaf;
}

#advertarea4 a:hover {
    border: 1px solid #636884;
    border-bottom: 3px solid #636884;
}
#advertareatexto {
   
   height:150px;
   width:300px;

   float:right;
   background-image:url(img/advertfondo.jpg);
   background-repeat:no-repeat;
   
}

.botonvolver a {

  margin-left:20px;
  text-decoration:none;
}

.Noti {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#518cb1;
    text-decoration:underline;
}

.fecha {
    fot-size:0.9em;
    color:#003399
}

.horizontal{
    padding:10px 20px;
    float:left;
    background:transparent;
    list-style: none;
    height:50px;
    width:180px;
    overflow:hidden;
    text-align:center;

}




#horizontal2{
    padding:10px;
    float:left;
    display:block;
    background:transparent;
    border-left: solid 1px #CCC;
    height:30px;
  }

.contenedor_imagenes2 {

    margin-top:150px;
    float:center;
    display:block;
}

.contenedor_imagenes {
    width:725px;
    margin-left:30px;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:20px;
    text-align:left;
    float:left;

}

.contenedor_imagenes h2{

    margin-top:-25px;
    margin-left:-45px;
    text-align:left;
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    float:left;
    color:#265a8b;
    

}


.horiz {
    text-align: center;
    float: right;
    list-style: none;
    padding: 3px 5px 3px 5px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    font-size:0.9em;
}

.horiz2 {
    text-align: center;
    float: right;
    list-style: none;
    padding: 3px 5px 3px 5px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    font-size:0.9em;
    width:70px;
    height:25px;
}


#photo a{
    float:left;
    background:transparent;
    width:74px;
    height:74px;
    border: 1px solid #ccc;
    list-style: none;
    margin:1px;
}

#photo a img{
    float:left;
    background:transparent;
    width:70px;
    height:70px;
    list-style: none;
    overflow:hidden;
    padding:2px;

}

.contenedor_imagenes3 {
    width:760px;
    margin-left:30px;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:20px;
    text-align:left;
    float:left;

}



#main-block .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;

    margin-left:-60px;
    margin-right:30px;
    color:#265a8b;
    display:block;

}


#main-block .title2 h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:10px;

    margin-left:20px;
    margin-right:30px;
    color:#265a8b;
    display:block;
    padding-top:30px;

}

#main-block p {
    padding-bottom:8px;
    margin-bottom:8px;
    margin-left:20px;
    margin-right:30px;
    color:#265a8b;
    text-align:justify;
    width:700px;
}.pdf {
	background-image: url(../../../imagenes/blue-document-pdf.png);
	background-repeat: no-repeat;
	/* [disabled]margin-right: 20px; */
	padding-left: 20px;
}

