* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html,
body {
    height: 100%;
}

body {
    font-size: 0.6875em;
    font-family: arial, sans-serif;
    color: rgba(128, 108, 108, 1);
    background-color: rgba(220, 213, 188, 1);
    min-width: 890px;
}

h1,
h2 {
    text-align: center;
    line-height: 2em;
    color: rgba(0, 204, 0, 1);
}

a {
    color: rgba(11, 225, 11, 1);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section {
    display: block;
}

.content,
#listadoArticulos {
    line-height: 1.8em;
}

.content p {
    font-size: 14px;
    text-align: justify;
}

input,
textarea,
select {
    font-size: 12px;
    font-family: arial, sans-serif;
    transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -moz-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -ms-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
}

textarea {
    overflow: auto;
}

#video {
    display: block;
    width: 440px;
    padding: 10px;
    margin: 20px auto;
}

.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}

#entradaEmpresa {
    display: block;
    width: 96%;
    text-align: justify;
    background-color: rgba(250, 250, 250, 1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.left,
.alignleft {
    float: left;
    display: inline;
}

.right,
.alignright {
    float: right;
    display: inline;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    color: rgba(60, 35, 35, 1);
}

h3 {
    font-size: 14px;
}

.shell {
    width: 960px;
    margin: 0 auto;
}

header {
    background: url(images/header.png) no-repeat center 0;
    height: 82px;
}

header .shell {
    position: relative;
    z-index: 40;
}

#logo {
    width: 126px;
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 0;
    line-height: 0;
}

#logo a {
    height: 59px;
    display: block;
    background: url(../imgcabezote/logo.png) no-repeat 0 0;
    text-indent: -4000px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -49px;
}


/* contact */

.contact {
    float: right;
    padding-top: 35px;
}

.contact p {
    float: left;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}

.contact p a {
    color: rgba(51, 51, 51, 0.8);
}

.contact p.phone-ico {
    padding-right: 27px;
}

.contact p.ico span {
    background: url(images/ico.png) no-repeat 0 0;
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.contact p.phone-ico span {
    background-position: 0 bottom;
}


/* fin de contact */


/* navigation */

#navigation {
    background: url(images/navigation.png) repeat-x 0 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}

#navigation ul li {
    float: left;
    padding-right: 45px;
    text-transform: uppercase;
    position: relative;
    list-style: none;
}

#navigation ul li a {
    color: rgba(247, 251, 252, 1);
    position: relative;
    display: block;
    padding: 0px 10px;
    margin: 0;
}

#navigation ul li a:hover {
    color: rgba(27, 24, 21, 1);
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 1px;
    transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -moz-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -ms-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
}

#navigation ul li a span {
    background: url(images/bottom-arrow.png) no-repeat 0 0;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 19px;
    z-index: 10;
    display: none;
}

#navigation ul li a:hover span,
#navigation ul li.active a span {
    display: block;
}


/*-- submenu --*/

#navigation ul li:hover ul {
    display: block;
}

#navigation ul li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
    left: 0;
}

#navigation ul li:hover ul li a {
    display: block;
    width: 90px;
    border-bottom: 1px solid rgba(0, 240, 0, 1);
    border-top: 1px solid #333333;
    height: 40px;
    line-height: 40px;
    background-image: url(images/navigation.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

#navigation ul li ul li:first-child a {
    background-image: none;
    border-top: none;
}

#navigation ul li ul li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    background-image: url(images/navigation.png);
    background-repeat: repeat-x;
    background-position: 90% 0;
}

#navigation ul li:hover ul li a:hover {
    background-color: rgba(0, 240, 0, 1);
    background-image: url(images/navigation.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

#navigation ul li ul li a span {
    background: url(images/bottom-arrow.png) no-repeat 0 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 19px;
    z-index: 10;
    display: none;
}


/*-- fin submenu --*/


/* fin de navigation */


/* services */

.services {
    padding-top: 26px;
    padding-bottom: 26px;
    display: block;
}

.services .box {
    width: 214px;
    float: left;
    position: relative;
}

.services .box+.box {
    padding-left: 14px;
}

.services .box a {
    float: left;
    background: rgba(0, 0, 0, 1) url(images/box.png) repeat-x 0 0;
    padding: 3px 3px 6px 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.services .box a img {
    width: 208px;
    height: 74px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.services .box h3 {
    text-align: center;
    font-size: 14px;
}

.services .box a h3 {
    color: rgba(255, 255, 255, 1);
}

.services .box a:hover {
    text-decoration: none;
    background-position: 0 bottom;
    background-color: rgba(22, 201, 22, 1);
}


/* fin de services */


/* empleos */

#empleos {
    float: left;
    width: 100%;
}


/* fin de empleos */


/* main */

.main {
    background: url(images/main.png) repeat-x 0 0;
    padding-top: 32px;
    padding-bottom: 28px;
}

.main p {
    padding-bottom: 20px;
}

.content {
    width: 700px;
    float: left;
}

.content h2 {
    padding-bottom: 25px;
}

.content,
#listadoArticulos {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 240, 0, 1);
    padding: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

#publicaciones,
#comentar {
    background-color: rgba(240, 240, 240, 1);
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

#comentar,
#publicaciones {
    margin-top: 20px;
}

aside {
    width: 225px;
    float: right;
}

aside h2 {
    padding-bottom: 14px;
}

aside .widget {
    padding: 0;
}

aside .userReg,
aside #subMenu {
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    border: 1px solid rgba( 0, 240, 0, 1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

aside .widget button {
    margin: 0 18%;
}

aside .img-holder {
    margin-right: 14px;
    float: left;
    width: 59px;
    height: 59px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -o-ms-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 3px;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

aside .img-holder:hover {
    border-width: 0;
    border-color: rgba(21, 204, 21, 0.5);
}

aside .img-holder img {
    width: 59px;
    height: 59px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}


/* fin de main */


/* footer */

#footer,
#footer-push {
    height: 49px;
}

#footer {
    background: url(images/footer.png) repeat-x 0 0;
    line-height: 47px;
    height: 49px;
}

#footer .footer-nav {
    float: left;
    font-size: 11px;
    color: rgba(95, 95, 95, 1);
}

#footer .footer-nav a {
    color: rgba(95, 95, 95, 1);
    margin-right: 29px;
}

#footer .footer-nav a:hover,
#footer .footer-nav a.active {
    color: #12d112;
    text-decoration: none;
}

#footer p.copy {
    float: right;
    color: rgba(95, 95, 95, 1);
    font-size: 11px;
}

#footer p.copy a {
    color: rgba(113, 113, 113, 1);
    text-decoration: underline;
}

#footer p.copy a:hover {
    text-decoration: none;
}


/* fin de footer */