/* Cruz Roja Española           */
/* Galería Postales             */
/* Autor: tahbit Software, S.A. */


body {
	margin: 0;
	text-align: center; 
	}
body * { 
	text-align: left; 
	}

img {
	border: none;
}


#contenedor {
	width: 999px;
	height: 100%;
	margin: 0 auto;
	border-top: none;
	border-left: 1px solid #bf0103;
	border-right: 1px solid #bf0103;
	border-bottom: 1px solid #bf0103;
}

#cabecera {
	width: 999px;
	height:102px;
}

#canal {
	float: left; 
	width: 217px; 
	height: 102px;
}

#separador {
	float: left; 
	width: 51px; 
	height: 102px;
}

#rightspace {
	float: left; 
	width: 731px; 
	height: 102px;
 }

#banner {
	float: left; 
	width: 530px; 
	height: 61px; 
	margin: 10px 0 0 0; 
	padding:0; 
	text-align: center;
}

#buscador {
	float: left; 
	width: 201px; 
	height: 61px; 
	margin: 10px 0 0 0; 
	padding:0;
}

form.galeria {
	float: left; 
	margin: 0;
}


form.galeria span {
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	color:#636466;
}

form.galeria span a{
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	color:#636466;
	text-decoration: none;
}

form.galeria span a:hover{
	color:#636466;
	text-decoration: underline;
}


#decoline {
	float: left; 
	width: 731px; 
	height: 31px; 
	margin: 0; 
	padding:0;
}


#menu {
	text-align: center; 
	height:15px; 
	width: 100%; 
	background-color: #bd0000; 
	color: #ffffff; 
	line-height: 14px;
	font-size: 10px; 
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline; 
}

#contenidos {
	width: 1001px; 
	clear: both;
	float: left;
	padding: 10px 0 0 0;
	font-family: Verdana; 
	font-size: 11px; 
	height: auto;
}



#pie {
	width: 999px;
	height: 40px;
	clear: both;
	text-align: center;
	background: #AFB1B3;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color:#ffffff;
}


