body *
{
    font-family: Trebuchet MS;
}

html
{
    overflow-y: scroll;
    width: 100%;
}

html, body
{
    height: 100%;
}

#Form
{
    height: 100%;
}

body
{
    width: 100%;
    background: #F8F4F4;
    background-image: url(images/BDO_light_grey.gif);
    background-repeat: repeat-x repeat-y;
    margin-top: 0px;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-size: 100%;
    font-weight: normal;
    color: #333;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold;
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}
.ControlPanel
{
    padding: 10px;
}
a:link.LoginSkinItem, a:link.UserSkinItem
{
    color: #fff;
    text-decoration: none;
}
a:hover.LoginSkinItem, a:hover.UserSkinItem
{
    text-decoration: underline;
}

/* DotNetNuke Admin Menu */
#adminmenu
{
    position: relative;
    top: 50px;
    right: -145px;
    margin: 0;
    background-color: #fff;
}
#adminmenu li
{
    list-style: none;
}
/*** end DNN styles overrides ***/

a:link
{
    color: black;
    font-family: Trebuchet MS;
    text-decoration: none;
}

a:visited
{
    color: #62cae3 !important;
}

a:hover, a:active
{
    text-decoration: underline !important;
}

h3 span
{
    font-weight: normal;
}

h3, h4
{
    display: inline;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right;
}

h3
{
    font-size: 1.7em;
    padding-right: 34px;
    background-image: url('images/db1.gif');
}

h4
{
    font-size: 1.2em;
    padding-right: 28px;
    background-image: url('images/db2.gif');
}

.contentarea
{
    padding-top: 1.3em;
}

img.left
{
    position: relative;
    float: left;
    margin: 0em 1.8em 1.4em 0em;
}

img.right
{
    position: relative;
    float: right;
    margin: 0em 0em 1.8em 1.8em;
}

.divider2
{
    position: relative;
    height: 1px;
    border-bottom: solid 1px #eaeaea;
    margin: 2.0em 0em 2.0em 0em;
}

.Normal .details
{
    position: relative;
    top: -1.5em;
    font-size: 0.8em;
    color: #787878;
}

.Normal ul
{
    margin: 10px 0 10px 20px;
}

.Normal ul.controls
{
    clear: both;
    margin: 0;
}

.Normal ul.controls li
{
    display: inline;
    font-size: 0.8em;
}

.Normal ul.controls li a
{
    background-repeat: no-repeat;
    background-position: left;
    padding: 0em 1.0em 0em 20px;
}

.Normal ul.controls li a.printerfriendly
{
    background-image: url('images/icon-printerfriendly.gif');
}

.Normal ul.controls li a.comments
{
    background-image: url('images/icon-comments.gif');
}

.Normal ul.controls li a.more
{
    background-image: url('images/icon-more.gif');
}

.box
{
    position: relative;
    background: #FDFCF6 url('images/boxbg.gif') repeat-x;
    left: -1.5em;
    top: -1.5em;
    padding: 1.5em;
    border-bottom: solid 1px #E1D2BD;
    margin-bottom: 1.0em;
}

.Normal ul.linklist
{
    list-style: none;
    margin: 0;
}

.Normal ul.linklist li
{
    line-height: 2.0em;
    list-style: none;
}

#ControlPanel
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

#outer
{
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border: 0;
    width: 1024px;
    background: white url(/BDO/Portals/_default/Skins/BDOSkin/images/verticalBar/middleBar.png) repeat-y scroll 907px 0;
    _background: white url(/BDO/Portals/_default/Skins/BDOSkin/images/verticalBar/middleBar.png) repeat-y scroll 912px 0;
    min-height: 100%;
}

/* SEARCH --> START */

#divsearch
{
    margin-right:15px;
    display: inline-table;
    width:100%;
}

#divsearch input
{
    border: solid 1px #796961;
    height: 18px;
    width: 150px;
    font-size: 8pt;
    color: #796961;
    padding-left: 2px;
    float: left;
    margin-left: 5px;
}

body:nth-of-type(1) #divsearch input
{
    width: 151px;
}

#divsearch input, x:-moz-any-link, x:default
{
    width: 149px; *width:150px;
}

