            div#contienetodo{
				max-height:600px;
			}
			div.contfotogrande{
				background-color:#f9f9f9;
				/*border: 1px solid #b3b3b3;*/
			}
			#carrusel0 {
                float: left;
                overflow: hidden;
                height: 180px;
				position: relative;
                margin-top: 10px;
                float: left;
            }
            
            #carrusel0 .izquierda_flecha {
                position: absolute;
                left: 10px;
                z-index: 1;
                top: 50%;
                margin-top: -5px;
                border: 1px solid green;
            }
            div.imgangrande{
				max-width:350px; 
				max-height:350px;
			}
			img.imatgeGran {
				width:100%;
				height:100%;
			}
            #carrusel0 .derecha_flecha {
                position: absolute;
                right: 10px;
                z-index: 1;
                top: 50%;
                margin-top: -9px;
            }
            
            .carrusel {
                max-width: 4000px;
                left: 0px;
                position: absolute;
                z-index: 0;
                height: 123px;
            }
            
            .carrusel .img_carrusel {
                cursor: pointer;
				width:100%;
				height:100%
            }
            
            #content {
                float: left;
                margin-bottom: 0px;
                margin: 0px auto;
            }
            
            .carrp {
                cursor: pointer;
                float: left;
                text-align: center;
                max-width: 120px;
                max-height: 120px;
                margin-right: 5px;
                border: 1px solid #b3b3b3;
            }
            
            .sercarru {
                left: 0px;
                position: absolute;
                z-index: 0;
                max-height: 122px;
            }
            
            #imgen {
                align-content: center;
                max-height: 120px;
            }
            
            div.flechgis1 {
                float: left;
                max-height: 35px;
                max-width: 35px;
                margin-left: 20px;
                margin-top: 5px;
                font-size: 30px;
            }
            
            div.flechgis2 {
                float: right;
                max-height: 35px;
                max-width: 35px;
                margin-right: 20px;
                margin-top: 5px;
                font-size: 30px;
            }
            
            div.damet:hover {
                color: #FFA07A;
            }
			
