/*========================================================*/
/*  Cascading Style Sheet for Tranquility SkinTravel Skin */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Standard                                           */
/*  2. Skin                                               */
/*  3. DNN Standard Module                                */
/*  4. House Menu 2                                       */
/*========================================================*/

/*========================================================*/
/*  1. Standard                                           */
/*========================================================*/
html, body
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet, Arial, Verdana;
    font-size: 12px;
    text-align: left;
}
#maincontent
{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(images/bg_top.jpg) repeat-x left top;
}
#container
{
    width: 960px;
    margin: 0 auto;
    background: url(images/shadow.jpg);
    text-align: left;
}
form
{
}
fieldset
{
}
input[type=text]
{
}
input:hover, textarea:hover
{
    background: #e0ffff;
}
input:focus, textarea:focus
{
    background: #DFE3EC;
}
H1, H2, H3, H4, H5, H6
{
    font-family: Tahoma, Arial, Helvetica;
    color: #D10300;
    margin: 0;
    padding: 0;
}
H1
{
    font-size: 24px;
}
H2
{
    font-size: 20px;
}
H3
{
    font-size: 18px;
}
H4
{
    font-size: 16px;
}
H5, DT
{
    font-size: 14px;
}
H6
{
    font-size: 12px;
}
TFOOT, THEAD
{
}
TH
{
}
A:link
{
    color: #062965;
    text-decoration: none;
    cursor: pointer;
}
A:visited
{
}
A:hover
{
    color: #ffd700;
    text-decoration: underline;
}
A:active
{
}
SMALL
{
}
BIG
{
}
BLOCKQUOTE, PRE
{
}
UL LI
{
}
UL LI LI
{
}
UL LI LI LI
{
}
OL LI
{
}
OL OL LI
{
}
OL OL OL LI
{
}
OL UL LI
{
}
HR
{
}
p
{
    color: #4C4B4B;
    font-size: 1.1em;
    line-height: 1.4em;
}
/*========================================================*/
/*  2. Skin                                               */
/*========================================================*/
.searchbutton
{
    width: 55px;
    height: 19px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    line-height: 17px;
    background: url(images/boton.png) left top;
    text-align: center;
    font-weight: bold;
}
.searchbutton a:link, .searchbutton a:visited
{
    color: #FFFFFF;
}
.searchbutton a:hover, .searchbutton a:active
{
    color: #ffd700;
}
/*========================================================*/
/*  3. DNN Standard Module                                */
/*========================================================*/
/*  Header  */
#header
{
    width: 920px;
    margin: 0 auto;
    height: 67px;
}
#header a
{
    color: #FFFFFF;
}
#header a:hover
{
    color: #ffd700;
    text-decoration: underline;
}
#headerleft
{
    float: left;
    padding: 4px 0 0 20px;
    height: 67px;
    width: 210px;
}
#headercenter
{
    float: left;
    height: 67px;
    width: 435px;
}
#headerright
{
    float: right;
    height: 67px;
    width: 240px;
    text-align: right;
}
#headerright a
{
}
#TopMenu
{
    float: right;
    width: 205px;
    height: 31px;
    font-weight: bold;
    background: url(images/bg_topmenu.jpg) no-repeat;
}
#userlogin
{
    clear: right;
    float: right;
    width: 150px;
}
/*  Main Content  */
#topcol
{
    clear:both;
    padding: 2px 8px 2px 8px;
}
#banner
{
    margin: 0 auto;
    width: 900px;
    height: 122px;
    border: #ffffff 1px solid;
    background-color: #ffffff;
}
.shadow_top
{
    height: 10px;
    background: url(images/shadow_top1.jpg) repeat-x left top;
}
.shadow_top2
{
    height: 10px;
    background: url(images/shadow_top2.jpg) repeat-x left top;
}
.shadow_bottom
{
    height: 10px;
    background: url(images/shadow_bottom1.jpg) repeat-x left top;
}
#bread_style
{
    float: left;
    margin: 10px 0 15px 25px;
    width: 100%;
}
/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #696969;
    font-size: 13px;
    text-decoration: underline;
}
a.Breadcrumb:hover
{
    color: #C00;
}
.maincontainer
{
    padding: 0 20px 0 20px;
}
#content
{
    float: left;
    width: 666px; /*    border-right: #dcdcdc 2px solid;*/
    min-height: 300px;
    text-align: left;
}
#wrapper
{
    float: right;
}
#navigation
{
    float: right;
    width: 252px;
    min-height: 300px;
}
#lastshadow
{
	clear: both;
	margin: 0 auto;
	width: 960px;
	background: url(images/shadow_bottom.jpg);
	height: 0px;
}
/*  Footer  */
#footer
{
	position: relative;
	clear: both;
	width: 100%;
	height: 90px;
	background: url(images/bg_bottom.jpg) repeat-x left top;
	text-align: center;
	z-index: 100;
	margin: 0;
}
#footer p
{
    padding-top: 10px;
    font-size: 0.9em;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
}
#footer a
{
    color: #ffffff;
    text-decoration: underline;
}
.menuabajo
{
    color: #FFFFFF;
    margin: 0 auto;
    width: 920px;
}
.menuabajo1
{
    margin: 0 auto;
    width: 608px;
}
.login
{
    float: left;
    text-align: left;
    margin: 10px 0px 0px 8px;
    width: 100px;
}
.bottomtext
{
    clear: both;
}
#AdminMenu
{
    background-color: #fffff0;
    border: #daa520 1px solid;
    height: 15px;
}
.clear
{
    clear: both;
}
/* Module Action Menus */
.ModuleTitle_SubMenu
{
    border: 1px solid #C0D6E5;
}
.ModuleTitle_SubMenu td
{
    background-color: #F8FAFF;
    white-space: nowrap;
}
.ModuleTitle_MenuIcon
{
    background-color: #F8FAFF;
    border: none;
    padding: 0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
    background: #CE0D0D url(images/menu_hover.gif) repeat-x top left;
    color: #fff;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
    height: 2px;
    background-color: #D5E0FF;
}
.ModuleTitle_MenuBar
{
}
.ModuleTitle_MenuItem
{
}
.ModuleTitle_MenuIcon
{
}
.ModuleTitle_SubMenu
{
}
.ModuleTitle_MenuBreak
{
}
.ModuleTitle_MenuItemSel
{
}
.ModuleTitle_MenuArrow
{
}
.ModuleTitle_RootMenuArrow
{
}
/*========================================================*/
/*  4. House Menu 2                                       */
/*========================================================*/

