html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 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;*/
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {font-weight:bold;}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS RESET - END */

body {
    background: url(../images/bg_body.png);
    background-position: top left;
    background-attachment:fixed;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #4d4d4d;
}

strong {
    font-weight: bold;
}

#top {
    background: url(../images/bg_top.jpg) repeat-x;
    width: 100%;
    height: 46px;
    position: fixed;
    top: 0px;
    text-align: right;
}

#top p {
    margin-top: 5px;
    margin-right: 28px;
    font-size: 13px;
    color: #E6E6E6;
}

#top p img.fb {
    vertical-align: middle;
	margin-left: 5px;
}

#top p a {
    text-decoration: none;
    color: #E6E6E6;
}

#top p strong{
    color: #FFFFFF;
}

#top p strong.clr{
    color: #FFCB00;
}

#top p #scuare{
    background-color: #FFCB00;
    height: 7px;
    width: 6px;
    margin-left: 3px;
}

#wrapper {
    background: url(../images/bg_wrapper.png) repeat-y;
    margin: auto;
    width: 800px;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 28px;
    min-height: 550px;
}

#wrapper #header {
    position: relative;
    width: 800px;
    height: 116px;
}

#wrapper #header #logo{
    position: absolute;
    left: 40px;
    top: 30px;
}

#wrapper #header #nav{
    position: absolute;
    top: 35px;
    right: 56px;
    border-top: 2px solid #575656;
    padding-top: 6px;
}

#wrapper #header #nav ul{
    list-style: none;
}

#wrapper #header #nav ul li{
    float: left;
    padding-left: 20px;
}

#wrapper #header #nav ul li #home{background: url(../images/btn_home.png) no-repeat top;height: 15px;width: 39px;}
#wrapper #header #nav ul li #servicios{background: url(../images/btn_servicios.png) no-repeat top;height: 15px;width: 69px;}
#wrapper #header #nav ul li #trabajos{background: url(../images/btn_trabajos.png) no-repeat top;height: 15px;width: 69px;}
#wrapper #header #nav ul li #contacto{background: url(../images/btn_contacto.png) no-repeat top;height: 15px;width: 71px;}
#wrapper #header #nav ul li img:hover {background-position: bottom !important;}
#wrapper #header #nav ul li .selected {background-position: bottom !important;}

#wrapper #galeria {
    width: 704px;
    margin-left: 40px;
    margin-right: 56px;
}

#wrapper #galeria #gleft {
    float: left;
    width: 617px;
    padding-top: 10px;
    height: 300px;
    border-top: 2px  solid #575656;
}

#wrapper #galeria #gright {
    float: left;
    width: 74px;
    padding-top: 10px;
    height: 300px;
    margin-left: 13px;
    border-top: 2px  solid #575656;
}

#wrapper #content {
    width: 704px;
    margin-left: 40px;
    margin-right: 56px;
    margin-top: 30px;
    padding-bottom: 40px;
}

#wrapper #content #cleft {
    float: left;
    margin-right: 30px;
    width: 365px;
}

#wrapper #content #cleft p {
    text-align: justify;
}

#wrapper #content #cleft .title {
    margin-bottom: 15px;
}

#wrapper #content #cright {
    position: relative;
    float: left;
    width: 309px;
}

#wrapper #content #cright .bg_title_black {
    width: 301px;
    height: 20px;
    background: url(../images/bg_title_black.jpg) no-repeat;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 8px;
    margin-bottom: 5px;
}

#wrapper #content #cright .item_home{
    border-bottom: 1px solid #575656;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
}

#wrapper #content #cright .item_home .image {
    position: relative;
    overflow: hidden;
    float: left;
    width: 130px;
    height: 82px;
}

#wrapper #content #cright .item_home .image .cruz {
    position: absolute;
    top: 0px;
    left: 0px;
}

#wrapper #content #cright .item_home .text {
    float: left;
    margin-left: 12px;
    width: 167px;
}

#wrapper #content #cright .item_home .text h2 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
}

#wrapper #content #cright .item_home .text p {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 0px;
    color: #575656;
}

#wrapper #content #bg_title_trabajos {background: url(../images/bg_title_construccion.png) no-repeat; width: 402px; height: 15px; margin-left: -40px;padding-left: 40px; margin-bottom: 12px;color: #FFFFFF; font-size: 12px; padding-top: 3px;}
#wrapper #content .ncolor {color: #000000;}
#wrapper #content #bg_title_mas_trabajos {background:#e5e5e5; width: 360px; height: 17px; margin-top: 34px; padding-left: 5px; margin-bottom: 3px; color: #575656; font-size: 12px; padding-top: 1px; font-family: 'Times New Roman', Times, serif;}
#wrapper #content #bg_title_mas_trabajos img {position: relative; top: 2px;}

