body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

ul {
	list-style-image: url(img/list.jpg);
}

li {
	margin-bottom: 4px;
}


h2 {
	text-align: center;
	font-size: 2em;
	width: 300px;
}

/* enlaces */

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


/* ---------------------------------------------#
#		Definicemión de ID's					#
# ---------------------------------------------*/

#contenedor {
	text-align: center;
}

#wrap {
	width: 955px;
	text-align: left;
	border: 1px solid #333333;
	margin: auto;
}

#cabecera {
}

#cabecera p {
	border-bottom: 1px dotted #333333;
	padding: 0 15px 0 15px;
	margin: 0;
}

#cuerpo {
	width: 100%;
	clear: both;
	padding: 10px;
}

#menu {
	width: 125px;
	float: left;
	*margin-left: 0;
}

#menu ul{
	width: 120px;
	margin-top: 30px;
	padding: 0;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

#menu li {
	display: block;
	padding: 3px 10px 3px 5px;
	margin-bottom: 5px;
	background: url(img/btBack.jpg) repeat-y;
	width: 75px;
	border: 1px #333333 dotted;
}

#menu li a:link {
	font-weight: bold;
}

#menu li a:hover {
	display: block;
	font-weight: bold;
	color: #0099CC;
}

#menu li a:visited {
	display: block;
	font-weight: bold;
}

#contenido {
	width: 600px;
	margin-top: 15px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-left: 1px dotted #333333;
	border-right: 1px dotted #333333;
	float: left;
}

#publi {
	width: 170px;
	margin: auto;
	margin-top: 30px;
	padding-left: 5px;
	float: left;
}

#t_publi tr td {
	border: #333333 1px dotted;
	padding: 2px;
	margin-bottom: 5px;
}


#ajuste {
	clear: both;
	border-bottom: #333333 1px dotted;
	margin: auto;
	margin-left: 10px;
	width: 95%;
}

#pie {
}

#pie p {
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	font-size: .9em;
}


/* ---------------------------------------------#
#		Definicemión de Formularios				#
# ---------------------------------------------*/

fieldset {
	*padding: 5px;
	*padding-top: 5px;
	margin-bottom: 15px;
	border: 1px #333333 dotted;
}

legend {
	padding: 3px;
	border: 1px #333333 dotted;
	background: #DDDDDD;
	font-weight: bold;
	background: #dddddd url(img/dateBack.jpg) repeat-x;
}

textarea {
	width: 95%;
	height: 100px;
	margin: auto;
	*margin: 10px;
	padding: 3px;	
}

label {
	display: block;
	margin-bottom: 2px;
	padding-left: 15px;
}

input {
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* ---------------------------------------------#
#		Definición de Clases					#
# ---------------------------------------------*/

.date {
	text-align: right;
	font-size: .9em;
	padding: auto;
	background: #dddddd url(img/dateBack.jpg) repeat-x;
	height: 20px;
	*height: 22px; 
}

.date2 {
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 5px;
}

.producto {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	padding-right: 4px;
}

.t_producto {
	border: 1px #333333 dotted;
	margin-top: 15px;
	margin-bottom: 15px;
}

.t_producto th {
	border-bottom: 1px #333333 dotted;
	text-align: center;
	background: #dddddd url(img/dateBack.jpg) repeat-x;
	height: 20px;
	*height: 22px;
	margin: auto;
}

.t_producto td {
	padding: 3px;
	margin: auto;
}

.f_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.f_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.titulo {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	width: 300px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}