﻿body 
{
    color: #000000;
    font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
    margin: 0;
}

/* CONTENEDORES */
DIV#cntGeneral
{
    width: 775px;
    margin: 0px auto;
}
DIV.cntCabecera
{

}
TABLE.tblBase
{
    background-color: #fad0cf;
    width: 100%;
}
.cntLateral
{
    float: left;
    width: 163px;
    background-color: #f5bebc;
    height: 100%;
}
.cntContenido
{
    float: left;
    width: 570px;
    padding: 20px;
    background-color: #fad0cf;
    height: 100%;
    line-height: 20px;
}
        .cntContenido H1
        {
            font:2em "Century Gothic", Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #A7211E;
            text-align: center;
        }
        .cntContenido P
        {
            color: #444;
	        line-height:170%;
	        font-size: 1.1em;
	        text-align: justify;
        }
DIV.cntContenidoTotal
{
    float: left;
    width: 735px;
    padding: 20px;
    background-color: #fad0cf;
    height: 100%;
}
        DIV.cntContenidoTotal H1
        {
            font:2em "Century Gothic", Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #A7211E;
            text-align: center;
        }
        DIV.cntContenidoTotal H2
        {
            font:1.7em "Century Gothic", Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #085205;
            margin-top: 50px;
        }
DIV.separador
{
    clear: both;
}

/* DOCUMENTOS */
.cntContenidoDoc
{
    float: left;
    width: 570px;
    padding: 20px;
    background: url('img/degradContenido.jpg');
    background-repeat: repeat-x;
    background-color: #fff;
    height: 100%;
    line-height: 20px;
}
        .cntContenidoDoc H1
        {
            font:2em "Century Gothic", Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #A7211E;
            text-align: center;
        }
        .cntContenidoDoc H2
        {
            font:1.7em "Century Gothic", Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #A7211E;
        }
        .cntContenidoDoc .subClase
        {
            color: #A7211E;
            font-weight: bold;
        }
        .cntContenidoDoc P
        {
            color: #444;
	        line-height:170%;
	        font-size: 1.1em;
	        text-align: justify;
        }
        .cntContenidoDoc IMG
        {
            border: 1px solid #DDD;
            padding: 3px;
            background-color: #fff;
        }
        .cntContenidoDoc IMG.imgDer
        {
            float: right;
            margin: 5px 0 5px 20px;
        }
        .cntContenidoDoc IMG.imgIzq
        {
            float: left;
            margin: 5px 20px 5px 0;
        }
        
        .cntContenidoDoc .Dato
        {
            border: 1px solid #f5bebc;
        }
            .cntContenidoDoc .Dato H1
            {
                background-color: #f5bebc;
                padding: 5px;
                margin: 0;
                color: #FFF;
                font-size: 1.2em;
                text-align: left;
                font-weight: bold;
            }
            .cntContenidoDoc .Dato P
            {
                padding: 10px;
                margin: 0;
            }

DIV.Articulos
{
    font-size: 1.2em;
    line-height: 30px;
}
        DIV.Articulos A
        {
            text-decoration: none;
            color: #A7211E;
        }
        DIV.Articulos A:HOVER
        {
            text-decoration: underline;
        }
        DIV.Articulos .icono
        {
            vertical-align: -2px;
            margin-right: 10px;
        }

DIV.otrosArticulos
{
    margin-top: 50px;
    border: 1px solid #DDD;
}
        DIV.otrosArticulos H1
        {
            background-color: #DDD;
            padding: 5px;
            margin: 0;
            color: #4C4C4C;
            font-size: 1.4em;
        }
        DIV.otrosArticulos P
        {
            padding: 10px;
            margin: 0;
        }
        DIV.otrosArticulos A
        {
            text-decoration: none;
            color: #4049ee;
        }
        DIV.otrosArticulos A:HOVER
        {
            text-decoration: underline;
            color: #A7211E;
        }
        
/* A DOMICILIO */
.cntContenidoDomicilio
{
    padding: 20px;
    background: url('img/degradContenido.jpg');
    background-repeat: repeat-x;
    background-color: #fff;
    height: 100%;
    line-height: 20px;
}
        .cntContenidoDomicilio H1
        {
            font:2em "Century Gothic", Calibri, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #A7211E;
            text-align: center;
        }
        .cntContenidoDoc P
        {
            color: #444;
	        line-height:170%;
	        font-size: 1.1em;
	        text-align: justify;
        }
.darkgray12
{
    color: #4C4C4C;
}
.linkPaginador
{
    font-size: 12pt;
    text-decoration: none;
}
.linkPaginador:HOVER
{
    text-decoration: underline;
}