#wrapper #general_content {}
#wrapper #general_content #title_servicio {position: relative; width: 100%; height: 111px; background-color: #6a6a6a;}
#wrapper #general_content #title_servicio p {color: #FFFFFF;font-size: 18px;left: 39px;line-height: 21px;position: absolute;top: 51px;width: 690px;}
#wrapper #general_content #title_interiores {width: 100%; height: 22px; background-color: #ffcb00; text-align: center; padding-top: 10px}
#wrapper #general_content #title_exteriores {width: 100%; height: 22px; background-color: #32a8e0; text-align: center; padding-top: 10px}
#wrapper #general_content #colum_intandext_content {margin-top: 25px; margin-left: 40px;}
#wrapper #general_content #colum_intandext_content .colum_intandext {float: left; width: 245px;}
#wrapper #general_content #colum_intandext_content .colum_intandext ul li {padding-bottom: 25px; position: relative;}
#wrapper #general_content #colum_intandext_content .colum_intandext ul li img { z-index: 5;}
#wrapper #general_content #colum_intandext_content .colum_intandext .infointeriores {display: none; background: url(../images/info_bg.png) repeat-y; width: 241px; position: absolute; padding-top: 10px; padding-bottom: 10px; bottom: 92px; left: -180px;; z-index: 10;}
#wrapper #general_content #colum_intandext_content .colum_intandext .infointeriores .iitop {background: url(../images/info_top.png) no-repeat; width: 241px; height: 7px; position: absolute; top: -7px;}
#wrapper #general_content #colum_intandext_content .colum_intandext .infointeriores .iibottom {background: url(../images/info_bottom.png) no-repeat; width: 241px; height: 41px; position: absolute; bottom: -41px;}
#wrapper #general_content #colum_intandext_content .colum_intandext .infointeriores h3 {font-size: 11px; text-transform: uppercase; font-weight: bold; padding-bottom: 10px; border-bottom: 2px solid #e6e6e6; color: #e6e6e6; margin-left: 15px; margin-right: 23px; margin-bottom: 10px;}
#wrapper #general_content #colum_intandext_content .colum_intandext .infointeriores p {font-size: 11px; color: #e6e6e6; margin-left: 15px; margin-right: 23px; margin-bottom: 0px;}
#wrapper #general_content #colum_intandext_content .colum_intandext ul li:hover .infointeriores {display: block;}
#wrapper #general_content #colum_intandext_content .colum_exteriores {background: url(../images/bg_24hs.png);float: left;height: 285px;margin-top: -44px;padding-left: 24px;padding-right: 24px;padding-top: 19px;width: 221px;}
#wrapper #general_content #colum_intandext_content .colum_exteriores p {color: #868686; line-height: 15px; margin-bottom: 12px;}
#wrapper #general_content #colum_intandext_content .colum_exteriores p span {color: #009de2;}
#wrapper #general_content #colum_intandext_content .colum_exteriores p.especial {font-family: 'Times New Roman', Times, serif; font-size: 24px; font-weight: bold; font-style: italic; margin-bottom: 35px;}

#wrapper #general_content #title_contacto {position: relative; border-bottom: 32px solid #ffcb00;}
#wrapper #general_content #title_contacto p {color: #FFFFFF;font-size: 18px;left: 157px;line-height: 21px;position: absolute;top: 51px;width: 600px;}
#wrapper #general_content #infocontacto {margin-left: 142px; margin-top: 30px; margin-bottom: 10px;}
#wrapper #general_content #infocontacto ul li {list-style-image: url(../images/bullet.png); color: #626261; font-size: 19px; padding-bottom: 25px;}
#wrapper #general_content #infocontacto ul li a {text-decoration: none; color: #626261;}
#wrapper #general_content #title_trabajar {position: relative; width: 100%; background-color: #009EE5; text-align: center; padding-bottom: 100px}
#wrapper #general_content #title_trabajar p {color: #FFFFFF;font-size: 18px;left: 111px;line-height: 21px;position: absolute;top: 66px;width: 600px;}
#wrapper #general_content #title_trabajar p a {color: #FFFFFF; text-decoration: none;}

#bottom {
    background: url(../images/bg_bottom.jpg) repeat-x;
    width: 100%;
    height: 26px;
    position: relative;
    bottom: 0px;
    text-align: center;
    padding-top: 20px;
}

#bottom p {
    color: #999999;
    font-size: 8px;
}

#bottom p a {
    color: #999999;
    text-decoration: none;
}

/* slider */
#slide {position: relative;}
#slide .slide_item{position: absolute; top: 0px;}

.slide_button {position: relative; background: no-repeat top; width: 74px;height: 60px; cursor: pointer;}
.button_1 {background: url(../images/casa.jpg);}
.button_2 {background: url(../images/reforma.jpg);}
.button_3 {background: url(../images/pintura.jpg);}
.button_4 {background: url(../images/agua.jpg);}
.button_5 {background: url(../images/instalacion.jpg);}
.selected {background-position: bottom !important;}

#slider_trabajos {overflow: hidden; position: relative;}
#slider_trabajos ul {position: relative;}
#prevBtn a, #nextBtn a { font-size: 12px; font-family: 'Times New Roman', Times, serif; color: #575656; text-decoration: none;}
#prevBtn {position: absolute; right: 70px; top: 35px;}
#nextBtn {position: absolute; right: 5px; top: 35px;}

/* form */


#frm .txt {
    background: #575656;
    width: 276px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #009DE2;
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 3px;
}

#frm .txtfl {
    background: #575656;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #009DE2;
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-right: 80px;
}

#frm .txtarea {
    background: #575656;
    width: 276px;
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #009DE2;
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 3px;
}

#frm p {
    font-size: 15px;
    font-weight: bold;
    color: #FFCB00;
    margin-top: 25px;
    text-align: center;
}

#frm .err {
    margin-bottom: 10px;
    padding: 10px;
    background: #FFE700;
    width: 276px;
    color: red;
    display: none;
}

#cargando {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 10000;
}