/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

TITULO :  CSS para la aplicacion CENTRO COMERCIAL VIRTUAL DE MONCADA
AUTOR:  Francisco 
EMAIL: disenyo@sernutec.com
URL :  http://www.sernutec.com

CREADO :  octubre de 2005
MODIFICADO : 03 de octubre de 2005

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- GENERAL ----- */
body
{
	margin:0px;
	padding:0px;
	background-image: url(../imagenes/bgAemon.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	background-color: #FFF;
}
td {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#666; }

h2 {
	display:block;
	margin-left:7px;
	margin-right:7px;
	text-indent:10px;
	background:#b7bd73;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#aemon {
	margin-left:7px;
	margin-right:7px;
	color:#666666;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
}


#GrafAemon {
	margin-top:30px;
}
#GrafAemon img{
	border:7px solid #FFF;
}


/*
--------------------------------------------------------------------------------
ELEMENTOS
--------------------------------------------------------------------------------
*/

.borde {
	border: 1px solid #D7DBE1;
	margin-left:7px;
	margin-right:7px;
}
.borde td {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;	
}
h3, .borde h3, .borde h3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px dashed #CCC;
	text-decoration:none;
}

/*
--------------------------------------------------------------------------------
MENU LATERAL
--------------------------------------------------------------------------------
*/

ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	width:189px;
}

ul li{
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color: #888;
	border-bottom:1px dashed #CCC;
	padding:7px;
}
ul li a{
	text-decoration:none;
	text-transform: uppercase;
	color: #888;
}

.informacion {
	background-image: url(imagenes/info.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding:10px;
	padding-left:25px;
	border:1px solid #F2EBCE;
}

/*
--------------------------------------------------------------------------------
BUSQUEDA
--------------------------------------------------------------------------------
*/
.boton {
	background:url(../imagenes/submit.gif);
	width:63px;
	height:22px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
}
input {
	width: 100px;
	border: 1px solid #CCC;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:3px;
}

textarea {
	border: 1px solid #CCC;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding:3px;
}
/*
--------------------------------------------------------------------------------
OFERTAS
--------------------------------------------------------------------------------
*/
.ofertas td{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}
.pie {
	display:block;
	margin-top:30px;
	background:#CCC;
	padding:5px;
	font-size:9px;
}