/* root-level menu list (UL) */
ul.AvastoneCssMenu
{
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    display: block;
    white-space: nowrap;
    list-style: none;
    z-index: inherit;
}
/* submenu lists (ULs) */
ul.AvastoneCssMenu ul
{
    position: absolute;
    z-index: inherit;
    margin: 0;
    border: 0;
    padding: 0;
    display: block;
    _display: none;
    white-space: nowrap;
    list-style: none;
    visibility: hidden;
}
/* menu items */
ul.AvastoneCssMenu li
{
    position: relative;
    list-style: none;
    float: left; /* display: inline;  */
    width: auto;
    _width: 1%;
    _height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
}
ul.AvastoneCssMenu li li
{
    width: 100%;
    white-space: normal;
}
/* menu item links */
ul.AvastoneCssMenu a, ul.AvastoneCssMenu span
{
    display: block;
    text-decoration: none;
    margin: 0;
    border: 0;
    padding: 0;
}
/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul, ul.AvastoneCssMenu li:hover ul ul ul, ul.AvastoneCssMenu li:hover ul ul ul ul, ul.AvastoneCssMenu li.iehover ul ul, ul.AvastoneCssMenu li.iehover ul ul ul, ul.AvastoneCssMenu li.iehover ul ul ul ul
{
    left: -9999px;
    visibility: hidden;
    _display: none;
}
/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul, ul.AvastoneCssMenu li li:hover ul, ul.AvastoneCssMenu li li li:hover ul, ul.AvastoneCssMenu li li li li:hover ul, ul.AvastoneCssMenu li.iehover ul, ul.AvastoneCssMenu li li.iehover ul, ul.AvastoneCssMenu li li li.iehover ul, ul.AvastoneCssMenu li li li li.iehover ul
{
    left: auto;
    visibility: visible;
    _display: block;
}
.ArrowPointer
{
    cursor: default;
}

