/* CSS Document */

body{
	margin:0;
	padding:0;
}
/*encabezado del main container*/
h1{
font-size: 22px;
font-weight: bold;
color: #000000;
font-family:"Trebuchet MS", Verdana, sans-serif;
}
h2{
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#C00;
}
h2.news{
font-size:18px;
font-weight:bold;
color:#333;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
font-size: 12px;
font-weight:normal;
color:#909090;
font-family: Tahoma, Helvetica, Arial, sans-serif;
line-height:0.7em;
}
p{
text-align:justify;
font-size: 12px;
color: #000000;
font-family: Verdana,arial,sans-serif;	
}
p.sj{
text-align:left;
}
.red{
color:#f00;
}

a, a:link, a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CC0000;
}
a:hover{
text-decoration:none;
}

#maincontainer{
	max-width: 950px; /*Max Width of main container*/
	min-width: 780px;
	background-color: #FAF5DA;
	border: 1px solid #000000;
	margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
}

div#header{
background: url(/css/images/mw_header_yellow_t.png) 0 0 repeat-x;
}

div#header_l{
	background: url(/css/images/mw_header_yellow_t_l.png) 0 0 
no-repeat;
position:relative;

}
div#header_r{
	background: url(/css/images/mw_header_yellow_t_r.png) 100% 0 no-repeat;
	height:135px;
	

}
#logo{
position:absolute;
float:left;
top:0;
left:0;
margin-top:25px;
margin-left:20px;
width:280px;
}

#banner{
position:relative;
float:left;
margin-top:41px;
margin-left:38%;
height:60px;
width:468px;
}
#fecha{
position:absolute;
float:right;
right:12px;
bottom:0;
}
/*menu superior*/
#topmenu{
	width: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#topmenu ul{

	background: url(/css/images/header_menu.png) center center repeat-x;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;	
}

#topmenu ul li{
display: inline;
}

#topmenu ul li a{
font-family:Arial, Helvetica, sans-serif;
color:#000;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000;
}

#topmenu ul li a:hover{
color: #c00;
}
/*fin estilo menu superior*/

/*estilo menu central*/
#mainmenu{
float:left;
clear:right;
display:block;
}
#mainmenu ul{	
text-align: center; 
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;	
}
#mainmenu ul li{
display: inline;
padding:5px;
}
/*fin estilo menu central*/

#contentwrapper{
padding:0;
margin: 10px 7px 0;
background-color:#fff;
}

#contentwrapper_t{
background: #fff url(/css/images/mw_content_t.png) 0 0 repeat-x;
}
#contentwrapper_tl{
background: url(/css/images/mw_content_t_l.png) 0 0 no-repeat;
}
#contentwrapper_tr{
height: 10px;
overflow: hidden;
background: url(/css/images/mw_content_t_r.png) 100% 0 no-repeat;
}

#contentwrapper_m{
border-left: 1px solid #000;
border-right: 1px solid #000;
width: auto;
overflow:hidden;
padding: 1px 1px 1px 0;
}
#contentwrapper_b{
margin-top: 0px;
background: url(/css/images/mw_content_b.png) 0 100% repeat-x;
}
#contentwrapper_bl{
	background: url(/css/images/mw_content_b_l.png) 0 100% no-repeat;
}
#contentwrapper_br{
	height: 13px;
	background: url(/css/images/mw_content_b_r.png) 100% 100% no-repeat;
}
.div_spacer{
height:5px;
clear:both;
}
.div_spacer_big{
height:20px;
clear:both;
}

#area{
padding:0;
}

#leftcolumn{
	float: left;
	width: 20%; /*Width of left column*/
	margin: 0; 
	padding:0;
	
}

#maincolumn{
	float:none;
	width:auto;
	border-left: 1px solid #000;
	margin-left:20%;

}

div#footer{
clear:left;
background: #ffcc33;
border-top: 1px solid #000;
}