#divsearch a
{
    _margin-left: -3px;
}

#searchButton
{
    border-bottom: solid 1px #796961;
    border-left: solid 1px #796961;
    border-top: solid 2px #796961;
    border-right: solid 1px #796961;
    float: left;
    margin-right: -3px;
    *margin-right:0px;
    _margin-right:0px;
    margin-top:0px;
    *margin-top:-22px;
    _margin-top:-22px; 
}
/* SEARCH --> END */


* html .cssImgBtnLogin
{
    top: -52px;
    padding: 5px 8px 3px 8px;
}

*:first-child + html .cssImgBtnLogin
{
    top: -52px;
}

#dnnLoginUserControls
{
    position: relative;
    top: -45px;
    left: 686px;
    width: 274px;
    text-align: center;
    color: White;
}

* html #dnnLoginUserControls
{
    top: -46px;
}

*:first-child + html #dnnLoginUserControls
{
    top: -46px;
}

.cssLinksWhite:link, .cssLinksWhite:visited
{
    font-size: 65.2%;
    color: white;
    text-decoration: none;
}

.cssLinksWhite:hover, .cssLinksWhite:active
{
    font-size: 65.2%;
    text-decoration: underline;
}

.cssLinksGrey:link, .cssLinksGrey:visited
{
    font-size: 75%;
    color: #434343;
    text-decoration: none;
    line-height: 17px;
}

.cssLinksGrey:hover, .cssLinksGrey:active
{
    font-size: 75%;
    text-decoration: underline;
    line-height: 17px;
}

.cssLinkRSS:link, .cssLinkRSS:visited
{
    font-family: Trebuchet MS;
    margin-left: 20px;
    font-size: 1.34em;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: #ed1a3b;
    background-image: url('images/SplitterSmall.png');
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
}

.cssLinkRSS:hover, .cssLinkRSS:active
{
    font-family: Trebuchet MS;
    font-weight: bold;
    margin-left: 20px;
    font-size: 1.34em;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: #ed1a3b;
    background-image: url('images/SplitterSmall.png');
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
}

.cssLinkContent:link, .cssLinkContent:visited
{
    font-size: 75%;
    color: White;
    text-decoration: none;
}

.cssLinkContent:hover, .cssLinkContent:active
{
    font-size: 75%;
    color: White;
    text-decoration: underline;
}

.cssLinkPodcast:link, .cssLinkPodcast:visited
{
    font-size: 0.75em;
    color: White;
    text-decoration: none;
}

.cssLinkPodcast:hover, .cssLinkPodcast:active
{
    font-size: 0.75em;
    color: #c33140;
    text-decoration: underline;
}

/* HEAD --> START */
#head
{
    height: 122px;
    background-color: White;
}

#logoHeader
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
}
#sitename
{
    margin-top: 23px;
    display: inline;
    float: left;
    margin-left: 57px;
}
#sitename h1
{
    padding-bottom: 0px;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #ed1a3b;
    font-weight: bold;
    padding-top: 0px;
    font-size: 1.5em;
    font-family: Trebuchet MS;
    font-weight: bold;
}
#divlogo
{
    float: left;
    z-index: 10;
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
    display: table;
}

#Div2
{
    float: right;
    z-index: 10;
    position: relative;
    border-collapse: collapse;
    padding-right: 10px;
}

#menuBar
{
    position: relative;
    top: 1px;
    width: 100%;
    height: 22px;
}

#menu
{
    padding-left: 10px;
    position: relative;
    float: left;
    background: white;
}

#dnn_ddlMenu
{
    height: 24px;
}

#tableright
{
    margin-left: 25px;
    position: relative;
    z-index: 10;
    border-collapse: collapse;
    font-size: 0.6em;
}

#dnn_tableArriba
{
    border-collapse: collapse;
    float: right;
    margin-right: 46px;
    _margin-right: 20px; /*border-collapse:collapse;     float:right;     margin-right:15%;     *margin-right:46px;*/
}

#tableright a
{
    color: #786860;
    text-decoration: none;
}
#tableright a:hover
{
    color: #c33140;
    text-decoration: none;
}
td
{
    vertical-align: top;
}
* html #ddlMenu
{
    top: -29px;
}

