/* CSS Document */

/************************************/
/* Etiquetas del cuerpo             */
/************************************/

BODY { color: #000000;
    background-color: #b0ba25;
    background-image:  url("../imagenes/bg_grad.jpg");
    background-attachment: fixed;
    font-family: Calibri, Arial, Verdana, sans-serif;
    text-align: center;
} 
#contenedor {
        width: 900px;
        margin: auto;
        text-align: center;
}

#banner{
	width: 900px;
	background-image:url(../imagenes/entrada/banner.gif);
	float: left;
	height: 100px;
	margin-bottom: 1px;	
}
.animales {
	width: 448px;
	height: 496px;
	float: left;
	text-decoration: none;
	display: block;
	margin: 1px;
	background-image:url(../imagenes/entrada/animal.gif);
	font-weight: bold;
	background-repeat: no-repeat;	
}

.animales a{
        width:448px;
		 height: 496px;
        text-decoration: none;
        display: block;
       
}

.animales a:hover {
       width: 448px;
	    height: 496px;
        text-decoration: none;
        display: block;
        background-image:url(../imagenes/entrada/animal2.gif);

}


.nueva {
	width: 900px;
	height: 200px;
	float: left;
	text-decoration: none;
	display: block;
	margin: 1px;
	background-image:url(../imagenes/entrada/NUEVA.jpg);
	font-weight: bold;
	background-repeat: no-repeat;	
}

.nueva a{
        width:900px;
		 height: 200px;
        text-decoration: none;
        display: block;
       
}

.nueva a:hover {
       width: 900px;
	    height: 200px;
        text-decoration: none;
        display: block;
        background-image:url(../imagenes/entrada/NUEVA2.jpg);

}

.const{
	width: 448px;
	background-image:url(../imagenes/entrada/const_Az.gif);
	margin:1px;
	float: left;
	height: 496px;        
}
.const a{
        width:448px;
		 height: 496px;
        text-decoration: none;
        display: block;
       
}

.const a:hover {
       width: 448px;
	    height: 496px;
        text-decoration: none;
        display: block;
        background-image:url(../imagenes/entrada/const_Az2.gif);

}


