/*

/~fxcomar

*/
/* =-=-=-=-=-=-=-[ Generales ]-=-=-=-=-=-=-=- */


* {margin: 0px; padding: 0px; }

body {
	background-image: url(images/gradientgrande.png);
	color: #ffffff;
	text-align: center;
	font-family: arial;
}

img {
	border: none;
}

p {
	padding: 10px;
}

/* =-=-=-=-=-=-=-[ Cajas Principales ]-=-=-=-=-=-=-=- */

#caja-principal {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color: #000000;
}

#publicidad {
	width: 157px;
	float: left;
}

#cartelera {
	width: 642px;
	float: right;
	/* background-color: yellow; */
	background-color: #000000;
	border-left: 1px solid #ffffff;
}

#head {
	margin-bottom: -4px;
}

/* =-=-=-=-=-=-=-[ Item y Listado Cartelera ]-=-=-=-=-=-=-=- */

.item-fecha {
	background: url(images/fecha.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
}

.item-fecha span{
	padding-left: 20px;
	font-size: 9px;
}

.item-titulo-cab {
	background-image: url(images/titulo.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 52px;
}

.item-titulo {
	text-align: right;
	font-size: 14px;
	padding-right: 24px;
	padding-top: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.item-img-dsc {
	background-image: url(images/gradient1.png);
	height: 167px;
}

img.item-foto {
	float: left;
	margin-right: 10px;
	border-right: 1px solid #818181;
}

.item-dsc-larga {
	clear: both;
	background-image: url(images/gradient2.png);
	border-top: 1px solid #818181;
}

.separador {
	border-top: 1px solid #818181;
	clear: both;
}

.link-volver {
	text-align: center;
	padding:  10px;
}

.error {
	text-align: center;
	padding-top: 15px;
}

/* =-=-=-=-=-=-=-[ Exclusivos del listado ]-=-=-=-=-=-=-=- */

.listado-img-dsc {
	background-image: url(images/gradient1.png);
}

.cabecera-listado {
	background-image: url(images/linearoja.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 8px;
	overflow: hidden;
}

.link-vermas {
	text-align: right;
	padding:  10px;
	clear: both;
}

/* =-=-=-=-=-=-=-[ Adjuntos ]-=-=-=-=-=-=-=- */

.adjuntos {
	border-top: 1px solid #818181;
	clear: both;
}

#adjuntos-titulo {
	color: #ff4d4d !important;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
    clear: both;
}

.adjunto-link {
	margin: 10px 15px;
	float: left;
}
.adjunto-link img {
	margin-top: 5px;
}

/* =-=-=-=-=-=-=-[ Links Box]-=-=-=-=-=-=-=- */

.links-box {
	border-top: 1px solid #818181;
}

#links-titulo {
	color: #ff4d4d !important;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
    
}

.item-link {
	margin: 10px 15px;
	float: left;
}

.item-link a:link, .item-link a:visited, .item-link a:active {
	color: white;
	text-decoration: none;
}

.item-link a:hover {
	color: white;
	text-decoration: underline;
}


/* =-=-=-=-=-=-=-[ Pie ]-=-=-=-=-=-=-=- */

#piechico  {
    background-color: #000000;	
}