body {
    font: 62.5%/1.6 Arial,Helvetica, sans-serif;
    background-color:#ededed;
    
}

body,
a { color:#4f4f52 }

hr { color: #ff5405; background-color: #ff5405 }

h1,h2,h3,h4,h5,h6 {font-family:Arial,Helvetica, sans-serif}

h1,
h2 { color:#ff5405 }
h3,
h4 { color:#b84f30 }
h5,
h6 { color:#ffdd33 }

pre {font-family:Arial,Helvetica, sans-serif}

a:hover { color:#ff5405 }

th {
    color:#4f4f52;
    background-color:#ffdd33;
    border-color: #0e74cc
}
td {
    border-color: #0e74cc
}

.color1 { color:#ff5405 }
.color2 { color:#b84f30 }
.color3 { color:#ffdd33 }

.color-text  { color:#4f4f52 }
.color-text2 { color:#aaa }

.color-bg  { background-color:#ededed  }
.color-bg2 { background-color:#fff4ba }

.color_border  { border-color: #0e74cc  }
.color_border2 { border-color: #999 }


/*Form*/
input, select, textarea {
    color:#4f4f52;
    border-color: #0e74cc;
    background-color:#ededed
}

input:active, select:active, textarea:active {
    border-color:#ffdd33;
    background-color:#fff4ba
}

input:focus, select:focus, textarea:focus {
    border-color:#ffdd33;
    background-color:#fff4ba
}

fieldset{
    border-color: #0e74cc
}
/*/Form*/
/*CSS3*/
.box {
    border-color: #0e74cc
}
::selection {
    background: #ff5405;
    color:#ededed;
}
::-moz-selection {
    background: #ff5405;
    color:#ededed;
}
.opacity {
    background-color:#fafafa
}

/*/CSS3*/
/*Layout*/
#body {
    width:960px;
}

#wrap {
    
}

#wrapper {
    
}

#container {
    width:606px;
    margin-left:176px;
    border-left:1px dotted #0e74cc;

    margin-right:176px;
    border-right:1px dotted #0e74cc;
}
#sidebar {
    margin-left:-176px;
}
#extra {
    margin-left:-960px;
}

    .container-full {
        width:960px !important;
    }

#sidebar{
    width:172px;
    ;
}
#extra {
    width:172px;
    ;
}

#footer{
    width:960px;
    background-image: url('http://www.mibanner.net/wp-content/themes/constructor/images/fondo1.jpg');
background-repeat: repeat;
background-position: right bottom;

}
/*/Layout*/
/*Header*/
#header {
	height: 140px;
	text-align: left
}
#header h1 { font: bold 600%/100% Arial,Helvetica, sans-serif; }
#header h1 a { color: #164fe0}
#header h2 { color: #555}
#header-links {    border-color: #0e74cc }
    #header-links ul { border-color: #0e74cc }
    #header-links li { border-color: #0e74cc }
    #header-links li li { background-color:#ededed  }
    #header-links li:hover { background-color:#fff4ba }
    
    #header-links .current_page_item a,
    #header-links .current-cat a{
        color:#ff5405
    }
    #header-links .current_page_item li a,
    #header-links .current-cat li a {
        color: #4f4f52
    }
/*/Header*/
/*Slideshow*/
.wp-sl img{
    border-color: #0e74cc;
}
#wrapper .wp-sl {
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#0e74cc;
}
/*/Slideshow*/
/*Images*/
.wp-caption {
   color:#4f4f52;
   border: 1px solid #0e74cc;
   background-color: #fff4ba;
}
/*/Images*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #0e74cc
}
#wp-calendar tbody {
    border-bottom:1px solid #999
}
/*/Calendar*/
/*Post*/
.hentry .title a,
.hentry .title span{
    border-bottom:3px dotted #ffdd33
}
.hentry .entry a,
.hentry .footer a{
    border-bottom:1px dotted #4f4f52
}
.hentry .entry a:hover,
.hentry .footer a:hover{
    border-bottom:1px solid #ff5405
}
.hentry .entry .crop,
.hentry .entry img {
    border-color:#0e74cc
}
/*/Post*/
/*Sidebar*/    
.sidebar .current_page_item a,
.sidebar .current-cat a{
    font-weight:900;
    border-color:#4f4f52
}
.sidebar .current_page_item li a,
.sidebar .current-cat li a{
    font-weight:500;
    border-color:#0e74cc
}
/*/Sidebar*/
/*Comments*/
.thread-even, .even {
    background-color: #ededed;
    border: 1px solid #0e74cc
}
.alt {
    background-color: #ededed;
}
.thread-odd, .odd {
    background-color: #fff4ba;
    border: 1px solid #999
}
/*
.depth-2, .depth-4 {
    border-left:3px dotted #0e74cc
}
*/
.commentlist li .avatar {
    border-color: #999;
}
.commentlist a {
    border-bottom:1px dotted #4f4f52
}
.commentlist a:hover {
    border-bottom:1px solid #ff5405
}
.comment-meta a{
    color:#aaa
}
/*/Comments*/
/*Footer*/
#footer .copy{
    color:#aaa
}
/*/Footer*/