body {
background-color:#BABABA;
background:#FFF url(Recursos/fondo.jpg) repeat-x scroll center top;
color:#222;
font-family:"Trebuchet MS";
text-align:center;
}

#Principal {
width:900px;
margin:0 auto;
}

#Contenido {
margin-top:5px;
background:transparent url(Recursos/fondoContenido.jpg) repeat-y scroll center top;
}

#Logo {
float:left;
margin-left:50px;
}

#TextoCabecera {
padding-top:75px;
font-weight:700;
}

#Menu {
float:right;
text-align:left;
width:25%;
}

#Cuerpo {
float:left;
width:70%;
text-align:left;
padding-left:20px;
margin-bottom:10px;
}

#Cabecera {
height:165px;
margin-bottom:-8px;
background:transparent url(Recursos/contenidoSuperior.jpg) no-repeat scroll left bottom;
}

#Pie {
clear:both;
padding-top:15px;
background:transparent url(Recursos/contenidoInferior.jpg) no-repeat scroll left top;
}

a,a:visited {
font-size:15px;
font-weight:700;
cursor:pointer;
color:#6E6E6E;
text-decoration:none;
}

a:hover {
color:#693;
text-decoration:underline;
}

a img{
border:0pt none;
}

h1,h2,h3,h4,h5,h6 {
font-family:'Lucida Grande','Trebuchet MS',Arial,Helvetica,sans-serif;
color:#666;
}

h2 {
background:transparent url(Recursos/menu.png) no-repeat scroll 10px 15px;
font-size:23px;
padding:20px 0pt 0pt 40px;
margin:0px;
}

#Menu div {
margin:0 15px;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
padding:0;
}

input,textarea {
color:#AAA;
background-image:url(Recursos/textBackground.jpg);
background-position:top;
background-repeat:repeat-x;
border:1px dotted #666;
font-size:13px;
font-weight:700;
padding:4px;
}

input:hover,select:hover,textarea:hover {
border:1px solid;
color:#666;
}

select {
border:1px dotted #666;
}

#imagenBusqueda:hover{
cursor:pointer;
background-image:url(Recursos/busquedaHigh.png);
}

.boton {
background-color:#FFF;
color:#666;
}

.imagen {
width:101px;
}

.contenedorimagen {
width:135px;
height:135px;
-moz-border-radius:10px;
border-radius:10px;
text-align:center;
background-image:url(Recursos/contenedorImagen.png);
margin:0 auto 5px;
cursor:pointer;
}

.miniaturaFicha {
border:0px;
margin-top:20px;
width:95px;
height:95px;
opacity:0.85;
}

.precio {
font-weight:700;
color:#006;
}

.imagenFicha {
width:100%;
cursor:pointer;
}

.listaMiniaturas li {
display:inline;
padding-right:8px;
cursor:pointer;
}

.miniatura {
height:95px;
padding-bottom:8px;
opacity:0.85;
border:0;
}

#nombreImagen {
margin-left:15px;
color:#6E6E6E;
font-size:20px;
font-weight:700;
}

#resultadoBusqueda {
width:100%;
text-align:left;
}

.pagina,.pagina a {
font-size:20px;
}

.tablaFichas {
width:100%;
}

.tablaFichas td,.tablaFichas td {
width:25%;
text-align:center;
color:#666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

.busqueda {
font-weight:700;
}

.busqueda td,.ficha td {
width:50%;
}

.miniaturaFicha:hover,.miniatura:hover {
opacity:1;
}