body{
	margin:0;
	padding:0;
	background: #000;
	}

/*	background-image: url(/images/grosos.gif);
	background-repeat:repeat-y;
	background-position: top center;
*/

#maincontainer{
	background: #F8F8F8;
	width: 750px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#box-episodio{
	width: 500px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#box-episodio a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #009966;
}

#box-episodio a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CB1919;
}

#box-derecha{
	width: 180px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#box-derecha p{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFF;
}

#box-derecha a{
	color: #FFFF80;
}

#box-derecha a:hover{
	color: #FFFFE8;
}


#topsection{
	background: #EAEAEA;
	height: 96px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	height: 100%;
}

#contentcolumn{
	\margin-top: 5px; /*Set right margin to RightColumnWidth*/
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
	background: #F8F8F8;
	\margin-bottom: 15px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	background: #009965 top left repeat-y;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#menuh {
	width:750px;
	text-align:left;
    margin:auto; 
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
	
}

#menuh li {
	width:125px;
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #FFFFFF;
	background: #660066;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}

#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #666666;
}
h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #CB1919;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

h2{
	font-family: "Trebuchet MS";
	font-size: 12px;
}

h3{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #009966;
}

p{
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#principal li {
   display:inline;
   float:left;
   width:150px;
   background-color:#f5f7f9;
   padding:5px;
   margin:10px;
   text-align: center;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
} 

#principalfoto li {
   display:inline;
   float:left;
   background-color:#f5f7f9;
   padding:5px;
   margin:10px;
   text-align: center;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
} 

