/*
Theme Name: PUYDI MOVIE
Theme URI: http://puydi.com/
Description: This is a new theme for PUYDI 2010 <a href="http://puydi.com/">Ver</a>.
Version: 1.0
Author: Andres Felipe Perea V
Author URI: http://puydi.net/
Tags: cine, movie, catalogo, trailer, gallery
Text Domain: PUYDI


	This theme was designed and built by Andres Perea,
	whose blog you will find at http://puydi.net/
*/
@charset "utf-8";
/* CSS Document */
html, body{
	background-image:url(imagenes/fondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#333;
	height:100%;
}

body{
	margin-top:0px;
	margin-bottom:0px;
}

img{
	border:0px;
}

h2{
	font-family: Arial, sans-serif;
}

#contenedor{
	position:absolute;
	width:970px;
	height:100%;
	background-color:#FFF;
	left:50%;
	margin-left:-485px;
	bottom:0px;
}

#cabezal{
	width:100%;
	height:150px;
}

#menu{
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin:0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 13px;
	background: #eee;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}

#menu li {
	float: left;
	margin: 0;
				
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}

#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}

#menu.black {
	border-top: 2px solid #333;
	border-bottom: 2px solid #000;
	background: #333;
}

#menu.black a {
	color: #CCC;
}

#menu.black li a:hover, #menu.black li.active a {
	color: #999;
	background: #555;
	border-bottom: 2px solid #444;
}
#contenido{
	width:100%;
	margin-top:10px;
}

#footer{
	width:100%;
	text-align:center;
	font-family: Arial, sans-serif;
	height:20px;
}

#footer a{
	text-decoration:none;
	color:#000;
}

#footer a link{
	text-decoration:none;
}

/*CATALOGO (GALERIA INDEX)*/

.pelicula{
	width:170px;
	height:200px;
	text-align:center;
	float:left;
	margin-right:12px;
	margin-left:12px;
	margin-bottom:15px;
	background-image:url(imagenes/fondo_catalogo.jpg);
}

#mediaspace{
	width:800px;
	margin:0 auto;
}

.clear{
	clear:both;
	width:100%;
}

.navi {
	background:#333;
	border-bottom: 1px solid #ccc;
}

.navi a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: "arial black";
	letter-spacing: -1px;
}
.navi a:hover {text-decoration:underline}

.navi_left {float: left}
.navi_right {float: right}


/*PUBLICIDAD*/
#publicidad_300_250{
	float:left;
	margin-bottom:10px;
	margin-left:12px;
	margin-right:11px;
}