html{height:100%;}

body{
    background-color: #EFF3FF;         
    background-image: url(http://www.confie.es/imagenes/fondo.png);    
    background-repeat: repeat-x; 
    height:100%;
}

.contenedorpagina {
	position: relative;
	margin: 0px auto;
	width: 900px;
	min-width: 900px; 
    min-height: 400px;    
	background-color: white; 
	top: 0px;
}

.logo {
    width: 175px;
	height: 121px;
	position: absolute;
	top: 15px;
	left: 50px;
}

.cabecera {
    width: 599px;
	height: 90px;
	position: absolute;
	top: 45px;
	left: 230px;
}

.cuerpohome {
    width: 828px;
	height: 275px;
	position: absolute;
	top: 160px;
	left: 40px;
}

.vota, .vota2 {
    width: 112px;
	height: 57px;
	position: absolute;
}

.vota {
    top: 250px;
	left: 700px;
}

.vota2 {
    top: 219px;
	left: 717px;
}

.vota3{
    width: 141px;
    height: 96px;
    position: absolute;
    top: 370px;
    left: 710px;
}

.botonpie1, .botonpie2, .botonpie3, .botonpie4 {
    width: 190px;
	height: 115px;
	position: absolute;
	top: 460px;
}

.botonpie1 {
    left: 50px;
}

.botonpie2 {
    left: 257px;
}

.botonpie3 {
    left: 464px;
}

.botonpie4 {
    left: 670px;
}

.cajabusquedagrande, .cajabusquedapeq {
    position: absolute;
	outline: none;
	border: none;
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	color: grey;
}

.cajabusquedagrande {
    left: 130px;
	top: 298px;
	font-size: 22px;
}

.cajabusquedapeq {
    left: 458px;
	top: 80px;
	font-size: 18px;
}

.cuadrobusqueda {
    width: 424px;
	height: 89px;
	position: absolute;
	top: 30px;
	left: 430px;
}

.cuadrovota {
    width: 141px;
	height: 217px;
	position: absolute;
	top: 145px;
	left: 710px;
}

.cuadroresultados {
    width: 635px;
	padding-top: 145px;
	padding-left: 40px;
}

.fondoindex {
    padding-top: 570px;
}

.tablaresultados {
    width: 650px;
}

.encabezadotiendabusqueda {
    position: relative;
	width: 650px;
	height: 32px;
}

.nombretienda {
    position: absolute;
	top: 5px;
	left: 15px;
}

.titulotienda, .titulotienda:visited {
	font-size: 18px;
	color: #003366;
	font-weight: bold;
}

.votacionmediatienda {
    position: absolute;
	top: 8px;
	left: 450px;
	font-size: 11px;
	font-weight: bold;
}

.votacionmediatiendaestrellas {
    position: absolute;
	top: 5px;
	left: 520px;
}

.tablaresultadotienda {
    width: 650px;
}

.imagenresultadotienda {
    width: 127px;
	height: 97px;
}

.imagenresultadotiendagrande {
    width: 250px;
    height: 190px;
}

.textoresultadotienda {
    font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
    text-align: justify;
}

.textoresultadotienda2 {
    font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}

.botonvotatienda {
    position: relative;
	display: inline;
	top: 0px;
	left: 120px;
	width: 196px;
	height: 22px;
}

.tdimagensellosombra {
    width: 64px;
    height: 68px;
    padding-top: 10px;  
}

.copyright {
    position: relative;
    margin: 0px auto;
    width: 900px;
    min-width: 900px;
    text-align: right; 
    top: 0px;  
}

.votacionmediatienda2 {
    position: absolute;
    top: 16px;
    left: 430px;
    font-size: 11px;
    font-weight: bold;
}
.votacionmediatiendaestrellas2 {
    position: absolute;
    top: 8px;
    left: 500px;
}

.votacionmediatienda3 {
    position: absolute;
    top: 16px;
    left: 380px;
    font-size: 11px;
    font-weight: bold;
}
.votacionmediatiendaestrellas3 {
    position: absolute;
    top: 8px;
    left: 450px;
}

.miTooltipText {
    font-size: 13px;
    text-align:justify;
    height:auto;    
    position:absolute;
    visibility:hidden;
    margin: 0;
    z-index:10000;
    border: 3px solid #5b5ff5;
    padding: 6px;
    overflow: hidden;
    max-height: 40ex;
    width:380px;
    background-color: #c9ffb9;
    font-weight: bold;
}