/*========================================================*/
/*  Cascading Style Sheet for Tranquility SkinTravel Skin */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Standard                                           */
/*  2. Skin                                               */
/*  3. Links/Text                                         */
/*  4. Forms                                              */
/*  5. Main Menu                                          */
/*  6. Module Menus                                       */
/*  7. Table                                              */
/*  8. Modules                                            */
/*  9. Formulario de Contacto                             */
/*========================================================*/

/*========================================================*/
/*  1. Standard                                           */
/*========================================================*/
/*changed body to #Body so that the FCKEditor has a white background
(FCKEditor does not pick up #body details) */
#Body
{
    margin: 0 1px 0 1px;
    padding: 0;
    text-align: left;
    font: 11px Arial, Helvetica, sans-serif;
    color: #555555;
    background: url(images/body_background.jpg) repeat-x #ffffff;
}
/*========================================================*/
/*  2. Skin                                               */
/*========================================================*/
#mainContainer
{
    margin: 0 auto;
    text-align: left;
    width: 905px;
}
#container
{
    border: #330000 2px solid;
    text-align: left;
    background-color: #ffffff;
    padding: 2px;
}
#topbar
{
    background: url(images/topbar.jpg) repeat-x;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    color: #ffffff;
    border-left: #696969 2px solid;
    border-right: #696969 2px solid;
}
#topbar a
{
    color: #ffffff;
}
#topbar a:hover
{
    text-decoration: underline;
}
#currentdate
{
    float: left;
    margin-left: 5px;
}
#language
{
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}
#login
{
}
/*** Header section ***/
#header
{
}
#headertop
{
    height: 60px;
    padding: 10px 0 20px 0;
}
#headerleft
{
    float: left;
    margin: 0 0 0 5px;
}
#headerright
{
    float: right;
    width: 250px;
}
#search
{
    clear: both;
    float: right;
    padding: 5px 5px 0 0;
}
#addpublication
{
    float: right;
    padding: 0 10px 0 0;
}
#addreview
{
    float: right;
    padding: 0 5px 0 0;
}
#top_secciones
{
    clear: both;
    text-align: right;
    line-height: 25px;
    vertical-align: text-bottom;
}
#actividades
{
    clear: both;
    text-align: left;
    background-color: #5079A3;
    height: 25px;
    line-height: 25px;
    background: url(images/bg_actividades.jpg) repeat-x;
    border-left: #330000 1px solid;
    border-right: #330000 1px solid;
}
#headerbottom
{
    clear: both;
    background: url(images/background_head.gif) repeat-x;
}
#topmessage
{
    text-align: left;
    padding: 15px;
}
#topmessage h1
{
    margin: 0 0 0 0;
    color: #3366FF;
    margin: 2px;
}
#topmessage h3
{
    color: #5079A3;
    margin: 0 0 0 0;
    font-size: 0.8em;
}
#headerbottom1
{
    border: #d3d3d3 thin solid;
    padding: 5px;
    margin-bottom: 2px;
    height: 16px;
    line-height: 16px;
}
#breadcrumb
{
    text-align: left;
    float: left;
}
#zonaselect
{
    text-align: right;
    float: right;
}
/*** Content section ***/
#main
{
}
#midcol, #leftcol, #rightcol
{
    display: table-cell;
}
#midcol
{
}
#leftcol
{
    float: left;
    width: 200px;
    margin: 0 5px 0 0;
}
#rightcol
{
    float: right;
    width: 200px;
    margin: 0 0 0 5px;
}
.normaldiv
{
    padding: 5px;
    color: #ffffff;
    display: block;
}
/***     ***/
#footer
{
    clear: both;
    background: url(images/footerbar.jpg) repeat-x;
    font-family: Tahoma;
    font-size: 8pt;
    color: #808080;
    text-align: center;
    margin: 0 0 10x 0;
    padding: 0 10px 0 10px;
    height: 85px;
    border-left: #696969 2px solid;
    border-right: #696969 2px solid;
}
#footer .Normal
{
    color: #ffffff;
}
/*** Various classes ***/
/*** Text format ***/
/*========================================================*/
/*  3. Links/Text                                         */
/*========================================================*/
a
{
    color: #5079a3;
    text-decoration: none;
}
a:hover
{
    color: #808080;
    text-decoration: underline;
}
p
{
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active
{
    text-decoration: underline;
}
a.LoginLink:hover
{
    text-decoration: none;
    color: #2c2c2c;
}
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active
{
    text-decoration: none;
    color: #333;
    background-color: transparent;
    border: 0;
}
a.OtherTabs:hover
{
    text-decoration: none;
    color: #2c2c2c;
}
a.SubHead:link, a.SubHead:visited, a.SubHead:active
{
    text-decoration: underline;
}
a.SubHead:hover
{
    color: #2c2c2c;
    text-decoration: none;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
    color: #2c2c2c;
    text-decoration: underline;
}
a.CommandButton:hover
{
    color: #2c2c2c;
    text-decoration: none;
}
a.Normal:link, a.Normal:visited
{
    text-decoration: underline;
}
a.Normal:hover
{
    color: #2c2c2c;
    text-decoration: none;
}
a:link, a:visited, a:active
{
    text-decoration: underline;
}
a:hover
{
    color: #2c2c2c;
    text-decoration: none;
}
/*DNN Styles to override */
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-weight: normal;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold;
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
}
.NormalWhite
{
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    color: #ffffff;
}
.sectiontext
{
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
}
/*========================================================*/
/*  4. Forms                                              */
/*========================================================*/
select, input
{
    font-family: tahoma;
    font-size: 12px;
    color: #333;
}
.NormalTextBox
{
    color: #333;
    padding-left: 2px;
    font-family: tahoma;
    font-weight: normal;
    font-size: 12px;
}
td.NormalTextBox
{
    padding: 0;
    margin: 0;
    background: transparent;
    visibility: hidden;
    border: 0;
}
/*========================================================*/
/*  5. Main Menu                                          */
/*========================================================*/
/* Main Menu */