/* MENÚS */
DIV.menuTitulo
{
    background: url('img/menuCategorias.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    background-color: #f79897;
    margin-bottom: 10px;
}
.menuIcon
{
    border: 0px;
}
DIV.menuItem
{
    margin-bottom: 5px;
    padding: 1px;
    padding-left: 10px;
    font-size: 11pt;
    color: #004500;
}
        DIV.menuItem A
        {
            text-decoration: none;
            color: #004500;
        }
        DIV.menuItem A:HOVER
        {
            text-decoration: underline;
            color: #A8133B;
        }

DIV.menuSubItem
{
    margin-bottom: 5px;
    padding: 1px;
    padding-left: 10px;
    font-size: 0.8em;
}
        DIV.menuSubItem A
        {
            text-decoration: none;
            color: #004500;
        }
        DIV.menuSubItem A:HOVER
        {
            text-decoration: underline;
            color: #A8133B;
        }

/* Otros */
DIV.pieLegalPortada
{
    background-color: #004500;
    color: #99b599;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    font-size: 8pt;
    line-height: 12px;
}
DIV.piePagina
{
    padding: 10px;
    text-align: center;
    font-size: 8pt;
}
DIV.Pestanas
{
    margin: 0;
    padding: 0;
}
        DIV.Pestanas IMG
        {
            border: 0;
            margin: 0;
            padding: 0;
        }
        DIV.Pestanas A
        {
            padding: 0;
            margin: 0;
        }

.enlaceNormal
{
    text-decoration: none;
    color: #004500;
    cursor: pointer;
}
.enlaceNormal:HOVER
{
    text-decoration: underline;
}

/* wucMensajesInformacion */
.infoValidacion
{
    margin: 5px 5px 20px 5px;
    background-color: #FFF;
    border: 1px solid gray;
    padding: 10px;
}
.Neutro 
{
    font-size: 8pt;
    font-weight: bold;
    color: black;
}
.Correcto
{
    font-size: 8pt;
    font-weight: bold;
    color: #579f4f;
}
.Erroneo
{
    font-size: 8pt;
    font-weight: bold;
    color: #e66556;
}

/* Login */
.LoginCssform
{
    width: 100%;
    margin: 10px 5px 10px 5px;
}
        .LoginCssform h4
        {
            font-size: 10pt;
            float: left;
            width: 125px;
            text-align: right;
            margin: 3px 10px 3px 3px;
            padding: 0;
        }

/* Galeria */
.fondoThumb
{
    text-align: center;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #004500;
    background-color: #F79997;
    width: 160px;
    height: 120px;
}
.imgConMarco
{
    padding: 5px;
    background-color: #FFFFFF;
    border-color: #cccccc;
}

/* Componente: Pager */
.PagerContainerTable
{
	color: #d1d1e1;
}
.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-size: 8pt;
	color: #FFFFFF;
	padding-top: 3px;
	white-space: nowrap;
	background-color: #a88bc0;
}
.PagerInfoCell:link
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerCurrentPageCell
{
	color: #004500;
	background-color: #F79997;
	padding: 2px 5px 2px 5px;
	text-align: center;
	border: 1px solid #004500;
}
.PagerOtherPageCells
{
	background-color: #FEFBF6;
    padding: 2px 5px 2px 5px;
	text-align: center;
	border: 1px solid #99B586;
}
.PagerOtherPageCells:hover
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	background-color: #F79997;
	border: 1px solid #004500;
}
.PagerSSCCells
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	background-color: #dadada;
	border: 1px solid #b3b2b2;
}
.PagerHyperlinkStyleCurrent
{
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.PagerHyperlinkStyle
{
	font-size: 8pt;
	color: #6c6c6c;
	text-decoration: none;
}
.PagerHyperlinkStyle:hover
{
	text-decoration: underline;
}
.PagerHyperlinkStyleNoNum
{
	font-size: 8pt;
	font-weight: bold;
	color: #6c6c6c;
	text-decoration: none;
}
.PagerHyperlinkStyleNoNum:hover
{
	text-decoration: underline;
}

/* Postal */
DIV.Postal
{
    background-color: #FFF;
    padding: 20px;
    color: #6F6F6F;
    width: 600px;
    margin: 0 auto;
    line-height: 25px;
    border: 1px solid #6F6F6F;
    -moz-border-radius: 10px;
    position: absolute;
    top: -1000px;
    left: -1000px;
}
        DIV.Postal .mensaje
        {
            width: 400px;
            float: left;
            margin-right: 10px;
            border-right: 1px dotted #6F6F6F;
        }
        DIV.Postal .datos
        {
            float: left;
            margin-top: 75px;
        }
.txt
{
    width: 180px;
    font-size: 10pt;
    font-family: Tahoma;
    color: #0a6cff;
}
.txtMensaje
{
    width: 380px;
    height: 255px;
    font-size: 12pt;
    font-family: Tahoma;
    color: #0a6cff;
}
.sello
{
    position: relative;
    left: 530px;
    z-index: 1;
    height: 0;
}

/* MODALS */
.modalBackground
{
    background: #303030;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.modalDiv
{
    padding: 20px;
    background: url('images/fondoAvanzada.jpg');
    background-repeat:repeat-x;
    background-color: #ffffff;
    border: 1px solid black;
    font-size: 11pt;
    position: absolute;
    top: -1000px;
    left: -1000px;
}