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

/*
	www.puertotorrox.com
	Estilos particulares de paginas interiores

	Tabla de contenidos:
		Globales
		Layout
			- Menu
			- Cajas
			- Fichas
			- Entrada
			- Textos
		Listas
			- Menu de la promocion
*/


/* Fichas
------------------------- */

#noticias {
	background: #FFF url(../imagenes/bg_fich2.jpg) no-repeat;
}

#noticias h2 {
	height: 70px
}

#noticias h2 span {
	display: none
}

#noticias p.entradilla {
	font-size: 1.3em;
	padding: 0 20px
}

.noticia {
	width: 721px;
	float: left;
	margin: 5px 10px
}

.nimpar {
	background: #E0EBCC url(../imagenes/bg_noti1.gif) no-repeat
}

.npar {
	background: #DBE7F2 url(../imagenes/bg_notp1.gif) no-repeat
}

.noticia img {
	background-repeat: no-repeat;
	float: left;
	margin: 0 8px 0 0
}

.titular,.titular a {
	font-size: 1.2em;
	color: #333
}

.noticia p {
	font-size: 1.2em;
	margin: 4px 8px 0
}

.bajos {
	width: 721px;
	height: 24px;
	float: left;
	margin: 5px 0 0;
	clear: both
}

.nimpar span.bajos {
	background: #E0EBCC url(../imagenes/bg_noti2.gif) no-repeat bottom
 }

.npar span.bajos {
	background: #DBE7F2 url(../imagenes/bg_notp2.gif) no-repeat bottom
}
 
#paginas {
 	background: url(../imagenes/recorten.jpg) no-repeat bottom;
 	width: 745px;
	height: 50px;
	float: left;
	margin: 0 10px;
	clear: both
}
 
#paginas p {
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	padding: 10px 20px
}

#paginas p a {
	text-decoration: underline;
	margin: 0 2px
}

#paginas p a:hover,#paginas p a.actual {
	text-decoration: none
}

/* Identificadores de botones
------------------------- */

.leercom {
	line-height: 16px;
	background-image: url(../imagenes/bt_leerc.png);
	width: 102px;
	height: 16px;
	float: right;
	margin: 0 10px;
}

.volver {
	line-height: 16px;
	background-image: url(../imagenes/bt_volve.png);
	width: 55px;
	height: 16px;
	float: right;
	margin: 0 10px;
}