/*
Theme Name: WordPress SoftWCare
Theme URI: http://wordpress.org/
Description: Tema para SoftWCare
Version: 1.0
Author: Radar Studio
Author URI: http://binarybonsai.com/
Tags: custom header, fixed width, widgets
Text Domain: kubrick

*/
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,
center, u, b, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

body {
    line-height: 1
}

:focus {
    outline: 0
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

input, textarea {
    margin: 0;
    padding: 0
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}

/* fin de reset */


/* fondos */
body {
    background-image: url(images/comunes/fondo.jpg);
    background-repeat: repeat-x;
    background-color: #e9edec;
}
body.page-template-knowledge-php,body.page-template-knowdlege-child-php {
    background-image: url(images/kcenter/fondokcenter.jpg);
    background-repeat: repeat-x;
    background-color: #e9edec;
}
#page {
    background-image: url(images/comunes/fondocentral.gif);
    background-repeat: repeat-y;
}

.linea-puntos {
    background-image: url(images/comunes/lineapuntos.gif);
    clear:both;
}
.celda-puntos-horizontales {
    background-image: url(images/comunes/lineapuntos.gif);
    height:10px;
    background-repeat: repeat-x;
}
.celda-puntos-verticales {
    background-image: url(images/comunes/lineapuntos.gif);
    width:1px;
}
#content {
    background-image: url(images/comunes/fondocuad.jpg);
    background-repeat: no-repeat;
}
#footer {
    background-color: #eaeeef;
}
#header {
    z-index:2;
    position:relative;
}
#casos {
    z-index:1;
}
.caso {
    z-index:0;
}
#texto-idioma {
    background-repeat: no-repeat;
}
.div-form {
    background-color: #e3deb4;
}
/* tamaños */
html,body {
    height:100%;
}
#page {
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    width: 820px;
}
.page-middle {
    width: 764px;
}
#footer {
    width:818px;
}
.footer-content,#header,.page-home,.casos,#bloque-inferior {
    width: 740px;
}
.post {
    width: 714px;
}
.linea-puntos {
    width:100%;
    height:3px;
}
#sidebar-superior {
    height:22px;
}
#bloque-knowledge, #titulo-knowledge {
    width:370px;
}
#bloque-inferior table {
    width: 100%;
}
.borde-superior {
    height:10px;
}
#texto-idioma {
    height: 23px;
}
.div-form {
    width: 250px;
}
#casos {
    height:370px;
}
/* margenes */
#page {
    margin-left:auto;
    margin-right:auto;
}
#header {
    margin-left: auto;
    margin-right: auto;
}

.page-middle,.footer-content,.casos,#bloque-inferior {
    margin-left:auto;
    margin-right:auto;

}
#bloque-inferior{
    padding-bottom: 10px;
}
.post {
margin-left:auto;
    margin-right:auto;
    padding-top: 26px;
}
.page-middle {
    padding-bottom: 62px;
}
.entry p {
    margin-bottom: 14px;
}
#bloque-knowledge, #bloque-twitter,#titulo-knowledge,#titulo-twitter {
    padding-left: 13px;
    padding-right: 13px;
}
.post .entry {
    padding-bottom: 10px;
}
.cssclear {
    clear:both;
}
.div-form {
    padding-left: 5px;
    padding-right: 5px;
    padding-top:12px;
}
.div-form .boton-submit {
    margin-top: 10px;
}
/* bordes */
.div-form {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-color: transparent;
}
/* posiciones */
#page {
    position:relative;
}
.page-middle {
    position:relative;
}
#sidebar-superior {
    position:relative;
}
#footer {
    position:absolute;
    bottom:0px;
    left:1px;
}
#texto-idioma {
    position:absolute;
    right:44px;
}
.alignright {
    float:right;
}
.div-form {
   float:right;
}
div.caso {
    position:absolute;
    top:21px;
}
/* visibilidad */
#SELF_LoginMsgError {
    visibility: hidden;
}
/* fuentes */
strong {
    font-weight: bold;
    font-style: inherit;
}
em {
    font-weight: inherit;
    font-style: italic;
}
#bloque-knowledge, #bloque-twitter {
    font-family: Arial;
	background-color: #fff;
	color: #312e2e;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 12px;
}
#bloque-twitter a {
    font-family: Arial;
	background-color: #fff;
    color:#57c8e0;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 12px;

}
#footer {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color:#312e2e;
}
.footer-content {
    line-height: 62px;
}
.post .entry {

    font-family: Arial;
	background-color: #fff;
	color: #312e2e;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 12px;
}
.post .entry a,#footer a {
    font-family: Arial,Helvetica,sans-serif;
    color: #55bfd5;
}
.post .entry a.linkedin-profileinsider-popup {
    color:#312E2E;
    text-decoration: none;
}
.footer-content img {
    position: relative;
    top: 15px;
    float:left;
}
.div-form .boton-submit {
    text-align: center;
}
/* listas */
.post .entry ul li {
    background-image: url(images/comunes/bullet.gif);
    background-repeat: no-repeat;
    background-position:left top;
    padding-left: 32px;
}