.DDLSiteMenu
{
    margin-top: 2px;
    margin-right: 5px;
    float: right;
    font-size: 0.75em;
    background-color: white;
    border: solid 1px #a3a3a3;
    width: 210px;
    color: #434343;
}

* html .DDLSiteMenu
{
    top: 1px;
}

*:first-child + html .DDLSiteMenu
{
    top: 0px;
}

.main_dnnmenu_bar
{
    color: White;
    cursor: pointer;
    font-size: 0.8em;
    height: 22px;
}

.main_dnnmenu_rootitem
{
    z-index: 100;
    text-align: center;
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    background-color: #b9aca5;
    width: 97px;
    float: left;
    height: 21px;
}

.main_dnnmenu_rootitem_hover
{
    z-index: 100;
    text-align: center;
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    background-color: #ed1a3b;
    width: 97px;
    float: left;
    height: 21px;
}

.main_dnnmenu_rootitem_selected
{
    z-index: 100;
    text-align: center;
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    background-color: #ed1a3b;
    float: left;
    width: 98px;
    height: 21px;
}

.main_dnnmenu_submenu
{
    z-index: 1000;
    background-color: #BAADA5;
    border: solid 1px black;
}

*:first-child + html .main_dnnmenu_submenu
{
    margin-left: 0px;
}

.main_dnnmenu_submenu table
{
    top: 0px;
    left: 0px;
}

.main_dnnmenu_submenu td
{
    position: relative;
    z-index: 1000;
    text-align: left;
    line-height: 2em;
    padding: 0px 5px;
    margin: 0px;
    color: #ffffff;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td
{
    background: #D6C8BF;
    color: #ffffff;
}
.main_dnnmenu_itemselected td
{
    background: #EC2A45;
    color: #ffffff;
}

.main_dnnmenu_break
{
    height: 2px;
    background-color: #D5E0FF;
}

#content
{
    position: relative;
    z-index: -1;
    top: 1px;
    left: 0px;
    width: 958px;
    height: 491px;
}

* html #content
{
    top: -28px;
    height: 500px;
}

*:first-child + html #content
{
    left: 2px;
}
/* HEAD --> END */


#dnn_ContentPane
{
    margin-left: 10px; *margin-left:12px;
_margin-left:10px;
float:left;
width:79.8%;
*width:817px;
_width:79%;
z-index:0;
margin-top:-210px;
padding-bottom:0px;
margin-bottom: 50px;
}

* html #dnn_ContentPane
{
    overflow: hidden;
}

#dnn_ContentRight
{ *margin-left:-5px;
_margin-left:-5px;
float:right;
width:196px;
_margin-right:-20px;
background-color:White;
_background: transparent url('/BDO/images/bgNoLocatorIE6.gif') repeat-y;
z-index:0;
margin-top:-212px;
}


#dnn_ContentFooter
{
    clear: both;
    position: relative;
}

* html #dnn_ContentFooter
{
    top: -580px;
}

#dnn_BottomBar
{
    float: right;
    margin-right: 97px;
    _margin-right: 95px;
    margin-top: 10px; /* Space between module and arrow */
    margin-bottom: -10px;
}

#footer
{
    position: relative;
    color: Gray;
    font-size: 1.1em;
    text-decoration: none;
    top: auto;
    bottom: 0px;
    width: 70%;
    height: 100px;
    _width: auto;
    _height: auto;
    background-color: white;
}

* html #footer
{
    overflow: hidden;
}

#footerLeft
{
    padding-top: 10px;
    margin-left: 10px;
    float: left;
    _width: 70%;
}

#footerLeft p
{
    font-size: 50.2%;
    color: Gray;
    float: left;
}

.tituloHome
{
    font-family: Trebuchet MS;
    font-weight: bold;
    margin-left: 20px;
    font-size: 1.05em;
    font-style: normal;
    margin: 0px;
    color: #ed1a3b;
}

.linksTitle
{
    font-family: Trebuchet MS;
    font-weight: bold;
    margin-left: 20px;
    font-size: 1.05em;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: #ed1a3b;
}
.linksTitleGris
{
    font-family: Trebuchet MS;
    font-weight: bold;
    margin-left: 20px;
    font-size: 1.05em;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: #ed1a3b;
    border-bottom: solid 1px #ed1a3b;
    margin-right: 5px;
}


#divActualidad
{
    padding-top: 30px;
    padding-left: 6px;
    _padding-left: -10px;
}

#RowContent1
{
    position: relative;
    height: 100px;
    margin-top: 10px;
}

* html #RowContent1
{
    overflow: hidden;
    height: 110px;
}

/* Intro HOME */
.left
{
    float: left;
}

.right
{
    float: right;
}

.w20
{
    width: 27%;
}

.w80
{
    width: 100%;
}

.w50
{
    width: 50%;
}

.w100
{
    width: 100%;
}

.h100
{
    height: 100%;
}

.caja
{
    background-color: Transparent;
    float: right;
    height: 100%;
    width: 74%;
}

.cajaBDOFilm
{
    background-color: #62cae3;
    padding: 5px 5px 0px 5px;
    color: White;
    margin-left: 5px;
    margin-right: 15px;
    _margin-right: 15px;
    margin-top: 5px;
}

.cajaBDOFilm span
{
    font-family: Trebuchet MS;
    font-weight: bold;
    margin-left: 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: White;
    border-bottom: solid 1px White;
    padding-right: 20px;
    display: block;
}

.cajaBDOFilm p
{
    margin: 0px;
    padding: 3px 0px 3px 0px;
}

.cajaBDOFilm p a img
{
    width: 100%;
}

.tituloCaja
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.5em;
    color: #ed1a3b;
    width: 288px;
    _width: 273px;
    float: left;
    margin-left: 15px;
    _margin-left: 10px;
    margin-top: 40px;
}
#homebordes
{
    border-width: 1px;
    border-color: #9d8d85;
    border-style: solid;
    width: 812px; *width:807px;
height:209px;
margin-left:2px;
*margin-left:0px;

}

