@charset "utf-8";
/* CSS Document */

body {
		margin:0;
		background-color:#FFF;
		height:100%;
}

html, body {
		height:100%;
}

#containerCartelera {
		width:900px;
		height:700px;
		margin:0 auto;
		clear:both;
}
.boxCartelera {
		width:292px;
		height:166PX;	
		float:left;
		margin-right:12px;
		margin-bottom:12px;
		background:url(images/bottomCartelera.jpg) bottom no-repeat;
		
}
.boxCartelera2 {
		width:292px;
		height:166PX;	
		float:left;
		margin-bottom:12px;
		background:url(images/bottomCartelera.jpg) bottom no-repeat;
		
}


.boxNombre {
	width:282px;
	height:28px;
	padding-left:10px;
	padding-bottom:2px;
	margin-top:12px;
	font-weight: bold;
	color: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    font-size:10px;
	
}
.bosImagen {
	 width:292px; height:126px
}

#containerCartelera a:link {
	font-weight: bold;
	color: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}

#containerCartelera a:visited {
	font-weight: bold;
	color: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}


#containerCartelera a:hover {
	font-weight: bold;
	color: #00AEEF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}


a.subCategoria:link {
	font-weight: bold;
	color: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
    font-size:10px;
}

a.subCategoria:visited {
	font-weight: bold;
	color: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
    font-size:10px;
}


a.subCategoria:hover {
	font-weight: bold;
	color: #00AEEF;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	font-size:10px;
}



