* {
	padding: 0px;
	margin: 0px;
}

body, html {
	background-color: #97867B;
	background-image: url(../img/trBody.gif);
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, san-serif;
	color: #51452A;
	font-size: 0.85em;
	height: 100%;
}

a {
	color: #51452A;
}

a:hover {
	text-decoration: none;
	color: #912200;
}

h1 {
	display: block;
	background-image: url(../img/logoTop.gif);
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
	height: 78px;
}

h2 {
	margin-top: 0.6em;
	color: #912200;
}

h3 {
	padding-top: 15px;
	font-size: 1.2em;	
}

p {
	padding: 6px 0;
}

label {
	display: block;
	padding-top: 15px;
}

img {
	border: 0px;
}

.volver {
	display: block;
	margin-top: 5px;
	width: 20%;
	background-image: url(../img/volver.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	padding-left: 23px;
}

.volver:hover {
	color: #912200;
}

#bloque {
	position: absolute;
	width: 400px;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -192px;
	background-color: #DED9B9;
	background: url(../img/tr_cuerpo.gif) repeat-y;
}

#menu {
	padding-left: 17px;
	height: 29px;
}

#menu li {
	list-style: none;
	float: left;
}

#menu li a {
	display: block;
	height: 29px;
	background-position: 0 0px;
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
	text-decoration: none;
}

#menu li a:hover {
	background-position: 0 -29px;
}

#menu li a.selected {
	background-position: 0 -58px;
}

#contenido {
	padding: 0 25px;
}

#contenido .detalle {
	margin: 5px 0 0 0;
	border: 3px solid #FFF;
}

#pie {
	background: url(../img/pie.gif) no-repeat;
	height: 32px;
	margin-top: 15px;
}

#ofertas #contenido .oferta {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #51452A;
	padding: 8px 0;
}

#ofertas #contenido .oferta h3 {
	padding: 0px;
}

#ofertas #contenido .oferta img {
	float: left;
	margin: 0 7px 0 0;
	padding: 2px;
	border: 1px solid #9E987E;
	height: 100%;
}

#ofertas #contenido em {
	display: block;
}

#ubica #contenido img {
	display: block;
	padding-bottom: 0.3em;
}

#ubica #contenido h2 {
	margin-bottom: -10px;
}

#links #contenido {
	float: left;
}

#links #contenido h2 {
	overflow: auto;
}

#links #contenido div {
	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px;
	border-top: 1px dotted #9D9780;
	margin: 0 15px 5px 0;

}

#links #contenido .impar {
	clear: left;
}

#links #contenido em {
	font-style: normal;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
}

#links #contenido img {
	border: 1px solid #9E987E;
	padding: 2px;
}

#links #contenido img:hover {
	border: 1px solid #000;	
}

#links #pie {
	clear: both;
}

#contacto form {
	padding-bottom: 5px;
	margin-top: -10px;
}

#contacto input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, san-serif;
	font-size: 1em;
	width: 15em;
	border: none;
	padding: 2px 3px;
	background-color: #E1DFD1;
}

#contacto textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, san-serif;
	font-size: 1em;
	width: 30em;
	border: none;
	padding: 2px 3px;
	background-color: #E1DFD1;
}

#contacto input:focus, #contacto textarea:focus {
	background-color: #DED9B9;
}

#contacto .boton {
	display: block;
	width: auto;
	background-color: #9D9782;
	font-weight: bold;
	margin-top: 15px;
	cursor: pointer;
}

#contacto .boton:hover {
	background-color: #912200;
	color: #FFF;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 22px;
}