@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sistema: Centro Comercial San Eugenio								 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira | Blue comunicacion Visual				 //
// @Fecha: 16 Abril 2008 											 	 //
// Descripci�n: Archivo de Estilos Estructurales CSS					 //
/////////////////////////////////////////////////////////////////////////*/

@import url("globals.css");

/* Header */
.header{
	width: 940px;
	height: 230px;
	margin: 0 auto;
}

/* Main Container */
.main-container{
	width: 720px;
	height: auto;
	padding: 15px;
	margin: 0 auto;
	background-image: url(../images/fondo_container.jpg);
}

.left-container{
	float: left;
	width: 185px;
	height: auto;
	margin: 0 15px 0 0;
}

/* Menu */
#menu{
	width: 185px;
	height: auto;
	list-style: none;
	text-align:left;
}

#menu a{
	display: block;
	padding: 5px 10px;
	margin: 0;
	background: url(../images/back-btn.jpg) repeat-x bottom;
	color: #636262;
	font-size: 11.0px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover, #menu .active a{
	color:#cc0000;
}

ul ul{
	list-style: none;
}

#menu ul li a{
	background: url(../images/back-btn2.jpg) repeat-x bottom;
}

#menu ul ul li a{
	width: 145px;
	padding: 4px 20px;
	text-transform: none;
}

/* Noticias Box */
#noticias-box{
	width: 165px;
	height: auto;
	padding: 10px;
	background: #e5eef4;
	text-align: left;
	margin: 10px 0;
	background-image: url(../images/noticia_container.jpg);

}

#noticias-box h3, h1{
	font-size: 13.5px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 0 0 10px 0;
}

h1 span{
	color: #636262;
}

#noticias-box a, .listing-noticias a, .back a{
	color: #cc0000;
	text-decoration: none;
}

.right-container{
	float: left;
	width: 520px;
	height: auto;
	margin: 0;
}

.middle-container{
	float: left;
	width: 305px;
	height: auto;
}

.details-container img{
	margin: 0 0 20px 0;
}

.details-container{
	float: left;
	width: 185px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 20px 0;
}

.details-container a{
	text-decoration: none;
	color: #2b75a3;
}

.details-container a:hover{
	color: #cc0000;
}

.description{
	width: 185px;
	height: auto;
	background: #f3f3f3 url(../images/back-details.jpg) repeat-x top;
	padding: 10px;
	text-align:left;
}

/* Galeria de Fotos */
#gallery{
	float: left;
	width: 93px;
	height: 77px;
	margin: 0 8px 8px 0;
}

/* Footer */
.footer{
	width: 720px;
	height: auto;
	padding: 15px;
	margin: 0 auto;
	background: #9e9e9e;
	color: #CCC;
}

.footer a{
	color: #CCC;
	text-decoration: none;
}

.listing-noticias{
	width: 100%;
	margin: 0 0 10px 0;
	height: auto;
	border-bottom: 1px solid #f8f8f8;
	padding: 10px 0;
}

.back{
	width: 150px;
	margin: 5px auto;
	height: auto;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
}

