﻿/*CABECERA*/

body
{
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
}

body.pcontrol #top
{
    width:100%;
    height:74px;
    background-color:#000000;
    top:0;
    position:absolute;
}
body.pcontrol #top img
{
    text-align:left;
    border:0px;
}

body.pcontrol #logout
{
    width:100%;
}

body.pcontrol #logout #link
{
    position:absolute;
    top:74px;
    right:2%;
    background-color:#000000;
    text-align:center;
    width:100px;
    height:20px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

body.pcontrol #logout #link a
{
    color:#FFFFFF;
}

body.pcontrol #logout #link a:hover
{
    color:#FF0000;
}


/*CUERPO*/

body.pcontrol #cuerpo
{
    margin: 80px 2% 2% 2%;
    color:#000000;
    width:96%;
    overflow:hidden;
}

body.pcontrol #cuerpo #titulo
{
    color: Red;
    text-align:left;
    font-size:x-large;
    font-weight:bold;
    margin-top:10px;
}

body.pcontrol #cuerpo .titulosub
{
    color: #000;
    text-align:left;
    font-size:medium;
    font-weight:bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

/***************MENU************/
body.pcontrol #cuerpo #menu
{
    margin-top: 20px;
    margin-right: 200px;
    padding:10px;
    border: none;
    width: 100%;
    overflow:hidden;
    background: #000;
}

body.pcontrol #cuerpo #menu UL
{
    list-style:none;
    margin:0;
    padding:0;
}

body.pcontrol #cuerpo #menu  UL LI
{
    display:inline;
    margin-right:20px;
}

body.pcontrol #cuerpo #menu UL LI img
{
    border:0;
    color:#fff;
}

body.pcontrol #cuerpo #menu  UL LI A
{
    color:#fff;
}

body.pcontrol #cuerpo #menu  UL LI A:hover
{
    color:#fff;
}

/**************SUBMENU***********/

body.pcontrol #cuerpo #submenu
{
    margin-bottom:20px;
    margin-right: 200px;
    padding:10px;
    border: none;
    width: 100%;
    overflow:hidden;
    background: #eee;
}

body.pcontrol #cuerpo #submenu UL
{
    list-style:none;
    margin:0;
    padding:0;
}

body.pcontrol #cuerpo #submenu  UL LI
{
    display:inline;
    margin-right:20px;
}

body.pcontrol #cuerpo #submenu UL LI img
{
    border:0;
    color:#fff;
}

body.pcontrol #cuerpo #submenu  UL LI A
{
    color:#fff;
}

body.pcontrol #cuerpo #submenu  UL LI A:hover
{
    color:#fff;
}



/**************NOTICIAS*************/
body.pcontrol #cuerpo #noticias
{
}

body.pcontrol #cuerpo #noticias a
{
    color:#444444;
}

body.pcontrol #cuerpo #productos a
{
    color:#444444;
}

body.pcontrol #cuerpo #productos ul
{
    list-style:none;
    padding:0;
    margin:0;
}

body.pcontrol #cuerpo #productos li
{
    display:inline;
}

/*FORMULARIO*/

body.pcontrol #formulario
{
    width:100%;
    height:100%;
    font-weight:bold;
}

body.pcontrol #formulario h3
{
    font-weight:bold;
    font-size:medium;
    border-bottom: 1px solid #999;
}

body.pcontrol #formulario #noticia 
{
    border: 1px solid black;
    padding:1%;
    overflow:hidden; 
    height: 100%;
    margin-top: 20px;
}

body.pcontrol #formulario #noticia .full
{
    width: 97% !important;
    border: 1px solid #CCC;
}
body.pcontrol #formulario #noticia TEXTAREA.full
{
    height: 50px;
    width:97%;
} 

body.pcontrol #formulario #noticia div
{
   
}
    body.pcontrol #formulario #noticia #datos
    {
        width:30%;
        float: left;
        margin-right: 1%;
    }

    body.pcontrol #formulario #noticia #datosing
    {
        width:30%;
        float:left;
        margin-right: 1%;
    }

    body.pcontrol #formulario #noticia #imagenes
    {
        overflow:hidden;
        width:30%;
        float: left;
        margin-right: 1%;
    }

body.pcontrol #formulario #serie
{
    border: 1px solid black;
    padding:1%;
    overflow:hidden; 
    height: 100%;
    margin-top: 20px;
}

body.pcontrol #formulario #serie .full
{
    padding: 0 1%;
    border: 1px solid #CCC;
    width: 97%;
}

    body.pcontrol #formulario #serie #pdfs
    {
        overflow:hidden;
        width:30%;
        margin-right: 1%;
        float:left;
    }

    body.pcontrol #formulario #serie #iconos
    {
        overflow:hidden;
        width:30%;
        margin-right: 1%;
        float:left;
    }

    body.pcontrol #formulario #serie #imagenes
    {
        overflow:hidden;
        width:30%;
        margin-right: 1%;
        float:left;
    }


/*GRIDVIEW*/
.Grid{height:20px;width:100%;background:#FFFFFF;color:#000000;border-style:none;}

.Grid td{text-align:center;border-style:none;text-align:left;}

.GridHeader{font-weight: bold;background-color: #000000;color:#FFFFFF;text-align:left;border-style:none;}

.GridFooter{background:#FFFFFF;border-style:none;color:#000000}

.GridItem{background-color:#E6E6E6;border-style:none;text-align:left;}

.GridAltItem{background-color:#FFFFFF;border-style:none;text-align:left;}

.GridSelected{background:#CC3333;color:#FFFFFF; font-weight:bold;border-style:none;}

.GridPager{background:#FFFFFF;color:#000000;text-align:right;border-style:none;}

.GridEmpty{border-color:#5D7B9D;background:#FFFFFF;color:#000000;border-style:none;}

.GridItem a:hover { text-decoration:underline; }
.GridAltItem a:hover { text-decoration:underline; }


/*PIE*/

.piecontrol
{
    position:fixed !important;
    bottom:0;
    width:100%;
    background-color:#000000;
    height:16px;
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
}

.piecontrol A
{
    text-decoration:none;
    color:#FFFFFF;
}

.piecontrol A:hover
{
    color:#FF0000;
}