.post .entry ul {
  margin-bottom: 14px;
}
/* idiomas */
#sidebar-superior {
    list-style: none;
}
#sidebar-superior .widget_qtranslate {
    position:absolute;
    right:1px;
}
#sidebar-superior h2 {
    float: left;
}
#sidebar-superior .qtrans_flag { height:22px; width:22px; display:block }
#sidebar-superior .qtrans_flag_en { background:url(images/comunes/idiomaen.gif) no-repeat }
#sidebar-superior .qtrans_flag_es { background:url(images/comunes/idiomaes.gif) no-repeat }
#sidebar-superior .qtrans_flag_en:hover {  background-position: 0px -23px;}
#sidebar-superior .qtrans_flag_es:hover {  background-position: 0px -23px;}

#sidebar-superior .active a {
    background-position: 0px -46px;
}
.qtrans_language_chooser li { float:left; }


/* menu */
#nav {
    height: 38px;
}
#nav li {
    display:block;
    float:left;
    height: 100%;
}
#nav li{
    position: relative;
}
#nav li:hover {
    background-position: 0px -38px;
}
#nav li.activo {
    background-position: 0px -76px;
}
#nav li.activo:hover {
    background-position: 0px -38px;
}
#nav li a {
    display : block;
    width:100%;
    height:100%;
}
#nav li ul{
    position: absolute;
    left: 0;
    top:38px;
    display: block;
    visibility: hidden;
    z-index: 1000;
}
#nav li ul li{
    display: block;
    float: none;
    height:19px;
    width:100%;
    background-repeat:no-repeat;
    z-index: 2;
}
#nav li ul li:hover {
    background-position: 0px -19px;
}
#nav li ul li.submenu-arriva {
    height: 13px;
    width:134px;
    background-image: url('images/comunes/menudespup1.gif');
    margin-left: 3px;
}
#nav li ul li.submenu-arriva:hover {
    background-position: 0px 0px;
}
#nav li ul li.submenu-abajo {
    height: 13px;
    width:134px;
    background-image: url('images/comunes/menudespdown1.gif');
    margin-left: 3px;
}
#nav li ul li.submenu-abajo:hover {
    background-position: 0px 0px;
}
/* casos */
#casos {
    position:relative;
}
div.caso {
    visibility: hidden;
}
div.caso.activo {
    visibility: visible;
    width:725px;
    height:349px;
    margin-left: auto;
    margin-right: auto;
    /*position:relative;*/
}


div.caso a {
    position:absolute;
    bottom:12px;
    height: 24px;
}
div.caso a:hover {
    background-position: 0px -24px;
}


#circulos {
    height: 21px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.circulo {
    width:15px;
    height: 21px;
    background-image: url('images/home/puntooff.gif');
    float:right;
}
.circulo.activo {
    background-image: url('images/home/puntoon.gif');
}


.fondo-izquierdo {
    width:444px;
    float:left;
}
.fondo-derecho {
    width:296px;
    float:right;
}
#titulo-knowledge,#titulo-twitter {
    padding-bottom: 10px;
}
img.kcenter {
    float:right;
    position:relative;
    top:-20px;
}

#boton-acceder:hover {
    background-position: 0px -20px;
}
#bloque-knowledge .titulo, #bloque-twitter .titulo{
    margin-bottom: 10px;
}

.tweets li {
    margin-bottom: 10px;
}

