body{
margin-top:0px;
background-image: url(images/bg.jpg);
background-color:#000;
background-repeat:no-repeat;
background-position:center;
background-position: top;

}

img {border:0px;}
a {outline:none;}

A:link{ color:#CA0100; text-decoration:none; font-weight:bold;}
A:hover{ color:#CA0100; text-decoration:underline;font-weight:bold;}
A:active{ color:#CA0100; text-decoration:none;font-weight:bold;}
A:active:hover{ color:#CA0100; text-decoration:none; font-weight:bold;}
A:visited{ color:#CA0100; text-decoration:none; font-weight:bold;}
A:visited:hover{ color:#CA0100; text-decoration:underline; font-weight:bold;}

#header{
background:url(images/main.jpg) no-repeat top left;
width:642px;
height:327px;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
}

#bordes{
background-image:url(images/fondo_katana.gif);
background-repeat:no-repeat;
width:742px;
margin-left:auto;
margin-right:auto;
}

#wrap{
width:642px;
margin-left:auto;
margin-right:auto;
border-bottom:#AC1611 5px solid;
background-image:url(images/bg_wrap.jpg);
background-color:#FBE7AC;
}

.subtitulo{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #AC1611;
font-weight: bold;
}

.titulo{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #111;
font-weight: bold;
letter-spacing: 4px;
}

.leyenda{
text-align:center;
font-style:italic;
}


#menu {
	height:30px;
	border-bottom:solid #AC1611 2px ;
	margin-bottom:20px;
	}
	
#container { 
	width: 642px; 
	margin: 0 auto; 
	text-align: left;
}
#sidebar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #111;
	float: right; 
	width: 200px;
	border-left:solid #A11611 2px;
	padding: 0 10px 15px 20px;
}

#mainContent { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #111;
	margin: 0 250px 0 0;
	padding: 0 10px 15px 10px;
	min-height: 670px;
    height: auto !important;
    height: 670px

	}
	
#mainContent img{display: block; margin: auto; border:0px;}

#player{
text-align:center;
margin-top:2em;
}
	
#footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
text-align:center;
margin-top:1.5em;
}


#flash {
z-index: -999;
}

.box{
  min-height: 150px;
  height: auto !important;
  height: 150px;
  padding:5px;
}

.box img{
  float:left;
}
.box p{
  margin-left:160px;
}

hr {
border: none 0;
border-top: 1px dotted #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.centrar-div{
margin-top:1em;
text-align:center;
}

.centrar{
text-align:center;
}