﻿/****************************************************************************************
 *	noticias.css - Archivo de estilos para el archivo de noticias de Aventura y CÍA v3	* 
 ****************************************************************************************
 *	Aquí se definen los estilos especificos para la página del archivo de noticias			*
 *	de Aventura y CÍA: noticias.php.																										*
 *																																											*
 *	Autor:	Javier Cadenas																															*
 *	Fecha:	febrero de 2006		Última modificación:	noviembre de 2007										*
 ****************************************************************************************/
/** Etiquetas completas *****************************************************************/
h1 span
{
	color: #3782A1;
}
hr
{
	border-top: #3782A1 1px dashed;
	clear: both;
	height: 1px;
	margin: 5px 33px 5px 2px;
	text-align: left;
}
select
{
	width: 200px;
}
table
{
	display: inline;
	margin-right: 32px;
}
td
{
	border: #999999 1px solid;
	font-weight: bold;
	text-align: center;
	width: 19px;
}
form .sombra_intermedia
{
	margin: 0 110px 10px 133px;
}
/** Identificadores | Etiquetas y clases internas a ellos **********************************/
#anyo
{
	margin-left: 20px;
}
#archivo_noticias
{
	background: url(../imagenes/diseno_web/archivo_noticias.jpg) no-repeat;
}
#flotante
{
	background: url(../imagenes/diseno_web/archivo_noticias.png) no-repeat;
	height: 243px;
	position: absolute;
	top: 155px;
	right: 0;
	width: 222px;
}
#mes
{
	margin-left: 17px;
}
/** Clases | Etiquetas e identificadores internos a ellos **********************************/
.anyo, .mes, .dia
{
	position: relative;
}
.anyo_interior
{
	width: 67px;
}
.anyo_interior, .mes_interior
{
	left: 37px;
	position: absolute;
	top: 0;
	z-index: 9;
}
.boton
{
	border-right: #3883A2 1px solid;
}
.boton a
{
	cursor: pointer;
}
.cartel
{
	padding-bottom: 10px;
}
.de
{
	background: url(../imagenes/diseno_web/de.jpg) no-repeat;
	position: absolute;
	top: 0;
	width: 150px;
	z-index: 9;
}
.mes_interior
{
	width: 160px;
}
.sin_bordes
{
	border: none;
}
/** Sombras ***********************************************************************************/
.sombra_exterior
{
	margin-right: 22px;
}