/* <span> Top of Root Menu */
.CSSControl
{
    padding-left: 0px;
    margin-left: 4px;
}
/* <table>Sub Menu */
.CSSContainerSub
{
    cursor: pointer;
    margin-left: 10px;
    margin-top: 7px;
    border-left: #330000 1px solid;
    border-right: #330000 1px solid;
    border-top: #330000 1px solid;
}
/* Base State */
/* <div> */
.CSSNodeRoot
{
    font-family: Arial, Sans-Serif, Helvetica;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    padding-left: 0px;
    padding-right: 0px;
    background-color: Transparent;
}
/* <span> */
.CSSNodeRoot span
{
    white-space: nowrap;
    background-color: transparent;
    margin-right: 6px;
}
/* <tr> */
.CSSNode
{
    cursor: pointer;
}
/* <td> */
.CSSNode td
{
    font-family: Arial, Sans-Serif, Helvetica;
    color: black;
    font-size: 1em;
    border-bottom: #330000 1px solid;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F1F1F1;
    white-space: nowrap;
}
/* Selected State */
/* <div> */
.CSSNodeSelectedRoot
{
    font-family: Arial, Sans-Serif, Helvetica;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    background-color: Transparent;
    font-weight: normal;
}
/* <span> */
.CSSNodeSelectedRoot span
{
    white-space: nowrap;
    background-color: transparent;
}
/* <tr> */
.CSSNodeSelectedSub
{
    cursor: pointer;
}
/* <td> */
.CSSNodeSelectedSub td
{
    white-space: nowrap;
    font-family: Arial, Sans-Serif, Helvetica;
    color: Black;
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: #330000 1px solid;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F1F1F1;
    font-weight: bold;
}
/* <???> */
.CSSNodeHover
{
}
/* Hover State */
/* <div> */
.CSSNodeHoverRoot
{
    font-family: Arial, Sans-Serif, Helvetica;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    padding-left: 1px;
    padding-left: 0px;
    background-color: Transparent;
    text-decoration: underline;
}
/* <span> */
.CSSNodeHoverRoot span
{
    white-space: nowrap;
    background-color: transparent;
}
/* <tr> */
.CSSNodeHoverSub
{
    cursor: pointer;
}
/* <td> */
.CSSNodeHoverSub td
{
    white-space: nowrap;
    font-family: Arial, Sans-Serif, Helvetica;
    color: black;
    font-size: 1em;
    border-bottom: #330000 1px solid;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #C1C1C1;
}
/* Breadcrumb State */
/* <div> */
.CSSBreadCrumbRoot
{
    font-family: Arial, Sans-Serif, Helvetica;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    padding-left: 0px;
    background-color: Transparent;
    font-weight: normal;
}
/* <span> */
.CSSBreadCrumbRoot span
{
    white-space: nowrap;
    background-color: transparent;
    margin-right: 8px;
}
/* <tr> */
.CSSBreadCrumbSub
{
    cursor: pointer;
}
/* <td> */
.CSSBreadCrumbSub td
{
    white-space: nowrap;
    font-family: Arial, Sans-Serif, Helvetica;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: #330000 1px solid;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F1F1F1;
}
/* <td> */
.CSSIcon
{
}
/* <img> */
.CSSNodeRoot img, .CSSNodeRoot td img, .CSSNodeSelectedRoot img, .CSSNodeSelectedRoot td img, .CSSNodeHoverRoot img, .CSSNodeHoverRoot td img
{
    margin-right: 5px;
}
.CSSSeparator
{
}
.CSSLeftSeparator
{
}
.CSSRightSeparator
{
}
.CSSLeftSeparatorSelection
{
}
.CSSRightSeparatorSelection
{
}
.CSSLeftSeparatorBreadCrumb
{
}
.CSSRightSeparatorBreadCrumb
{
}
/*    border: #ccff33 thin solid;   */
/*    background-color: #ccff66;    */
/*========================================================*/
/*  6. Module Menus                                       */
/*========================================================*/
/*========================================================*/
/*  7. Table                                              */
/*========================================================*/
.TableDatos
{
    color: #ffffff;
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    border-right: midnightblue thin solid;
    border-top: midnightblue thin solid;
    border-left: midnightblue thin solid;
    border-bottom: midnightblue thin solid;
    background-color: #ff8c00;
}
/*========================================================*/
/*  8. Modules                                            */
/*========================================================*/
.divPublicacion
{
    padding: 15,15,15,15;
    font-size: 10pt;
    font-family: Verdana;
    border-style: solid;
    border-color: Gray;
    border-width: thin;
}
.divTitlePublicacion
{
    width: 600px;
    font: 16pt verdana;
    color: blue;
    font-weight: normal;
}

