/*  
	Autor: Nicolás Marín Torres
	http://www.nikolook.com
*/	

body {
	font-size: 11px;
	font-family: trebuchet ms, helvetica, verdana;
	color:#06003E;
	padding:0px;
	margin:0px;
	background: #003c62 	URL(http://www.seriesadictos.com/plantilla/bg.jpg)        repeat-x;
}

a {
	color: #002034;
}
a:visited {
	color:#002034;
}
a:hover {color: #7194B4;
	font-weight: bold;
}
a:active {color:#002034;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #E0A3B7;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px;
}

h2 {
	font:14px tahoma; 
	font-weight: bold;
	font-weight: 0;
	padding: 5px 10px;
	margin:0px;
	background: URL(http://www.seriesadictos.com/plantilla/sidebar.gif)        center repeat-x;
        color:#FFFFFF;
        border:0px solid #FFFFFF;
}

/* ----------container zentriert das layout-------------- */
#principal {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* ----------cabecera-------------- */
#cabecera{
	height:110px;
	margin:0;
	padding-left:10px;
	color: #79B30B;
	background-color: #006600;
	background: URL(http://seriesadictos.com/videos/img/cabecera.jpg)   no-repeat bottom center; 
	border: none; 
}

#cabecera h1{
  display: none;
}
 

/* -----------------contenido--------------------- */
#contenido {
background-color: #FFFFFF;
padding: 10px;
margin-left: 200px;
margin-right: 10px;
}


p{
	padding: 10px;
	margin:5px;
}

/* --------------izquierda------------- */
#izquierda {
	font-weight:bold;
	float: left;
	width: 180px;
	margin: 10px;
	padding: 2px;
	border:1px solid #6D94B5;
	background:#FFFFFF;
}

/* -----------pie--------------------------- */
#pie {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#bloque {
	height: 150px;
}

#bloque img {
	margin: 5px;
}

#menuA  {
	height: 22px;
	background: URL(http://www.seriesadictos.com/plantilla/menuB.gif)  repeat-x 20px;
}

#menuA ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: URL(http://www.seriesadictos.com/plantilla/menuB.gif)  repeat-x 20px;
	font: 15px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#menuA a {
color: #000;
text-decoration: none;
display: block;
width: 76px;
border-top: 1px solid #70726B;
border-bottom: 1px solid #70726B;
border-left: 1px solid #70726B;
}

#menuA li#activado { background: URL(http://www.seriesadictos.com/plantilla/menuA.gif)  repeat-x 20px; }
#menuA a:hover { background: URL(http://www.seriesadictos.com/plantilla/menuA.gif)  repeat-x 20px; }