/* tablas */
.normal,.clientes {
    width:100%;
}
.normal td,.clientes td {
    padding-left: 10px;
    padding-right:10px;
}
.tabla-gris {
    width:100%;
    background-color: #EFF1F0;
    margin-bottom:10px;
}
.tabla-gris2 {
    width:100%;
    background-color: #d3ebed;
    margin-bottom:10px;
    vertical-align: top;
}
.tabla-gris3 {
    width:100%;
    background-color: #e3deb4;
    margin-bottom:10px;
    padding-left: 20px;
    padding-right:20px;
    align: center;
}
.tabla-gris3 td.cabecera {
    padding-left:0px;
}
.tabla-gris3 td {
    padding-left: 45px;
}
.tabla-azul {
    width:100%;
    background-color: #DAEAEC;
    margin-bottom:10px;
    margin-top:10px;

}
body.page-template-knowdlege-child-php .tabla-gris {
    background-color: #eeede7;
}
.tabla-gris td,.tabla-azul td{
    vertical-align: middle;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}
body.page-template-knowdlege-child-php .tabla-gris td {
    border-width: 5px;
    border-style: solid;
    border-color:white;
}
.post .entry table.normal td,.post .entry table.clientes td {
    border-width: 10px;
    border-style: solid;
    border-color:white;
}
.post .entry table.normal td,.post .entry table.clientes td {
    padding-left: 5px;
}
.post .entry table.clientes td {
    width:50%;
}
/* knowledge */
.tabla-know {
    width:100%;
}
.tabla-know td {
    width: 175px;
}
.tabla-know td.puntos {
    background-image: url(images/comunes/lineapuntos.gif);
    width:1px;
}
.tabla-know p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.kcenter-boton {
    height:21px;
    display: block;
}
.kcenter-boton:hover  {
    background-position: 0px -21px;
}
.kcenter-bloque-inf {
    margin-top:21px;
    background-color: #eeede7;
    line-height: 34px;
    padding-left:21px;
    vertical-align: middle;
    margin-bottom: 21px;
}
.kcenter-bloque-inf p, .kcenter-bloque-inf img {
    float:left;
    margin-bottom: 0px;
}
.kcenter-bloque-inf img {
    width: 32px;
    height: 32px;
}
.kcenter-tabla {
    width: 100%;
    background-color: #eff1f0;
}
.kcenter-tabla td {
    border-width: 5px;
    border-style: solid;
    border-color:white;
    padding-left: 3px;
    vertical-align: middle;
}
.kcenter-inscribir {
    display:block;
    height: 27px;
    color:background !important;
}
.kcenter-inscribir:hover {
    background-position: 0px -27px;
}
.page-template-knowdlege-child-php #content {
    margin-top: 30px;
}
.page-template-knowdlege-child-php #content .post .entry {
    margin-top:20px;
}
#tabs {
    height:38px;
    width:764px;
    position:absolute;
    padding-left: 11px;
    top:129px;
}
#tabs li {
    height:38px;
    float:left;
}
#tabs li a {
    display:block;
    width:100%;
    height:100%;
}
/* Estilos para el editor */
.aLetraAzulFondoGris {
    font-family: Georgia,'Times New Roman',times,serif;
    background-color: #eff1f0;
    color: #55bfd5;
    font-size: 14px;
    line-height: 28px;
}
.aLetraAzulFondoblanco{
    font-family: Arial, Helvetica, sans-serif;
    color: #55bfd5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
}
.aLetraBlancaFondoAzul {
    font-family: Georgia,'Times New Roman',times,serif;
    background-color: #00ccff;
    color: white;
    font-size: 14px;
    line-height: 28px;

}
.aLetraSepia {
    color: #8c8e3a;
}
.aLetraSepiaintro {
	font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;	
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
    color: #8c8e3a;
}
.aFondoGris {
    background-color: #eff1f0;
    line-height: 20px;
}
body.page-template-knowdlege-child-php .aFondoGris {
    background-color: #eeede7;
    line-height: inherit;
}

.aFondoCeleste {
    background-color: #daeaec;

}
.aFondoCeleste2 {
    background-color: #daeaec;
    line-height: 22px;
}
.boton-ver-dossier-es {
    display: block;
    width: 66px;
    
    background-image: url(images/home/botacceder19.gif);
    float:right;
    color:background !important;
}
.boton {
    display:block;
    height: 19px;
}
.boton:hover {
    background-position: 0px -19px;
}

