body {
	background: white;
	margin: 15px 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-face-color: #BAE5B1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #BAE5B1;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #BAE5B1;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #BAE5B1;
}

a, a:visited {
	text-decoration: none;
	color: #2E691A;
}

img {
	border: 0 none;
}

#tablaMaqueta {
	position: relative;
}

.rayado1 {
	background: white url("../img/rayado1.png") repeat;
}

.rayado2 {
	background: #38CC69 url("../img/rayado2.png") repeat;
}

.rayado3 {
	background: #F7F68C url("../img/rayado3.png") repeat;
}

.rayado4 {
	background: #BAE5B1 url("../img/rayado4.png") repeat;
}

.linea1 {
	background:  url("../img/linea1.png") repeat-x;
}

.linea2 {
	background: url("../img/linea2.png") repeat-x;
}

.imgFondo1 {
	background: url("../img/fondo1.png") repeat;
}

.imgFondo2 {
	background: url("../img/fondo2.png") repeat;
}

.imgFondo3 {
	background: url("../img/fondo3.png") repeat;
}

.imgFondo4 {
	background: url("../img/fondo4.png") repeat;
}

.imgFondo5 {
	background: #2E691A url("../img/fondo5.png") no-repeat left;
}

#celdaContenido, #presentacion {
	background: #2E691A;
}

#celdaTitulo {
	background: #F8F7BF; 
	/*background: white;*/
	color: #2E691A;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 26px;
}

#celdaTitulo div {
	margin-top: 15px;
	margin-left: 15px;
}

.snippet .imagen {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 207px;
	height: 178px;
	/*background: #BAE5B1 url("../img/lupa.png") right bottom no-repeat;*/
	background: #BAE5B1 url("../img/lupa.png") right bottom no-repeat;
	padding-left: 21px;
	padding-top: 12px;
	cursor: pointer;
}

.snippet .icoFicha {
	position: absolute;
	left: 213px;
	top: 10px;
	width: 25px;
	height: 25px;
	background: url("../img/ficha.png") no-repeat;
	cursor: pointer;
}

.snippet p {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 172px;
	color: white;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 9px;
	line-height: 10px;
}

.snippet .ficha {
	position: absolute;
	width: 320px;
	height: 195px;
	background: #FFFFF4;
	border: 1px solid #2E691A;
	left: 60px;
	top: 5px;
	font-family: "Courier New", monospace;
	font-size: 11px;
	padding: 3px;
	display: none;
	overflow: auto;
}

#presentacion {
	color: white;
	font-size: 11px;
	z-index: 10;
	overflow: auto;
	padding-right: 10px;
}

#presentacion p {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}

#presentacion a, #presentacion a:hover, #presentacion a:visited {
	color: white;
	text-decoration: underline;
}

#botonIzq, #botonDer {
	background: red;
	display: block;
	width: 13px;
	height: 13px;
	cursor: pointer;
}

#botonIzq {
	background: url("../img/boton_izq.png") no-repeat;
}

#botonIzq:hover {
	background: url("../img/boton_izq2.png") no-repeat;
}

#botonDer {
	background: url("../img/boton_der.png") no-repeat;
}

#botonDer:hover {
	background: url("../img/boton_der2.png") no-repeat;
}

#tablaEnlaces .cuadrado {
	background: url("../img/cuadrado.png") no-repeat left;
}

#tablaEnlaces a {
	font-weight: bold;
	text-transform: lowercase;
}

#tablaEnlacesIdioma a, #tablaEnlacesIdioma a:visited, #tablaEnlacesIdioma a:hover {
	font-weight: bold;
	text-transform: lowercase;
	color: white;
}

