* {
	margin: 0;
	padding: 0;
}
body {
	color: #8d603a;
	background: #f8f6d2 url(images/fondo_web.jpg) repeat center top;
	font: 13px/1.2em Georgia, Times New Roman, Times, serif;
}
#todo {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* ===== GENERALES ====== */
a {
	color: #5f4127;
	text-decoration: none;
}
a:hover {
	color: #301d0d;
	text-decoration: underline;
}
/* ===== LAYOUT ====== */
#encabezado {
	margin-bottom: 30px;
}
#principal {
	margin-top: 30px;
	margin-bottom: 30px;
}
#pie {
	padding-top: 50px;
	background: url(images/firulete_down.gif) no-repeat center top;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}
/* === */
div.texto_imagen {
	position: relative;
	margin-bottom: 30px;
	/* para solucionar un bug muuuy raro de iepc */
	border: 1px dotted #f8f6d2;
}
div.texto_imagen div.imagen {
	position: absolute;
	top: 0;
	left: -20px;
	width: 210px;
}
div.texto_imagen div.texto {
	margin-left: 210px;
	z-index: 5;
	position: relative;
}
/* ===== TEXTO ====== */
#principal h3 {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	background: #ebff53;
	padding: 3px;
}
#principal h4 {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: -0.5em;
	background: #ebff53;
	font-weight: bold;
	padding: 3px;
}
#principal h3.sin_amarillo {
	background: transparent;
	padding: 0;
}
#principal p {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#principal p.seleccionado {
	font-size: 13px;
}
#principal p.amarillo_pastito {
	background: #ebff53 url(images/pastito.gif) no-repeat left top;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#principal .nota {
	font: 8px Times New Roman, Times, serif;
}
#principal p.link_popup {
	text-align: right;
}
#principal div.popup_detalle {
	font-size: 10px;
	position: relative;
	bottom: 20px;
	left: 18px;
	width: 200px;
}
#principal p.link_popup a, #principal .popup_detalle a {
	padding-right: 10px;
	background: url(images/mas_link.gif) no-repeat right top;
	font-weight: bold;
}
ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: inside disc;
}
ul li {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
}
#pie {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
}
/* ===================== */
/* ===================== */
/* ===================== */
/* ===================== */
/* === CLIENTES (pagina especial) === */
body.clientes #columna_izquierda {
	float: left;
	width: 250px;
	text-align: left;
}
body.clientes #columna_derecha {
	float: left;
	width: 250px;
	text-align: right;
}
body.clientes #columna_derecha p.link_popup {
	margin-bottom: 30px;
}
/* ===================== */

/* === PREHOME (pagina especial) === */
body.prehome h1 {
	width: 499px;
	height: 376px;
	background: no-repeat url(images/prehome.jpg);
	text-indent: -3000px;
}
body.prehome h2 {
	display: none;
}
body.prehome p#entrar a {
	width: 108px;
	height: 47px;
	background: no-repeat url(images/prehome_entrar.jpg);
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}