div#footer_r {
	padding-top: 5px;
	height: 35px;

}

div#footer_r div {
	text-align: center;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: .70em;
	line-height: 1.3em;
	color: #111;
}
div#footer_r div img{
	vertical-align: top;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #111;
}

/*seccion de publicidad*/
.box_l{
font-size:10px;
font-family:Verdana,arial,sans-serif;
}
.box_l h2{
text-align:center;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box_divider{
width:90%;
margin: 8px auto;
height:1px;
border-top:1px solid #111;
}
.box_l img{
border:0;
width:150px;
}
.box_l table{
width:100%;
}
.box_l table th{
margin: 0 auto;
}
.box_l table td{
padding-left:5%;
}
.box_l a, .box_l a:visited{
color:#666;
}
.box_l a:hover{
color:#c00;
}
/*fin de seccion de publicidad*/

/*Seccion main*/
table.maintable{
border-collapse:collapse;
margin: 0 0;
padding:0;
width:100%;
}
td.table_spacer {
  width: 10px;
  border-right:1px solid #111;
}
td.rightcolumn{
  width: 150px;
}

/*recuadro contenedor*/
div.container{
width:90%;

}
div.container_t{
background: #fff url(/css/images/mw_content_t.png) 0 0 repeat-x;
}
div.container_t div{
background: url(/css/images/mw_content_t_l.png) 0 0 no-repeat;
}
div.container_t div div{
height: 10px;
overflow: hidden;
background: url(/css/images/mw_content_t_r.png) 100% 0 no-repeat;
}
div.container_m{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: auto;
	overflow:hidden;
	padding: 1px 15px 1px;
}
div.container_m div{
width:97%;
}
div.container_b{
margin-top: -6px;
background: url(/css/images/mw_content_b.png) 0 100% repeat-x;
}
div.container_b div{
	background: url(/css/images/mw_content_b_l.png) 0 100% no-repeat;
}
div.container_b div div{
	height: 13px;
	background: url(/css/images/mw_content_b_r.png) 100% 100% no-repeat;
}

.innertube_divider{
border-bottom:2px solid #111;
height:2px;
margin:5px 10px;
padding-top:10px;
overflow:hidden;
clear:both;
}

.innertube_divider2{
padding-top:10px;
margin-bottom:10px;
border-bottom:1px solid #111;
height:1px;
clear:both;
}

.text_divider{
padding-top:5px;
margin-bottom:10px;
border-bottom:1px dashed #999;
height:1px;
clear:both;
}


.innertube{
line-height: 1.5em;
margin: 0 2% 0 20px;
}

.innertube2{
	width:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.innertube2 a{
color:#666666;
font-size:10px;
}
.innertube2 a:visited{
color:#666666;
}
.innertube2 a:hover{
color:#CC0000;
}

.textcont{
text-align:justify;
font-size: 12px;
color: #000000;
font-family: Verdana,arial,sans-serif;	
}

div.textcont{
width:97%;	
}


#bonos h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 20px;
color:#0033FF;
}
#bonos hr{
	width:80%;
		
}

ul.lis1{
	list-style:url(/imagenes/spade.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
ul.lis2{
	list-style:url(/imagenes/diamond.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div.films {
	float: left;
	margin: 15px 8px;
	width:120px;
	height:180px;
	
  }
  
div.films p {
	text-align: center;
	font-size: 11px;
   }

.imgleft{
	float:left;
	clear:left;
	margin-top:5px;
	margin-right:20px;
	border:0;

}
.imgright{
	float:right;
	clear:right;
	margin-top:5px;
	margin-left:20px;
	
}
.fecha{
	font-size: 10px;
	color:#666;
	line-height: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
/*Estilo para el tooltip
*/
#dhtmlgoodies_tooltip{
		background-color:#FFC;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:3px;
		font-size:0.9em;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
	}
/*fin del estilo para el tooltip*/