/****************************************************************
 Presentation CSS for customizing the look of the [MainMenu]
*****************************************************************/
/* root-level menu */
ul#MainMenu
{
    top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#MainMenu ul
{
}
/* menu items */
/* Typically set menu item borders here. */
ul#MainMenu li
{
}
/* nested menu items */
ul#MainMenu li li
{
}
/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a, ul#MainMenu span
{
    padding: 30px 10px 10px 10px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.3em;
}
/* nested menu item links */
ul#MainMenu ul a, ul#MainMenu ul span
{
}
/* hovered menu item links */
ul#MainMenu li a:hover
{
    background: url(images/hover_menu.jpg) repeat-x;
    color: #ffd700;
    padding: 30px 10px 10px 10px;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: none;
}
/* hovered nested menu item links */
ul#MainMenu li li a:hover
{
    color: #ffd700;
}
/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul, ul#MainMenu li.iehover ul
{
    width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
}
/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul, ul#MainMenu li li li:hover ul, ul#MainMenu li li li li:hover ul, ul#MainMenu li li.iehover ul, ul#MainMenu li li li.iehover ul, ul#MainMenu li li li li.iehover ul
{
    left: 200px;
    top: 0;
}
ul#MainMenu a.MenuRootBranch
{
}
ul#MainMenu a.MenuItemBranch
{
}
ul#MainMenu li a.MenuItemCurrent
{
    color: #ffffff;
    font-weight: bold;
}
ul#MainMenu a.MenuItemBreadcrumb
{
}
ul#MainMenu li.rootSeparator
{
    color: #FFFFFF;
    padding: 32px 0 0 0;
}
ul#MainMenu li.subSeparator
{
}
ul#MainMenu li.leftCap
{
}
ul#MainMenu li.rightCap
{
}
/*************************************************************
 Presentation CSS for customizing the look of the {TopMenu}
**************************************************************/
ul#TopMenu li
{
    left: 15px;
    padding: 5px 0 0 10px;
}
ul#TopMenu a, ul#TopMenu span
{
    color: #000000;
    font-size: 1em;
}
ul#TopMenu li a:hover
{
    color: #ffd700;
    text-decoration: underline;
}
/****************************************************************
 Presentation CSS for customizing the look of the [BottomMenu]
*****************************************************************/
ul#BottomMenu.AvastoneCssMenu
{
    float: left;
}
ul#BottomMenu
{
}
ul#BottomMenu ul
{
}
ul#BottomMenu li
{
    padding: 10px 0 0 10px;
}
ul#BottomMenu li li
{
}
ul#BottomMenu a, ul#BottomMenu span
{
    color: #f5f5f5;
    font-size: 1.em;
    font-weight: bold;
    text-decoration: underline;
}
ul#BottomMenu ul a, ul#BottomMenu ul span
{
}
ul#BottomMenu li a:hover
{
    color: #ffd700;
    text-decoration: underline;
}
ul#BottomMenu li li a:hover
{
}
ul#BottomMenu li:hover ul, ul#BottomMenu li.iehover ul
{
}
ul#BottomMenu li li:hover ul, ul#BottomMenu li li li:hover ul, ul#BottomMenu li li li li:hover ul, ul#BottomMenu li li.iehover ul, ul#BottomMenu li li li.iehover ul, ul#BottomMenu li li li li.iehover ul
{
}
ul#BottomMenu a.MenuRootBranch
{
}
ul#BottomMenu a.MenuItemBranch
{
}
ul#BottomMenu li a.MenuItemCurrent
{
}
ul#BottomMenu a.MenuItemBreadcrumb
{
}
ul#BottomMenu li.rootSeparator
{
    font: normal 1.3em;
    color: #FFFFFF;
    font-weight: bold;
}
ul#BottomMenu li.subSeparator
{
}
ul#BottomMenu li.leftCap
{
}
ul#BottomMenu li.rightCap
{
}
/****************************************************************
 Presentation CSS for customizing the look of the [AdminMenu]
*****************************************************************/
ul#AdminMenu
{
    text-align: left;
    padding: 10px 0 10px 0;
    line-height: 0.8em;
}
ul#AdminMenu ul
{
    background-color: #242424;
    padding: 10px 0 10px 0;
}
ul#AdminMenu a, ul#AdminMenu span
{
    padding: 0 15px 10px 15px;
}
ul#AdminMenu ul a, ul#AdminMenu ul span
{
    color: #ffffff;
}
ul#AdminMenu li a:hover
{
    color: #daa520;
}
ul#AdminMenu li li a:hover
{
    color: #daa520;
}
ul#AdminMenu li:hover ul, ul#AdminMenu li.iehover ul
{
    width: 250px; /* width of submenu, must be set so third-level list can get shifted over properly */
}
ul#AdminMenu li li:hover ul, ul#AdminMenu li li li:hover ul, ul#AdminMenu li li li li:hover ul, ul#AdminMenu li li.iehover ul, ul#AdminMenu li li li.iehover ul, ul#AdminMenu li li li li.iehover ul
{
    left: 200px;
    top: 0;
}
ul#AdminMenu li a.MenuItemCurrent
{
    color: #daa520;
    font-weight: bold;
}
/* Start of Column CSS */
#caja_izq
{
    width: 919px;
    margin: -10px 0 0 0;
    padding: 0;
    overflow: auto;
}
#caja_der
{
	border-left: #dcdcdc 2px solid;
}
.columna_izquierda
{
	width: 660px;
	float: left;
	position: relative;
	margin: 21px 0 25px 5px;
	padding: 0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #DFE6EA;
}
.columna_derecha
{
	width: 250px;
	float: right;
}
/* --> */

/*** End of file ***/
/*    
border: #66ff33 1px solid;
margin: -1px;
*/

