﻿body{
background-color :#270b0a;
background-image :url('images/back1.jpg');
background-repeat:repeat-x ;
margin:0px;
padding-top:1px;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
background-image :url('images/center.jpg');
background-repeat:no-repeat ;
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
border:solid 1px transparent;
height: 188px; /*Height of top section*/
/*padding-top:80px;*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#cartelera{
     width:220px;
     height:auto;
     font:verdana normal normal 10px 1.5em;
     color:#fafafa;
     margin-bottom:60px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 310px; /*Set left margin to LeftColumnWidth*/
width:470px;
border:solid 1px transparent;
}

#leftcolumn{
float: left;
width: 245px; /*Width of left column*/
margin-left: -783px; /*Set left margin to -(MainContainerWidth)*/
text-align:center ;
border:solid 1px transparent;
}

#footer{
margin-top:60px;
clear: left;
width: 100%;
color: #FFF;
text-align:center;
padding: 4px 0;
border:solid 1px transparent;
font:normal 10px verdana;
}

#footer a{
color: #0080C0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.cartelera{
padding-top:2px;
text-align:center ;
}
/* ----------------------------------------------
                   Botonera
------------------------------------------------*/

.indentmenu{
font: bold 18px Times New Roman;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin-left:64px;
margin-top:80px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 90%; /*width of menu*/
/*border: 1px solid #564c66; /*dark purple border*/
/*border-width: 1px 0;*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #02402b; /*text color*/
text-decoration: none;
text-align:center ;
/*border: 1px solid #000000; /*dark purple divider between menu items*/
margin-left:8px;
width:132px;
}

.indentmenu ul li a:visited{
color: #02402b;
/*border-right: 1px solid #000000; /*dark purple divider between menu items*/
margin-left:8px;
width:132px;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #00754d !important; /*text color of selected and active item*/
/*padding-top: 0px; /*shift text down 1px for selected and active item*/
/*padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*border-right: 1px solid #000000; /*dark purple divider between menu items*/
margin-left:8px;
width:132px;
}
.modaltabla{
     margin-top:30px;
    }