#imghome
{
    float: right;
}
.textoCaja
{
    color: White;
    font-size: 0.95em;
}

.imgCaja
{
    width: 522px;
    height: 206px;
}
/* claim .*/

.textohtml
{
    font-family: Trebuchet MS;
    font-size: 0.75em;
    margin-left: 0px;
    margin-right: 0px;
    color: #786860; *display:block;
}

#Content1
{
    position: relative;
    left: 0px;
    width: 323px;
    height: 100px;
    background-image: url('images/flechasParrafo.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
}

#Content2
{
    position: relative;
    top: -100px;
    left: 343px;
    width: 323px;
    height: 100px;
    background-image: url('images/flechasParrafo.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
}

* html #Content2
{
    top: -155px;
}

#RowContent2
{
    position: relative;
    margin-top: 20px;
    height: 100px;
}

* html #RowContent2
{
    overflow: hidden;
    height: 110px;
}

#Content3
{
    position: relative;
    top: 20px;
    left: 0px;
    width: 323px;
    height: 100px;
    background-image: url('images/flechasParrafo.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
}

#Content4
{
    position: relative;
    top: -80px;
    left: 343px;
    width: 323px;
    height: 100px;
    background-image: url('images/flechasParrafo.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
}

* html #Content4
{
    top: -155px;
}

.ContentTitle
{
    font-size: 0.75em;
    font-weight: bold;
    width: 220px;
    text-decoration: underline;
    color: Black;
    display: block;
    font-family: Trebuchet MS;
    font-weight: bold;
}
.ContentTitle a
{
    font-size: 0.75em;
    text-decoration: underline;
    color: Black;
}

.ContentBody
{
    font-size: 0.75em;
    width: 220px;
    height: 75px;
    font-family: Trebuchet MS;
}

.ContentImageLink
{
    position: relative;
    top: -80px;
    left: 235px;
    width: 84px;
    height: 84px;
}

.cssContentRightGranate
{
    position: relative;
    top: 0px;
    left: 5px;
    padding-left: 5px;
    background-color: #99002e;
    color: White;
    margin-right: 20px;
    margin-top: 10px;
}
.cssContentRightVerde
{
    position: relative;
    top: 0px;
    left: 5px;
    padding-left: 5px;
    background-color: #2eafa4;
    color: White;
    margin-right: 20px;
    margin-top: 10px;
}
.headlinks
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.2em;
    color: White;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: White;
}

.headlinks2
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.2em;
    color: #ed1a3b;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: White;
}

* html .cssContentRight
{
    top: -125px;
}

.linksContentRightTop
{
    position: relative;
    left: 0px;
    width: 210px;
    padding-bottom: 10px;
    margin-top: 7px;
}

a:link.ContentRightTitle, a:visited.ContentRightTitle
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
    text-decoration: none;
    background-image: url('images/whiteArrowRedBg.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.ContentRightBodyTop
{
    font-size: 0.75em;
    width: 175px;
}

.ContentRightImageLink
{
    position: relative;
    top: -30px;
    left: 185px;
}

.ccsContentRightSeparator
{
    background-image: url('images/dotSeparation8Rotate.png');
    background-repeat: repeat-x;
    margin-top: 10px;
    margin-left: -2px;
    width: 260px;
}

.linksContentRightBottom
{
    position: relative;
    top: 20px;
    left: 0px;
    width: 250px;
    height: 65px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ContentRightBodyBottom
{
    font-size: 0.75em;
    width: 230px;
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
}

* html #footerLeft
{
    overflow: hidden;
}

.cssLinksFooter
{
    font-size: 50.2%;
    color: gray;
    text-decoration: none;
}

#footerLeft
{
    margin-left: 10px;
    float: left;
}

#footerLeft p
{
    font-size: 50.2%;
    color: Gray;
    float: left;
}

.Language
{
    text-transform: uppercase;
}

/* LINKS DERECHA PORTADA --> START */

#linksHeader
{
    top: 0px;
    left: 0px;
    width: 276px;
}

#linksHeader1
{
    _margin-top: 10px; *margin-top:10px;
margin-left:5px;
*margin-left:3px;
top:5px;
left:5px;
width:120px;
height:190px;
padding-left:5px;
background-color:#f0e8e5;
float:left;
}

#linksHeader1 a.linkleermas
{
    bottom: 0px;
    right: 0px;
}

#linksHeader2
{
    margin-top: 10px;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: 15px;
    height: 100%;
    top: 5px;
    background-color: #f0e8e5;
}

#linksHeader2 a.linkleermas
{
    bottom: 0px;
    right: 0px;
}
.linkleermas
{
    font-family: Trebuchet MS !important;
    font-weight: bold !important;
    text-align: right;
    color: #EC2A45 !important;
    font-size: 0.7em;
    text-transform: lowercase;
    text-align: right;
    margin-right: 5px;
}

.portadalinks
{
    margin-top: 5px;
    font-family: Trebuchet MS;
    font-size: 0.7em;
}

.portadalinks a
{
    padding-bottom: 3px;
    outline-style: none;
    outline-color: invert;
    padding-left: 10px;
    outline-width: medium;
    padding-right: 4px;
    background: url('images/redArrow.png') no-repeat 0px 4px;
    color: black;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.portadalinks a:hover
{
    padding-bottom: 3px;
    outline-style: none;
    outline-color: invert;
    padding-left: 10px;
    outline-width: medium;
    padding-right: 4px;
    background: url('images/redArrow.png') no-repeat 0px 4px;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: underline;
    display: block;
}
/* LINKS DERECHA PORTADA --> END */

#dnn_ctr1442_ModuleContent
{
    margin-top: 180px;
}

.divRequerido
{
    color: #ff0000;
    font-size: 9pt;
    font-weight: bold;
}

/* Caja Granate Mas Links Blancos ->START */

#homegranate
{
    padding: 5px 0px 0px 0px;
    margin: 5px 15px 5px 5px;
    background-color: #98002e;
}

#titlegranate
{
    font-family: Trebuchet MS;
    font-size: 15pt;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: White;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
}

#linksgranate
{
    _border-bottom: solid 1px white;
    _background-color: white;
}

.linksblancos, .linksblancos:visited
{
    font-family: Trebuchet MS;
    font-size: 0.75em;
    color: White !important;
    background: url("images/whiteArrowHome.gif") no-repeat scroll 5px center transparent;
    display: block;
    padding: 2px 0 2px 17px;
    margin-left: 0px;
    font-weight: bold;
    text-decoration: none;
}

.linksblancos:hover
{
    text-decoration: underline;
}

/* Caja Granate Mas Links Blancos ->END */

/* Event inscriptions links */
p.inscription_link
{
    height: 30px;
    width: 526px;
    background: url("images/icono_libreta_eventos.gif") no-repeat left;
    padding: 10px 0px 0px 35px;
}
p.inscription_link a
{
    height: 18px;
    min-width: 145px;
    padding: 0px 15px 0px 15px;
    background-color: #ed1a3b;
    color: White;
    font-size: 0.75em;
}
p.inscription_link a:hover
{
    background-color: #98002e;
    text-decoration: none !important;
}
/*  Event inscriptions links ->END */

/* LINKS */

.LinkStyle
{
    font-size: 0.75em !important;
}

.LinkStyle:link
{
    color: black !important;
}

.LinkStyle:visited
{
    color: #62cae3 !important;
}

.LinkStyle:hover
{
    text-decoration: underline;
}

.LinkFontStyle
{
    color: black !important;
}

.LinkFontStyle:visited
{
    color: #62cae3 !important;
}

.LinkFontStyle:hover
{
    text-decoration: underline;
}

.LinkBodyStyle
{
    font-size: 0.75em !important;
    text-decoration: underline !important;
    color: black !important;
}
.LinkBodyStyle:visited
{
    color: #62cae3 !important;
}

.LinkBodyFontStyle
{
    text-decoration: underline !important;
    color: black !important;
}
.LinkBodyFontStyle:visited
{
    color: #62cae3 !important;
}

.cssWhiteLink
{
    display: block;
    color: White !important;
    font-size: 0.75em !important;
}

.cssWhiteLink:hover
{
    text-decoration: underline !important;
}

.cssWhiteLink:visited
{
    color: #62cae3 !important;
}

.LinkVolver
{
    font-size: 0.75em !important;
    text-decoration: underline !important;
    color: black !important;
    float: right;
}
.LinkVolver:visited
{
    color: #62cae3 !important;
}

/* LINKS */

/* Search */

.iframesearch
{
    border: 0px none #FFFFFF;
}

/* Search */

.tituloSecciones
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.34em !important;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px;
    color: #ed1a3b;
    margin-bottom: 0.8em;
}

#divRecuadro
{
    z-index: 1;
    border: 1px solid #b9aca5;
    width: 811px; *width:812px;
_width:813px;
height:210px;
_height:209px;
top:0px;
margin-left:14px;
}

#dnn_ctr3723_BDO_Multimedia_RandomImage
{
    margin-top: -1px;
    _margin-top: -1px;
    margin-left: 0px; *margin-left:-1px;
_margin-left:-1px;
margin-right:1px;
*margin-right:1px;
_margin-right:-1px;
}

#dnn_ctr3723_BDO_Multimedia_RandomImage, x:-moz-any-link, x:default
{ /* margin-right: 0px;     *margin-right: 2px;*/
}

.ButtonBodyStyle
{
    background: #786860;
    color: White;
    border: solid 1px #786860; *border:none;
font-family:TrebuchetMS;
font-size:9pt!important;
margin-right:5px;
margin-top:2px;
}

.divHomeAAT
{
    margin-left: 3px;
    _margin-left: -1px;
}

.HighLightHome
{
    background-color: #99002e !important;
    color: White !important;
}

.HighLightHome .headLinks
{
    color: White !important;
    border-bottom: solid 1px White !important;
}

.HighLightHome .NewsDate
{
    color: White !important;
}

.HighLightHome .LinkStyle
{
    font-family: Trebuchet MS;
    font-size: 0.75em;
    color: White !important;
    font-weight: bold;
    text-decoration: none;
}

.HighLightHome .LinkStyle:home
{
    text-decoration: underline;
}

.HighLightHome .LinkStyle:visited
{
    color: White !important;
    font-weight: bold;
}

.hrDiv
{
    border-top: solid 1px white !important;
    background-color: Transparent !important;
    height: 1px !important;
}

.newListSelected
{
    margin-left: 6px !important;
    width: 168px !important;
    _width: 164px !important;
    _margin-left: 3px !important;
}
