/* Start of CMSMS style sheet 'ocean : Ocean' */
/* Start of CMSMS style sheet 'ocean : Ocean' */
/* --------------------------------------------------
    Global
   -------------------------------------------------- */

     body
    {
        text-align: left;
        min-width: 960px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #3a4c41;
        font-size: 62.5%;
        margin: 0 auto;
        border: 0;
        padding: 0;
            }

/* --------------------------------------------------
    cufon - do not delete!
   -------------------------------------------------- */

    .cufon
    {
    /* nothing needed here, move along... */
    }

/* --------------------------------------------------
    Utils
   -------------------------------------------------- */
   
    dfn 
    {
	display: none;
	overflow: hidden;
    }
    .accessibility, hr 
    {
	position: absolute;
	top: -999em;
	left: -999em;
    }
    .clear
    {
	clear: both;
    }   
	.clear:after
	{
	    content: ".";
	    height: 0px;
	    visibility: hidden;
	    display: block;
	    clear: both;
	}
    
/* --------------------------------------------------
    Typography
   -------------------------------------------------- */

    p
    {	
	font-size: 1.3em;
	line-height: 1.5em;
    }
    h1
    {
	font-size: 1.8em;
	color: #1b3543;
    }
    h2
    {
	font-size: 1.6em;
	color: #1a1e1f;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #1a1e1f;
    }
    h3
    {
	color: #4a7430;
	font-size: 1.4em;
    }
    h4
    {
	font-size: 1.2em;
	color: #3a4c41;
    }
    h5
    {
	color: #b3b1830;
    }
    a
    {
	color: #4a7430;
    }
    a:hover
    {
    
    }
    
    }
    /* Custom */
    #contentHeading h1
    {
	margin: 0;
	padding: 0;
	color: #006e8d;
    }
    /* Homepage headings */
    .boxFeaturedContentMain h2
    {
        margin-top: 0;
    }
    .boxSubContentLeft h3, .boxSubContentRight h3
    {
        margin-top: 0;
    }
    #footerContent
    {
	color: #1a1e1f;
	text-decoration: none;
    }
    li
    {
	font-size: 12px;
    }
   .rounded{
-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 2px 2px #888;
-webkit-box-shadow: 1px 2px 2px #888;
box-shadow: 1px 2px 2px #888;
} 
	
