@charset "utf-8";
/*--------------------------------
Bacis Style Sheet (version 1.0)
author: jd leiva
email: leivajd@pymesdotcom.com
description: Theme PYMESdotcom
website: http//:www.pymesdotcom.com
--------------------------------*/
/* =Global
--------------------------------*/
body {
    background: #fff;
    border-top: 8px solid #666667;
    font-family: Georgia,"Times New Roman",serif;
    line-height: 23px;
    color: #636363;
    font-size: 15px;
}
img,
img a { border: none 0 }
/*- Links -*/
a:link {
    color: #06C;
    text-decoration: underline;
}
a:visited { color: #111 }
a:hover,
a:active {
    color: #111;
    text-decoration: none;
}
/*- Btns - */
#submit {
    background: #9F0000;
    border-bottom: 2px solid #E1E1E1;
    color: #FFF;
    cursor: pointer;
    margin-right: 20px;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 15px;
}
a#btn_submit {
    background: #9f0000 none repeat scroll 0 0;
    border-color: #C0C0C0 #666 #666 #C0C0C0;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    float: left;
    margin: 15px 0 0 55px;
    padding: 10px;
}
a:hover#btn_submit {
    border-color: #666 #c0c0c0 #c0c0c0 #666;
    border-style: solid;
    border-width: 1px;
}
/*- Tipo - */
h1 { font-size: 48px }
h2 {
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin: 15px 0 0;
    line-height: 40px;
}
h3 {
    font-size: 20px;
    color: #111;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}
h4 {
    color: #111;
    font-size: 21px;
    font-weight: normal;
    margin: 10px 0 2px;
}
h5 {
    font-size: 12px;
    margin: 5px 0 2px;
    color: #666;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    margin: 0 0 1.5em;
}
p,
li {
    text-align: left;
    color: #333;
    line-height: 1.5em;
}
abbr,
acronym { color: #666 }
ul li ul { margin: 5px 0 5px 30px }
/*- Clases especiales - */
p.intro {
    clear: both;
    color: #666;
    font-style: italic;
    font-size: 24px;
    line-height: 1.45em;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
}
p.intro strong { color: #de0000 }
p.last { margin: -18px 0 30px 0 }
h3.home_title {
    border-left: 10px solid #333;
    color: #333;
    padding: 0 0 0 6px;
    line-height: 16px;
}
a.icon {
    background: transparent url(../img/icon_arrowaction.gif) no-repeat right center;
    padding-right: 14px;
}
.imgcase { margin: 15px 0 20px }
.footer_bot .gotop {
    background: transparent url(../img/backtop.png) no-repeat scroll 0 0;
    color: #ABA6A6;
    display: block;
    float: right;
    font-size: 11px;
    height: 21px;
    padding: 6px 0 0 14px;
    text-decoration: none;
    width: 157px;
}
/*- Clear floats -*/
.floatright { float: right }
.floatleft { float: left }
/* =Fin Global
--------------------------------*/
/* =Layout
--------------------------------*/
#container {
    width: 947px;
    margin: 0px auto;
    background-color: #fff;
}
/* =Header
--------------------------------*/
div.header {
    width: 947px;
    margin: 0px;
    float: left;
    display: inline;
}
div.header  h1.logo {
    display: block;
    float: left;
    width: 200px;
    height: 57px;
    margin: 20px 0 0;
}
div.header .logo_img {
    background: url(../images/logo.png) no-repeat 0 0;
    display: block;
    float: left;
}
div.header ul.topnav {
    float: right;
    margin: 15px;
}
div.header ul.topnav li {
    color: #111;
    font-size: 11px;
    text-align: right;
}
div.header ul.topnav li a { color: #111 }
div.header ul.topnav li a:hover { text-decoration: none }
div.nav {
    width: 947px;
    margin: 15px 0 0;
    padding-top: 10px;
    float: left;
    display: inline;
    height: 120px;
    background: #fff url(../img/bg_dotted.gif) repeat-x center bottom;
    border-top: 1px solid #eee;
}
/*- Menu -*/
.n4c {
    width: 940px;
    margin-left: 9px;
}
.n4c a {
    color: #333;
    text-decoration: none;
}
.n4c .current {
    border-bottom: 1px da #de0000;
    color: #000;
}
.n4c a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #de0000;
}
.n4c  ul { margin-left: 12px }
.n4c li,
span.catn {
    color: #de0000;
    letter-spacing: 0.1em;
    line-height: 16px;
}
span.catn { font-size: 14px }
.ln {
    float: left;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}
.lnrss {
    border: none;
    margin-left: 10px;
    padding-top: 40px;
}
.iw,
.iw1,
.iw2 { height: 71px }
.iw {
    width: 242px;
    margin-left: 0;
}
.iw1 { width: 152px }
.iw2 { width: 88px }
.n4c li ul li {
    margin: 0 0 6px;
    font-size: 12px;
}
div.nav ul li.rss a span {
    background: transparent url(../img/icon_rssbadge.gif) no-repeat scroll left top;
    display: block;
    width: 80px;
    height: 75px;
    overflow: hidden;
    padding: 0;
    text-indent: -2000em;
}
/* =Fin Header
--------------------------------*/
/* =Content
--------------------------------*/
.home .colr ul { list-style-type: square; }
.home .colr ul li { margin-bottom: 5px; }
div.content {
    width: 937px;
    margin: 0 0 10px 0;
    padding: 10px 5px;
    float: left;
    display: inline;
    background-color: #fff;
    min-height: 470px;
    height: auto;
}
.home .nav,
.contact .nav { height: 83px }
.home .lnrss,
.contact .lnrss { padding-top: 3px }
div.content a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px dotted #de0000;
}
div.content a:hover { border-bottom: 1px dashed #de0000; }
div.section {
    width: 930px;
    float: left;
    display: inline;
    margin: 20px 0 0 0;
}
div.lastsection { border-top: 1px solid #EEE }
/*- Home Slide -*/
div.slidebg,
div.emailbg,
div.ecombg {
    width: 940px;
    height: 255px;
}
.hslide {
    position: relative;
    width: 940px;
}
.hslide span {
    display: none;
    position: absolute;
    top: 230px;
    left: 860px;
}
.content .hslide a,
.hslide span a {
    text-decoration: none;
    border: none;
}
.hslide span a { color: #de0000 }
.content .hslide:hover span {
    display: inline;
    border: none;
}
div.emailbg { background: url(../img/img_brochures.png) no-repeat }
div.ecombg { background: url(../img/img_mapaweb.png) no-repeat }
div.slidebg h2 span { display: none }
div.slidebg { margin-top: 0 }
div.slidebg h2 span { display: none }
#btn {
    padding: 0;
    margin: 0;
    width: 306px;
    height: 38px;
    position: relative;
}
#btn span {
    display: none;
    position: absolute;
}
#btn a {
    display: block;
    text-indent: -9000px;
    position: absolute;
    outline: none;
}
#btn a:hover { background-position: left bottom }
#btn .home {
    width: 250px;
    height: 38px;
    background: url(../img/btn_action03.png) no-repeat;
    left: 589px;
    top: 113px;
}
#btn .home span {
    width: 250px;
    height: 38px;
    background: url(../img/btn_action03.png) no-repeat;
    left: 28px;
    top: -20px;
}
#btn .email {
    width: 306px;
    height: 38px;
    background: url(../img/btn_action02.png) no-repeat;
    left: 589px;
    top: 113px;
}
#btn .email span {
    width: 306px;
    height: 38px;
    background: url(../img/btn_action02.png) no-repeat;
    left: 28px;
    top: -20px;
}
/*- Titles -*/
div.content h1.home {
    background: url(../img/title_home.gif) no-repeat;
    text-indent: -9999px;
    width: 754px;
    height: 109px;
    float: left;
    margin: 5px 0 0 83px;
}
div.content h2.show {
    width: 705px;
    float: left;
    margin: 15px 0 0 83px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: -0.03em;
}
div.content h2.show a:link,
div.content h2.show a:visited {
    color: #999;
    text-decoration: none;
}
div.content h2.show a:hover {
    color: #de0000;
    text-decoration: underline;
}
/*- Home Columns -*/
div.col,
div.colr,
div.colf,
div.colt {
    margin-left: 13px;
    padding-right: 11px;
    width: 280px;
    display: inline;
}
div.col { float: left }
div.colr { float: right }
div.colt { width: 420px }
div.colf {
    width: 850px;
    border: 2px solid #adadad;
    padding: 10px;
    margin: 20px 30px 0 0;
    background: #f2f1f1;
}
div.col h2,
div.colr h2 {
    font-size: 12px;
    color: #999;
    font-weight: bold;
}
div.colr h2 a {
    font-size: 12px;
    color: #999;
    font-style: normal;
    border: none;
}
div.col p,
div.colr p {
    font-size: 13px;
    font-style: italic;
}
div.colf p {
    font-size: 16px;
    color: #333;
    margin: 0 0 6px 6px;
    font-style: normal;
}
div.col li,
div.colr li {
    font-size: 13px;
    font-style: italic;
}
div.col a,
div.colr a,
div.colf a { font-style: italic }
div.colf a { font-style: normal }
div.col a:hover,
div.colr a:hover { text-decoration: none }
/*- Home Boletin -*/
.callform {
    float: left;
    width: 440px;
    padding-right: 20px;
    border-right: 2px solid #fff;
}
.callform h4 {
    background: url(../img/title-bole.png) no-repeat;
    text-indent: -9999px;
    width: 277px;
    height: 35px;
}
.callform h5 { margin: 0 0 10px 6px }
form h5 { color: #DE0000 }
h3.mailform {
    color: #dc351c;
    font-size: 16px;
    background: url(../img/icon-email.png) no-repeat 296px 6px;
    padding: 15px 35px 0 0;
    height: 29px;
}
/* =Fin Content
--------------------------------*/
/* =Footer
--------------------------------*/
div.footer {
    background: #000;
    border-top: 4px solid #666;
    overflow: auto;
    width: 100%;
}
div.footer div.footer_content {
    margin: 0 auto;
    width: 940px;
}
div.footer div.footer_content p {
    color: #999;
    font-size: 12px;
}
div.footer div.footer_content ul { padding-top: 20px }
div.footer div.footer_content ul li {
    border-top: 1px dotted #999;
    color: #636363;
    display: block;
    padding: 5px 0;
    font-size: 12px;
}
/*div.footer_content ul li.last {
				border-bottom:1px dotted #999;
				border-top:1px dotted #999;
				}*/
div.footer_content a {
    color: #999;
    text-decoration: none;
}
div.footer_content a:hover {
    color: #fff;
    text-decoration: underline;
}
div.footer div.tagline {
    border-bottom: 1px dotted #999;
    float: left;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}
div.footer div.tagline a { color: #fff }
span.amp {
    font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
    font-size: 20px;
    font-style: italic;
    line-height: 17px;
    vertical-align: top;
}
div.footer div.tagline span.white {
    color: #fff;
    font-style: normal;
}
div.footer div.tagline p.killertag { color: #fff }
div.footer_content .col_one,
.footer_content .col_two,
.footer_content .col_three,
div.footer_content .col_four {
    float: left;
    margin-right: 20px;
    width: 220px;
}
div.footer_content .col_four { margin-right: 0 }
div.footer div.header_blocks {
    border-right: 1px dotted #999;
    display: block;
}
div.footer div.header_blocks h4 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
div.footer div.header_blocks p { color: #fff }
div.footer_bot {
    background: #000;
    border-top: 1px dotted #666;
    overflow: auto;
    width: 100%;
    padding: 15px 0;
}
/* =Fin Footer
--------------------------------*/
