/* begin overall style */
#modulesWrapper
{
    display:none;
}
a
{
    color: #b60;
    text-decoration: none;
}
a img
{
    border: none;
}
a:hover
{
    text-decoration: underline;
}
h2
{
    padding-left: .5em;
}
body
{
	margin: 0;
	padding: 0;
	background: #ddd;
    background-image: url(../images/back02.jpg);
    background-repeat:repeat-x;
	color: #444;
	font: normal 8pt Arial,Helvetica,sans-serif;
}

#page
{
	width: 780px;
	margin: 0 auto;
	padding: 0;
    background-color: #999;
}

#header
{
    background-image: url(../images/fondobotonera.gif);
    background-position: 0 16px;
}

#timerow
{
	width: 780px;
    text-align: right;
    background-color: black;
    border: none;
}

#logo
{
    float: left;
}

#mainmenu
{
    float: left;
    height: 76px;
    padding: 0;
}
#mainmenu table
{
    padding: 0;
    margin: 0;
}

#mainmenu table tr
{
    margin: 0;
}

#mainmenu table tr td
{
    margin:0;
    padding-left: .5em;
    height: 76px;
    width: 100px;
    background-image: url(../images/mainMenuOff.gif);
    vertical-align: bottom;
    color: white;
    border-right: 1px solid #ccc;
}

#mainmenu table tr td a
{
    color: white;
}

#mainmenu table tr td:hover a
{
    color: black;
}

#mainmenu table tr td.active,
#mainmenu table tr td:hover
{
    background-image: url(../images/mainMenuOn.gif);
    color: black;
}

#header #splitter
{
    clear: left;
    height: 10px;
}

#header #splitter #split1
{
    float: left;
    width: 160px;
    height: 10px;
    background-color: #999;
}

#header #splitter #split2
{
    float: left;
    width: 620px;
    height: 10px;
    background-color: #E93;
}

#sidebar
{
    float: left;
    width: 160px;
    padding: 0;
}

#sidebar ul
{
    padding: 0;
    margin: 0;
    height: 217px;
    padding-left: 2em;
    padding-top: 1em;
    line-height: 1.5em;
    margin: 0;
    list-style-image:url(../images/flechita.gif);
    background: white;
}

#sidebar ul li a
{
    color: black;
}

#sidebar ul li a:hover
{
    color: #B60;
}

#sidebar #sponsors
{
    background-color: #999;
    padding: 0;
    text-align: center;
}

#sponsors #sponsorsHeader1
{
    height: 10px;
    background-color: #E93;
    padding: 0;
}

#sponsors #sponsorsHeader2
{
    height: 10px;
    background-color: #666;
    padding: 0;
}

#content
{
    float:right;
    width: 620px;
    margin: 0 auto;
    padding: 0px;
    background-color: #555;
    color: white;
    min-height: 300px;
}

#footer
{
	text-align: center;
    background-color: black;
	border-top: 1px solid #E93;
}

.paragraph
{
    padding: 1em;
}
/* end of overall style */

h1#title
{
    padding-left:1em;
}

/* begin data grid style */
table.dataGrid
{
	/* background: white; */
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	/* background: #d3dfee; */
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
    /* background: #E6F2FF; */
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

table.dataGrid td table.maddes,
table.dataGrid td table.maddes td,
table.dataGrid td table.maddes th
{
    border: none;
}

/* Flowplayer styles */
a.player
{
    float: left;
    background-color: black;
    width:600px;
    height:228px;
}

a.miniplayer
{
    display: block;
    width: 145px;
    height: 145px;
}

.preview
{
    float: left;
    width: 145px;
    margin: 5px;
}

.preview img
{
    max-width: 145px;
    height: 145px;
    border: none;
}

.preview a
{
    margin: 0;
    float: right;
    color: #f33;
}
div.areasdiv
{
    margin: 0;
    padding: 0;
    background: white;
}
ul.areas
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.areas li
{
    margin: 1em;
    padding: .2em 1em;
    color: #b60;
    font-weight: bold;
    line-height: 1.5em;
    background-color: #eee;
}
ul.areas li span
{
    cursor:pointer;
}

ul.areas li div
{
    margin-top: .5em;
    color: black;
    font-weight: normal;
    text-align:justify;
}

.leftBorder p
{
    border-left: 1px dotted black;
    padding-left: 1em;
}


.hidden
{
    display:none;
}

ul.areas li div.hidden table
{
    text-align:justify;
}
ul.areas li.selected div.hidden
{
    display:block;
}
ul.areas li.selected2 div.hidden
{
    display:inline-block;
}

ul.areas li.subtitle
{
    list-style-image: url(../images/flechita3.gif);
    list-style-position: inside;
}
ul.areas li.title
{
    background-color: black;
    color: white;
    list-style-image: url(../images/4cuadra.gif);
    list-style-position: inside;
}
ul.areas li.title div
{
    color: white;
}



.column130
{
    width: 130px;
    vertical-align: top;
    margin: .5em;
    margin-top: 0
}

.column260
{
    width: 260px;
    vertical-align: top;
    margin: .5em;
    margin-top: 0
}

.videotable
{
    background-color: black;
    padding: 0;
    margin: 0; 
}

.swapper
{
    cursor: pointer;
}


div.padcontainer
{
}

div.cuadra
{
    background-image: url(../images/4cuadra.gif);
    background-repeat: no-repeat;
    background-position: 1em 1em;
    padding: .5em;
    padding-left: 2em;
}

div.bblack
{
    background-color: black;
    color: white;
}

div.bgray
{
    background-color: #eee;
    color: black;
}

div.bdarkgray
{
    background-color: #999;
    color: black;
}

div.box
{
    margin: 1em;
}

div.bold
{
    font-weight: bold;
}

.flechita3
{
    background-image: url(../images/flechita3.gif);
    background-repeat: no-repeat;
    background-position: 1em;
    padding: .3em;
    padding-left: 2em;
}


.flechita
{
    background-image: url(../images/flechita.gif);
    background-repeat: no-repeat;
    background-position: 1em;
    padding: .3em;
    padding-left: 2em;
}


.padded
{
    padding: .5em;
}

.morepadded
{
    padding-left: 3em;
}

.hand
{
    cursor:pointer;
}
.prevSmall
{

    border: none;
    height: 50px;

}
.prevMid
{
    border: none;
    height: 150px;
}

img.prevMid
{
    padding: 2px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    border-radius: 5px;
    border: 1px solid gray;

}
.error
{
    border: 1px solid red;
    background-color: #FAA;
    color: #A00;
}
.warning
{
    border: 1px solid orange;
    background-color: lightyellow;
    color: black;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}