/* --------------------------------------------------
    Layout
   -------------------------------------------------- */
   
  #masthead
    {
	margin: 0 auto;
        padding: 0;
	width: 96em;
	height: 99px;
        color: #fff;
    }
        /* I know this is horrible, but Safari/Chrome are 1px out */
        @media screen and (-webkit-min-device-pixel-ratio:0)
        {
            #masthead
            {
                height: 153px;
            }
        }
        #masthead x:-moz-any-link, x:default
        {
                height: 100px;
        }
	#mastheadLeft
	{
           margin-right:auto; margin-left:auto; text-align:center;display: block;
	    margin-top: 20px;
	    margin-bottom: 0px;
	    padding-top: 10px;
	    margin-top: 20px;
	    margin-bottom: 0px;
	    padding-top: 10px;
                    z-index: 2;
	}
            #mastheadLeft img
            {
                border: 0;
            }
	#mastheadRight
	{
          float: right;
	    margin-top: 30px;
	    margin-bottom: 0px;
                    position: relative;
                    z-index: 2;
	}
     #navMain
    {
 margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 1px;
	width: 960px;
                position: relative;
                z-index: 2;
    }
    #navSub
    {
        margin: 0 auto;
        width: 960px;
        height: 15px;
    }
    #contentHeading
    {
  float: left;
	text-align: left;
	width: 600px;
	margin: 0 auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 0;
    }
    #contentWrapper
    {
	text-align: left;
	width: 965px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #CCC;
        background-color: #fff;}

    #contentMain
    {
	width: 965px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
        border: 1px solid #CCC;
        background-color: #fff;
    }
    /* HACK: IE6 doubles the right margin. */
    * html #contentMain 
    {
	margin-right: 10px;
    }
    /* Full-width content page, no child pages */
    #contentMainFullWidth
    {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
    }
    /* Two column content page, no children */
    #contentLeftNoChildren
    {
        float: left;
        width: 630px;
        margin-left: 20px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles the left margin. */
        * html #contentLeftNoChildren 
        {
            margin-left: 10px;
        }
    #contentRightNoChildren
    {
        float: left;
        width: 250px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles the right margin. */
        * html #contentRightNoChildren 
        {
            margin-right: 10px;
        }
    /* Two column content page, with children */
    #contentLeftWithChildren
    {
        float: left;
        width: 480px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles the margins. */
        * html #contentLeftWithChildren 
        {
            margin-left: 0;
            margin-right: 10px;
        }
    #contentRightWithChildren
    {
        float: left;
        width: 200px;
        margin-top: 10px;
	margin-bottom: 20px;
        margin-right: 20px;
    }
        /* HACK: IE6 doubles margins. */
        * html #contentRightWithChildren 
        {
            margin-left: 10px;
            margin-right: 10px;
        }
        
/* --------------------------------------------------
    Homepage content boxes
   -------------------------------------------------- */

    .boxFeaturedContentLeft
    {
        float: left;
        width: 610px;
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 20px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;

    }
        /* HACK: IE6 doubles the left margin. */
        * html .boxFeaturedContentLeft 
        {
            margin-left: 10px;
        }
    .boxFeaturedContentMain
    {
        width: 610px;
    }
    .boxSubContentLeft
    {
        float: left;
        width: 275px;
        height: 235px;
        padding: 10px;
        min-height: 15px;
        margin-right: 10px;
        margin-top: 20px;
        background: #e3e3e3 url(uploads/ocean/bg_feature_box.gif) repeat-x top;
    }
    .boxSubContentRight
    {
        float: left;
        width: 275px;
        height: 235px;
        padding: 10px;
        min-height: 15px;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #e3e3e3 url(uploads/ocean/bg_feature_box.gif) repeat-x top;
    }
    .boxNewsRight
    {
        float: right;
        width: 290px;
        margin: 0;
        border: 0;
        padding: 0;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 5px;
     }
        /* HACK: IE6 doubles the right margin. */
        * html .boxNewsRight 
        {
            margin-right: 10px;
        }
   #footerWrapper
    {
	text-align: center;
	width: 100%;
        min-height: 220px; 
	margin: 0 auto;

    background: url(uploads/ocean/fondo2.jpg) #ffffff     }
	#footerContent
	{
	    width: 940px;
            margin: 0 auto;
            padding: 10px;
	    font-size: 1.1em;
	}
   
/* --------------------------------------------------
    Main Navigation
   -------------------------------------------------- */
   
 #menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: transparent;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
 /*   padding: 0px; */ 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left;
padding: 0px;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #1b3543;
}
#primary-nav a:hover {
 color: #ffffff;
}

#primary-nav li a { 
   border-right: 1px solid #b3b18d;
   border-left: 1px solid #b3b18d;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
       color: #ffffff;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: transparent;
}
#primary-nav ul li.menuparent{
background-color: #1b3543;	
}
#primary-nav li li { 
 background-color: #1b3543;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
background-color: transparent;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
 
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
background-color: #b3b18d;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul { 
	display: block; 
	}
/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/* --------------------------------------------------
    Menu pronosticos
   -------------------------------------------------- */
