﻿body 
{
   margin:0;
   padding:0;
   border:none; 
   font-family:Sans-Serif;
}


#contenedor
{    
    padding:0 0 0 0;
    
    border:none;
    
    position: absolute; /*Posicionamiento absoluto*/
	
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
    top: 50%;
    
	height: 600px; /*Le ponemos el valor del alto*/

	width: 1000px; /*Le ponemos el valor del ancho*/

    margin-top: -300px;
	margin-left: -500px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/     
    
    background-image:url('../imagenes/fondo.jpg');
    background-position: center top;
    background-repeat:no-repeat;   
    z-index:1;
}

#logo
{
    width:280px;
    height:372px;
    float:left;
    border:none;
    padding:0; 
    margin:0;
   
}

#animal
{            
    background-repeat:no-repeat;
    background-position:  left  bottom;    
    width:400px;
    height:372px;  
    border:none;
    padding:0;      
    float:left;
 
}

#parteanimal
{    
    width:400px;
    height:372px;
    background-repeat:no-repeat;
    background-position: left  bottom;
    margin: 0;
}

#tiendaonline
{
    width: 106px;
    padding:270px 0 0 0;
    height:70px;
    float:right;  
    background-image:url(../imagenes/tienda_online.gif);
    background-position:bottom;
    background-repeat:no-repeat;
         
}

#tiendaonline a
{
    display:block;
    width:100%;
    height:100%;
    background-image:url(../imagenes/tienda_online.gif);
    background-position:bottom;
    background-repeat:no-repeat; 
}

#tiendaonline a:hover
{
    background-image:url(../imagenes/tienda_online_hover.gif);
    background-position:bottom;
    background-repeat:no-repeat;      
}


#parteanimal img
{  
    margin:25px 0 0 0;
}

img
{
    margin:0;
    padding:0;  
    border:none;
}

#contenedorbajo
{
    width:998px; 
    height:225px; 
    /*border: solid 1px black;*/
    float:left;
}

a, a:link
{
    color:White;
    text-decoration:none;
}