/*========================================================*/
/*  9. Formulario de Contacto                             */
/*========================================================*/
.contact_div
{
    font-family: Tahoma;
    text-align: center;
    border-left-color: #8d7a50;
    border-bottom-color: #8d7a50;
    border-top-style: solid;
    border-top-color: #8d7a50;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #8d7a50;
    border-bottom-style: solid;
    margin-left: 100px;
    margin-right: 100px;
}
.contact_broun
{
    font-family: Tahoma;
    font-size: 22px;
    color: #8D7A50;
    font-weight: 900;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
}
.contact_dark
{
    font-family: Tahoma;
    font-size: 11px;
    color: #7B7055;
    font-weight: 900;
}
.contact_input
{
    width: 178px;
    height: 18px;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #898989;
    border-style: solid;
    margin-left: 2px;
    margin-right: 10px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
}
.contact_gold
{
    font-family: Tahoma;
    font-size: 11px;
    color: #9D8349;
    font-weight: 900;
}
.dark
{
    font-family: Tahoma;
    font-size: 10px;
    color: #837551;
}
.dark1
{
    font-family: Tahoma;
    font-size: 11px;
    color: #7B7055;
    font-weight: 900;
    text-align: center;
}
.gold
{
    font-family: Tahoma;
    font-size: 9px;
    color: #9D8349;
}
.ddl
{
    font-family: Tahoma;
    font-size: 10px;
    color: #737373;
}
/*** End of file ***/
/*    border: #99ff00 1px solid;*/