.main-nav ul { display: block;
width: 900px;
list-style-type: none;
clear: right;
margin:0;padding:0;
padding: 4px 0 4px 15px;;
border: 0;
}
.main-nav li {
display: inline;
margin-left: 3px;
}
.main-nav a { display: inline;
padding: 3px 10px 3px 10px;
margin:0;
text-decoration: none; cursor: pointer;
background-color: white;
color: black;
border: solid 1px lightblue;
border-bottom: 0;
}
.main-nav li.active {
}
.main-nav li.active a {
padding-bottom: 5px;
background-color: #20377b;
color: #ffffff;
}
/* nav sub tabs */
.sub-nav ul { width: 900px;
list-style-type: none;
padding: 5px 5px 5px 15px;
margin:0; background-color: #20377b; display: none; }
.sub-nav ul.active { display: block; }
.sub-nav li { display: inline;
padding-right: 15px; }
.sub-nav a { text-decoration: none; cursor: pointer;
font-weight: bold; color:#ffffff;
}
.sub-nav li.active a { color: #ffffff; }
#tabcontent {border:1px solid #ececec; width:600px; text-align:center;padding:6px 0px; font-size:12px; margin-bottom:5px;}

/* --------------------------------------------------
    Tables
   -------------------------------------------------- */
   
    table
    {
        border: 1px solid #c2d2e9;
        background-color: #ffffff;
        font-size: 1.1em;
        border-collapse: collapse;
    }
	.cellHeading
	{
	    text-align: left;
	    border: 0;
	    color: #000;
	    background-color: #dfe8f6;
	    font-weight: bold;
	}
	td
	{
	    text-align: left;
	    border: 1px solid #c2d2e9;
	}
	.cellBold
	{
	    color: #1f437c;
	    font-weight: bold;
	    background-color: #dfe8f6;
	}
	.cellAlt
	{
	    background-color: #f6f9fe;
	}
	.cellAlignCentre
	{
	    text-align: center !important;
	}

/* --------------------------------------------------
    Forms
   -------------------------------------------------- */

    input
    {
	background: #f5f5f5 url(uploads/ocean/bg_form.gif) repeat-x top left;
	border: 1px solid #e3e3e3;
	padding-left: 5px;
	margin-bottom: 6px;
    }

/* --------------------------------------------------
    Search
   -------------------------------------------------- */

    .search-input
    {
	margin-right: 2px;
    }
    .search-button
    {
	
    }

/* --------------------------------------------------
    News
   -------------------------------------------------- */
   
    /* Summary */
    .NewsSummary
    {
	margin-bottom: 5px;
        border-bottom: 1px dotted #cccccc;
    }
        /* Homepage */
        .boxNewsRight .NewsSummary
        {
            padding: 10px;
        }
	.NewsSummaryPostdate
	{
	    color: #666;   
	}
	.NewsSummaryLink
	{
	    font-size: 1.2em;
                    text-align: justify;
	}
	.NewsSummaryCategory
	{
	    color: #666; 
	}
	.NewsSummaryAuthor
	{
	    color: #666; 
	}
	.NewsSummarySummary
	{
	    font-size: 1.2em;
	    line-height: 0;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryContent
	{
	    font-size: 1.2em;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.NewsSummaryExtra
	{
	    
	}
	.NewsSummaryField
	{
	    
	}
    /* Detail */
    .NewsPostDetailDate
    {
	
    }
    h3.NewsPostDetailTitle
    {
	
    }
    hr.NewsPostDetailHorizRule
    {
	
    }
    div.NewsPostDetailCategory
    {
	
    }
    div.NewsPostDetailSummary
    {

    }
    div.NewsPostDetailAuthor
    {
	
    }
    div.NewsPostDetailContent
    {
	
    }
    div.NewsPostDetailExtra
    {
	
    }
    div.NewsPostDetailPrintLink
    {
	
    }
    div.NewsPostDetailReturnLink
    {
	
    }
    div.NewsDetailField
    {
	
    }
    
/* --------------------------------------------------
    Slideview homepage widget
   -------------------------------------------------- */

    /* Preloader stuff, do not modify! */
    .svwp
    {
        width: 50px;
        height: 20px;
        background: #fff;
    } 
        .svwp ul
        {
            position: relative;
            left: -999em;
        }
    .slideViewer
    { 
        position: relative;
        overflow: hidden; 
        margin: 0;
        padding: 0;
        background: #fff;
    }
     /* Your list of images */
    .slideViewer ul
    { 
        position: relative;
        left: 0;
        top: 0;
        width: 1%;
        list-style-type: none;
        margin: 0; 
        padding: 0;
    }
        .slideViewer ul li
        {
            float:left;
        }
    /* For the text pop-up */
    .slideViewer span.typo
    { 
        padding: 6px; /* do not modify padding */
        background: #fff;
        color: #494949;
        font: bold 12px Arial;
    }
    .thumbSlider
    { 
    overflow: hidden;
    width: 1%;
    background: #fff;
    }
        .thumbSlider ul
        { 
        list-style-type: none;
        margin: 0; 
        padding: 0;
        }
            .thumbSlider ul li
            { 
                float:left;
                margin: 0;
            }
        .thumbSlider a
        {
            color: #fff;
            text-decoration: none;
        }
            .thumbSlider a img
            {
                border: 0;
                display: block;
                padding: 0;
            }
        .thumbSlider p.tmbrdr {
            /* the border above -not around- each thumb */
            /* width, height and top values are dynamically added by the script. Do not modify. */
            position:relative; 
            left: 0;
            font-size: 0.01em;
            left: 0;
            margin: 0;
            padding: 0;
        }
        a.left, a.right
        {
            /*the left and right buttons (links)*/
            background: transparent; /* could be any color  */
            color: #ff0000;
            font: bold 16px Arial;
            overflow: hidden;
        }
        a.left span, a.right span
        {
        }
        a.left img, a.right img
        {
            border: 0;
        }
        a.l_dis, a.r_dis
        {
            background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
            cursor: default;
        }
        a.l_dis span, a.r_dis span
        {
            display: none;
        }
            a:focus
            {
                outline:none;
            }
/* --------------------------------------------------
    Panel lateral
   -------------------------------------------------- */
.panel {
position: absolute;
z-index: 3;
top: 50px;
right: 0;
display: none;
background: #283e80;
border:1px solid #111111;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 330px;
height: auto;
padding: 30px 130px 30px 30px;
filter: alpha(opacity=85);
opacity: .85;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: absolute;
z-index: 4;
text-decoration: none;
top: 120px; right: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 15px 20px 40px;
font-weight: 700;
background:#283e80 url(images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 120px; right: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 20px 20px 40px;
font-weight: 700;
background:#5e667f url(images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.active.trigger {
background:#5e667f url(images/minus.png) 15% 55% no-repeat;
}  

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}

/* End of 'ocean : Ocean' */

/* End of 'ocean : Ocean' */

