/*	*************************************************************/
/*  Hoja de estilo principal									*/
/*	*************************************************************/
body
{
    color: #ffffff;
    font-family: tahoma;
    font-size: 10px;
    height: 580px;
    background-image: url(images/bg.jpg);
    text-align: center;
}
/*	***************************	*/
/*  Plantilla					*/
/*	***************************	*/
#bodycontent
{
    position: relative;
    margin: 0px auto;
    width: 790px;
    height: 580px;
    margin-top: 0px;
}
#toppane
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
}
#contentpane
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 420px;
    width: 100%;
}
#bottompane
{
    position: relative;
    top: -10px;
    font-family: tahoma;
    font-size: 11px;
    text-align: center;
}
/*  Estilos */
H1
{
    font-size: 12px;
    font-family: verdana;
    color: #ffcc66;
    font-weight: bold;
    text-align: center;
}
H2
{
    font-size: 10px;
    font-family: verdana;
    color: #ffcc66;
    font-weight: bold;
    text-align: left;
}
H3
{
    font-size: 9px;
    font-family: verdana;
    color: #ffcc66;
    padding: 3px;
    text-align: center;
    border-right: #ffcc66 thin outset;
    border-top: #ffcc66 thin outset;
    border-left: #ffcc66 thin outset;
    border-bottom: #ffcc66 thin outset;
}
H4
{
    font-size: 9px;
    font-family: arial;
    color: #ffcc66;
    line-height: 10px;
    padding: 10px;
    text-align: justify;
    font-style: italic;
}
/*  Link's */
a
{
    color: #ffffff;
    text-decoration: undeline;
}
a:link
{
    color: #ffffff;
    text-decoration: undeline;
}
a:visited
{
    color: #ffffff;
    text-decoration: undeline;
}
a:hover
{
    color: #ffcc33;
    text-decoration: undeline;
}
a:active
{
    color: #ffffff;
    text-decoration: none;
}
/*  Listas */
/*	***************************	*/
/*  Menú            			*/
/*	***************************	*/
ul
{
    list-style: none;
    margin: 0px;
    text-align: left;
}
li
{
    color: #ffffff;
    display: block;
    background-image: url(images/bullet3.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    padding-left: 15px;
    margin-left: -30px;
    vertical-align: top;
}

/*	***************************	*/
/*  Capas           			*/
/*	***************************	*/
#cp1
{
    position: absolute;
    top: 10px;
    left: 0px;
    height: 360px;
    width: 220px;
    padding: 7px;
    line-height: 14px;
    background-color: #252525;
    border-right: #ffffff 5px solid;
    border-top: #ffffff 5px solid;
    border-left: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    overflow: auto;
}
#cp2
{
    position: absolute;
    top: 10px;
    left: 260px;
    height: 360px;
    width: 220px;
    padding: 7px;
    line-height: 14px;
    background-color: #252525;
    border-right: #ffffff 5px solid;
    border-top: #ffffff 5px solid;
    border-left: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    overflow: auto;
}
#cp3
{
    position: absolute;
    top: 10px;
    left: 520px;
    height: 360px;
    width: 220px;
    padding: 7px;
    line-height: 14px;
    background-color: #252525;
    border-right: #ffffff 5px solid;
    border-top: #ffffff 5px solid;
    border-left: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    overflow: auto;
}
#cpfullwidth
{
    position: absolute;
    top: 10px;
    left: 0px;
    height: 360px;
    width: 100%;
    padding: 7px;
    line-height: 14px;
    background-color: #252525;
    border: #ffffff 5px solid;
    overflow: auto;
}
#logo
{
    position: relative;
    top: 34px;
    left: 20px;
}
#menu1
{
    position: relative;
    top: 0px;
    left: 680px;
    height: 20px;
    width: 60px;
    background-color: #7a960f;
    border-right: #abbd5c 1px solid;
    border-top: #abbd5c 1px solid;
    border-left: #abbd5c 1px solid;
    border-bottom: #abbd5c 1px solid;
    text-align: center;
    line-height: 18px;
}
#activepage
{
    position: relative;
    top: 15px;
    width: 760px;
    text-align: right;
}
#activepage H1
{
    font-size: 14px;
    color: #ffffff;
    text-align: right;
}
#bp1
{
}
#bp2
{
    margin-top: 20px;
    height: 25px;
}
/*	***************************	*/
/*  Estilos Generales			*/
/*	***************************	*/
.img1
{
    border: #959595 1px solid;
    padding: 1px;
    margin: 5px;
    float: left;
}
.img2
{
    border: #959595 1px solid;
    padding: 0px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    float: left;
}
.img3
{
    border: #959595 1px solid;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
    float: right;
}
.img4
{
    padding: 1px;
    float: left;
    border-top: #808000 3px ridge;
}
.ParrafoText
{
    padding: 7px;
    line-height: 14px;
    background-color: #414141;
}
.ParrafoCentrado
{
    padding: 7px;
    line-height: 14px;
    background-color: #414141;
    text-align: center;
}
.div1
{
    padding: 10px;
    line-height: 14px;
    background-color: white;
    border: #ffffff solid;
    color: #2f4f4f;
    font-family: Verdana;
}
.div1 a
{
    color: #2f4f4f;
}
.div1 a:link, .div1 a:visited
{
    color: #2f4f4f;
}
.div1 a:hover
{
    color: #ffcc33;
}
.div1 a:active
{
    color: #2f4f4f;
}
.div2
{
    line-height: 14px;
    color: #2f4f4f;
    font-size: 10px;
    font-family: Verdana;
}
.style1
{
    color: #ffffff;
    font-size: 10pt;
    text-align: center;
}
.style2
{
    color: #ffffff;
    font-weight: bold;
}
.style3
{
    color: #ffffff;
}
.linkstyle
{
    padding: 20px;
    color: #ffffff;
    font-size: 12pt;
    text-align: left;
    line-height: 24px;
}
#templates
{
    padding: 10px;
    line-height: 14px;
    background-color: white;
    border: #ffffff solid;
    color: #2f4f4f;
    font-family: Verdana;
}
#templates img
{
    border: #696969 2px solid;
    padding: 2px;
}
#templates td
{
    padding: 10px;
}
/*
border: #99ff33 1px solid;
*/
