body
{
    text-align: center;
    margin-top: 5px; 
    font-size: 0.83em; 
    margin-left: 0; 
    margin-right: 0; 
    font-family: Tahoma;
    background-color: #c4c4c4;
    /*color: #646464;*/
    color: #000000;
}

div#cabecera, 
div#cabecera img
{
    margin: 0;
    padding: 0;
}

div#menu
{
    background-color: #969592;
    color: #ffffff;
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    background-image: url('../images/fondo-seccion.png');
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
    height: 20px;
    width: auto;
}

#menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#menu li
{
     margin: 0;
     float: left;
}

#menu a,
#menu a:visited
{
    padding-right: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover
{
    text-decoration: underline;
    /*border-bottom: 1px solid #ffffff;*/
}

li#searchbox
{
    float: right;
    width: 165px;
    height: 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: transparent;
    position: static;
}

li#searchbox fieldset
{ 
    border-top-color: currentColor;
    border-left-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;

    border-top-width: medium;
    border-left-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;

    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;

    text-align: left;
    padding: 0;
    margin: 0;
    /*padding-top: 6px;*/
}

/* Sobreescribimos porque el párrafo tiene una identacion */
#searchbox p
{
    text-indent: 0;
    padding: 0;
    margin: 0;
    margin-top: -4px;
}

#searchbox input
{ 
    width: 125px;
    height: 16px !important;
    background-image: url('../images/lupita.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: none;
    padding-left: 20px;
    
    /*
    border-top-color: currentColor !important;
    border-left-color: currentColor !important;
    border-right-color: currentColor !important;
    border-bottom-color: currentColor !important;
    
    border-top-width: medium !important;
    border-left-width: medium !important;
    border-right-width: medium !important;
    border-bottom-width: medium !important;

    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    
    background-image: url("http://www.phpbb.com/theme/images/search_back.gif");
    background-repeat: no-repeat;
    background-color: transparent !important;
    */
    font-size: 1.1em !important;
    padding-top: 2px;
}


div#contenedor
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}


div#contenido
{
    padding: 10px;
    padding-left: 30px;
    margin: 0;
    background-color: #ffffff;
    background-image: url('../images/izq-superior.png');
    background-position: left top;
    background-repeat: no-repeat;
    /*text-align: justify;*/
    text-align: left;
    border: 1px solid #969592;
    border-top: none;
    border-bottom: none;
}

div#texto
{
    float: left;
    width: 480px;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
}

div#novedades
{
    width: 256px;
    float: right;
    color: #646464;
}

div#novedades div.superior,
div#novedades div.inferior
{
    background-repeat: no-repeat;
    width: 256px;
    height: 178px;
    padding: 0px;
}

div#novedades div.superior div#scrollabe
{
    height: 120px;
    overflow: hidden;
}
div#novedades div.superior p,
div#novedades div.superior h4
{
    margin-left: 5px;
    margin-right: 5px;
}

div#novedades div.superior h4
{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 2px;
    display: block;
    margin-top: 5px;
}

div#novedades div.superior
{
    background-image: url('../images/news-back.png');
    padding-top: 5px;
}

div#novedades div.inferior
{
    background-image: url('../images/temp-back.png');
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

span.top, span.bottom
{
    width: 100%;
    height: 6px;
    display: block;
}

span.top
{
    background-image: url('../images/left.gif');
    background-position: top left;
    background-repeat: no-repeat;
}
span.bottom
{
    background-image: url('../images/left.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}
span.top span, span.bottom span
{
    width: 6px;
    height: 6px;
    float: right;
    font-size: 6px;
}
span.top span
{
    background-image: url('../images/right.gif');
    background-position: top right;
    background-repeat: no-repeat;
    
}
span.bottom span
{
    background-image: url('../images/right.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}

div#contenido div#clearfix
{
    clear: both;
}

div#pie
{
    clear: both;
    background-image: url('../images/pie.png');
    background-repeat: no-repeat;
    font-size: 9px;
    color: #ffffff;
    padding: 5px;
    width: 800px;
    height: 32px;
}

div#pie a,
div#pie a:visited,
div#pie a:hover
{
    color: #ffffff;
}

p
{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
span.coya,
span.sistemas
{
    font-weight: bold;
}

span.coya
{
    color: #88b4d8;
}

span.coyalaboratorios
{
    font-weight: bold;
    font-size: 10pt;
}


h1.titulo
{
    font-family: 'Lucida Console';
    font-size: 15pt;
    text-align: left;
}

a:link,
a:visited,
a:active
{
    color: #646464;
    text-decoration: none;
}

img
{
    border: 0;
}
